Enter a color:

Text as the color #FCFBCE


HTML:
<div style="color: #FCFBCE"></div>
CSS:
.class { color: #FCFBCE; }

Background using #FCFBCE


HTML:
<div style="background-color: #FCFBCE"></div>
CSS:
.class { background-color: #FCFBCE; }

Border color as #FCFBCE


HTML:
<div style="border: 2px solid #FCFBCE"></div>
CSS:
.class { border: 2px solid #FCFBCE; }

Text shadow using #FCFBCE


HTML:
<div style="text-shadow: 3px 3px 2px #FCFBCE"></div>
CSS:
.class { text-shadow: 3px 3px 2px #FCFBCE; }

Box shadow as #FCFBCE


HTML:
<div style="box-shadow: 1px 1px 3px 2px #FCFBCE; -webkit-box-shadow: 1px 1px 3px 2px #FCFBCE;-moz-box-shadow:1px 1px 3px 2px #FCFBCE"></div>
CSS:
.class { box-shadow: 1px 1px 3px 2px #FCFBCE; -webkit-box-shadow: 1px 1px 3px 2px #FCFBCE;-moz-box-shadow:1px 1px 3px 2px #FCFBCE; }

Related Tools:

CSS Fonts


Saved Palette


Click Save to keep a list of colors you like and want to work with.