Shades of Blanched Almond #FCE9D0
Tints of Blanched Almond #FCE9D0
RGB
CMYK
RGB Variations
Color information
#FCE9D0 (or 0xFCE9D0) is known color: Blanched Almond. HEX triplet: FC, E9 and D0. RGB value is (252,233,208). Sum of RGB (Red+Green+Blue) = 252+233+208=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 233 (91.41% from 255 or 33.62% from 693); Blue value is 208 (81.64% from 255 or 30.01% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE9D0 is #03162F. Grayscale: #EBEBEB. Windows color (decimal): -202288 or 13691388. OLE color: 13691388.
HSL color Cylindrical-coordinate representation of color #FCE9D0: hue angle of 34.09º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCE9D0 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 208 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.01 |
| HSL | 34.09º | 0.88% | 0.9% | - |
| HSV(B) | 34.09º | 0.17% | 0.99% | - |
| XYZ | 80.67 | 83.53 | 71.55 | - |
| YUV | 235.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 208 | 0 | 0.08 | 0.17 | 0.01 | 34.09 | 0.88 | 0.9 |
| Hex | FC | E9 | D0 | 0 | 8 | 11 | 1 | 22 | 58 | 5A |
| Octal | 374 | 351 | 320 | 0 | 10 | 21 | 1 | 42 | 130 | 132 |
| Binary | 11111100 | 11101001 | 11010000 | 0 | 1000 | 10001 | 1 | 100010 | 1011000 | 1011010 |
Color Harmonies of #FCE9D0
Complementary color
Monochromatic Colors of #FCE9D0
Black with #FCE9D0
Text Example
Text Example
White with #FCE9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE9D0; }
p { color: rgb(252,233,208); }
H1.HeaderClassName
{
color: #FCE9D0;
}
.AnyTagClassName
{
color: #FCE9D0;
}
</style>
background-color css
<style>
a { background-color: #FCE9D0; }
a { background-color: rgb(252,233,208); }
div.DivClassName
{
background-color: #FCE9D0;
}
.BgClassName
{
background-color: #FCE9D0;
}
</style>
border-color css
<style>
span { border-color: #FCE9D0; }
span { border-color: rgb(252,233,208); }
td.TdClassName
{
border-color: #FCE9D0;
}
.TagClassName
{
border-color: #FCE9D0;
}
</style>