Shades of Blanched Almond #FCE8CE
Tints of Blanched Almond #FCE8CE
RGB
CMYK
RGB Variations
Color information
#FCE8CE (or 0xFCE8CE) is known color: Blanched Almond. HEX triplet: FC, E8 and CE. RGB value is (252,232,206). Sum of RGB (Red+Green+Blue) = 252+232+206=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 206 (80.86% from 255 or 29.86% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE8CE is #031731. Grayscale: #EBEBEB. Windows color (decimal): -202546 or 13560060. OLE color: 13560060.
HSL color Cylindrical-coordinate representation of color #FCE8CE: hue angle of 33.91º 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 #FCE8CE is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 206 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.01 |
| HSL | 33.91º | 0.88% | 0.9% | - |
| HSV(B) | 33.91º | 0.18% | 0.99% | - |
| XYZ | 80.14 | 82.86 | 70.16 | - |
| YUV | 235.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 206 | 0 | 0.08 | 0.18 | 0.01 | 33.91 | 0.88 | 0.9 |
| Hex | FC | E8 | CE | 0 | 8 | 12 | 1 | 22 | 58 | 5A |
| Octal | 374 | 350 | 316 | 0 | 10 | 22 | 1 | 42 | 130 | 132 |
| Binary | 11111100 | 11101000 | 11001110 | 0 | 1000 | 10010 | 1 | 100010 | 1011000 | 1011010 |
Color Harmonies of #FCE8CE
Complementary color
Monochromatic Colors of #FCE8CE
Black with #FCE8CE
Text Example
Text Example
White with #FCE8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE8CE; }
p { color: rgb(252,232,206); }
H1.HeaderClassName
{
color: #FCE8CE;
}
.AnyTagClassName
{
color: #FCE8CE;
}
</style>
background-color css
<style>
a { background-color: #FCE8CE; }
a { background-color: rgb(252,232,206); }
div.DivClassName
{
background-color: #FCE8CE;
}
.BgClassName
{
background-color: #FCE8CE;
}
</style>
border-color css
<style>
span { border-color: #FCE8CE; }
span { border-color: rgb(252,232,206); }
td.TdClassName
{
border-color: #FCE8CE;
}
.TagClassName
{
border-color: #FCE8CE;
}
</style>