Shades of Blanched Almond #FCE8CF
Tints of Blanched Almond #FCE8CF
RGB
CMYK
RGB Variations
Color information
#FCE8CF (or 0xFCE8CF) is known color: Blanched Almond. HEX triplet: FC, E8 and CF. RGB value is (252,232,207). Sum of RGB (Red+Green+Blue) = 252+232+207=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 207 (81.25% from 255 or 29.96% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE8CF is #031730. Grayscale: #EBEBEB. Windows color (decimal): -202545 or 13625596. OLE color: 13625596.
HSL color Cylindrical-coordinate representation of color #FCE8CF: hue angle of 33.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCE8CF is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 207 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.01 |
| HSL | 33.33º | 0.88% | 0.9% | - |
| HSV(B) | 33.33º | 0.18% | 0.99% | - |
| XYZ | 80.26 | 82.91 | 70.81 | - |
| YUV | 235.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 207 | 0 | 0.08 | 0.18 | 0.01 | 33.33 | 0.88 | 0.9 |
| Hex | FC | E8 | CF | 0 | 8 | 12 | 1 | 21 | 58 | 5A |
| Octal | 374 | 350 | 317 | 0 | 10 | 22 | 1 | 41 | 130 | 132 |
| Binary | 11111100 | 11101000 | 11001111 | 0 | 1000 | 10010 | 1 | 100001 | 1011000 | 1011010 |
Color Harmonies of #FCE8CF
Complementary color
Monochromatic Colors of #FCE8CF
Black with #FCE8CF
Text Example
Text Example
White with #FCE8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE8CF; }
p { color: rgb(252,232,207); }
H1.HeaderClassName
{
color: #FCE8CF;
}
.AnyTagClassName
{
color: #FCE8CF;
}
</style>
background-color css
<style>
a { background-color: #FCE8CF; }
a { background-color: rgb(252,232,207); }
div.DivClassName
{
background-color: #FCE8CF;
}
.BgClassName
{
background-color: #FCE8CF;
}
</style>
border-color css
<style>
span { border-color: #FCE8CF; }
span { border-color: rgb(252,232,207); }
td.TdClassName
{
border-color: #FCE8CF;
}
.TagClassName
{
border-color: #FCE8CF;
}
</style>