Shades of Blanched Almond #FCE8CB
Tints of Blanched Almond #FCE8CB
RGB
CMYK
RGB Variations
Color information
#FCE8CB (or 0xFCE8CB) is known color: Blanched Almond. HEX triplet: FC, E8 and CB. RGB value is (252,232,203). Sum of RGB (Red+Green+Blue) = 252+232+203=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 203 (79.69% from 255 or 29.55% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE8CB is #031734. Grayscale: #EAEAEA. Windows color (decimal): -202549 or 13363452. OLE color: 13363452.
HSL color Cylindrical-coordinate representation of color #FCE8CB: hue angle of 35.51º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCE8CB is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 203 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.01 |
| HSL | 35.51º | 0.89% | 0.89% | - |
| HSV(B) | 35.51º | 0.19% | 0.99% | - |
| XYZ | 79.78 | 82.72 | 68.26 | - |
| YUV | 234.67 | 110.13 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 203 | 0 | 0.08 | 0.19 | 0.01 | 35.51 | 0.89 | 0.89 |
| Hex | FC | E8 | CB | 0 | 8 | 13 | 1 | 24 | 59 | 59 |
| Octal | 374 | 350 | 313 | 0 | 10 | 23 | 1 | 44 | 131 | 131 |
| Binary | 11111100 | 11101000 | 11001011 | 0 | 1000 | 10011 | 1 | 100100 | 1011001 | 1011001 |
Color Harmonies of #FCE8CB
Complementary color
Monochromatic Colors of #FCE8CB
Black with #FCE8CB
Text Example
Text Example
White with #FCE8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE8CB; }
p { color: rgb(252,232,203); }
H1.HeaderClassName
{
color: #FCE8CB;
}
.AnyTagClassName
{
color: #FCE8CB;
}
</style>
background-color css
<style>
a { background-color: #FCE8CB; }
a { background-color: rgb(252,232,203); }
div.DivClassName
{
background-color: #FCE8CB;
}
.BgClassName
{
background-color: #FCE8CB;
}
</style>
border-color css
<style>
span { border-color: #FCE8CB; }
span { border-color: rgb(252,232,203); }
td.TdClassName
{
border-color: #FCE8CB;
}
.TagClassName
{
border-color: #FCE8CB;
}
</style>