Shades of Blanched Almond #FCE9CC
Tints of Blanched Almond #FCE9CC
RGB
CMYK
RGB Variations
Color information
#FCE9CC (or 0xFCE9CC) is known color: Blanched Almond. HEX triplet: FC, E9 and CC. RGB value is (252,233,204). Sum of RGB (Red+Green+Blue) = 252+233+204=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 233 (91.41% from 255 or 33.82% from 689); Blue value is 204 (80.08% from 255 or 29.61% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE9CC is #031633. Grayscale: #EBEBEB. Windows color (decimal): -202292 or 13429244. OLE color: 13429244.
HSL color Cylindrical-coordinate representation of color #FCE9CC: hue angle of 36.25º 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 #FCE9CC is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 204 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.01 |
| HSL | 36.25º | 0.89% | 0.89% | - |
| HSV(B) | 36.25º | 0.19% | 0.99% | - |
| XYZ | 80.18 | 83.33 | 68.99 | - |
| YUV | 235.38 | 110.29 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 204 | 0 | 0.08 | 0.19 | 0.01 | 36.25 | 0.89 | 0.89 |
| Hex | FC | E9 | CC | 0 | 8 | 13 | 1 | 24 | 59 | 59 |
| Octal | 374 | 351 | 314 | 0 | 10 | 23 | 1 | 44 | 131 | 131 |
| Binary | 11111100 | 11101001 | 11001100 | 0 | 1000 | 10011 | 1 | 100100 | 1011001 | 1011001 |
Color Harmonies of #FCE9CC
Complementary color
Monochromatic Colors of #FCE9CC
Black with #FCE9CC
Text Example
Text Example
White with #FCE9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE9CC; }
p { color: rgb(252,233,204); }
H1.HeaderClassName
{
color: #FCE9CC;
}
.AnyTagClassName
{
color: #FCE9CC;
}
</style>
background-color css
<style>
a { background-color: #FCE9CC; }
a { background-color: rgb(252,233,204); }
div.DivClassName
{
background-color: #FCE9CC;
}
.BgClassName
{
background-color: #FCE9CC;
}
</style>
border-color css
<style>
span { border-color: #FCE9CC; }
span { border-color: rgb(252,233,204); }
td.TdClassName
{
border-color: #FCE9CC;
}
.TagClassName
{
border-color: #FCE9CC;
}
</style>