Shades of Blanched Almond #FCE9CF
Tints of Blanched Almond #FCE9CF
RGB
CMYK
RGB Variations
Color information
#FCE9CF (or 0xFCE9CF) is known color: Blanched Almond. HEX triplet: FC, E9 and CF. RGB value is (252,233,207). Sum of RGB (Red+Green+Blue) = 252+233+207=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 207 (81.25% from 255 or 29.91% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE9CF is #031630. Grayscale: #EBEBEB. Windows color (decimal): -202289 or 13625852. OLE color: 13625852.
HSL color Cylindrical-coordinate representation of color #FCE9CF: hue angle of 34.67º 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 #FCE9CF is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 207 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.01 |
| HSL | 34.67º | 0.88% | 0.9% | - |
| HSV(B) | 34.67º | 0.18% | 0.99% | - |
| XYZ | 80.55 | 83.48 | 70.9 | - |
| YUV | 235.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 207 | 0 | 0.08 | 0.18 | 0.01 | 34.67 | 0.88 | 0.9 |
| Hex | FC | E9 | CF | 0 | 8 | 12 | 1 | 23 | 58 | 5A |
| Octal | 374 | 351 | 317 | 0 | 10 | 22 | 1 | 43 | 130 | 132 |
| Binary | 11111100 | 11101001 | 11001111 | 0 | 1000 | 10010 | 1 | 100011 | 1011000 | 1011010 |
Color Harmonies of #FCE9CF
Complementary color
Monochromatic Colors of #FCE9CF
Black with #FCE9CF
Text Example
Text Example
White with #FCE9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE9CF; }
p { color: rgb(252,233,207); }
H1.HeaderClassName
{
color: #FCE9CF;
}
.AnyTagClassName
{
color: #FCE9CF;
}
</style>
background-color css
<style>
a { background-color: #FCE9CF; }
a { background-color: rgb(252,233,207); }
div.DivClassName
{
background-color: #FCE9CF;
}
.BgClassName
{
background-color: #FCE9CF;
}
</style>
border-color css
<style>
span { border-color: #FCE9CF; }
span { border-color: rgb(252,233,207); }
td.TdClassName
{
border-color: #FCE9CF;
}
.TagClassName
{
border-color: #FCE9CF;
}
</style>