Shades of Blanched Almond #FCE9CB
Tints of Blanched Almond #FCE9CB
RGB
CMYK
RGB Variations
Color information
#FCE9CB (or 0xFCE9CB) is known color: Blanched Almond. HEX triplet: FC, E9 and CB. RGB value is (252,233,203). Sum of RGB (Red+Green+Blue) = 252+233+203=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 203 (79.69% from 255 or 29.51% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE9CB is #031634. Grayscale: #EBEBEB. Windows color (decimal): -202293 or 13363708. OLE color: 13363708.
HSL color Cylindrical-coordinate representation of color #FCE9CB: hue angle of 36.73º 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 #FCE9CB is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 203 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.01 |
| HSL | 36.73º | 0.89% | 0.89% | - |
| HSV(B) | 36.73º | 0.19% | 0.99% | - |
| XYZ | 80.06 | 83.29 | 68.36 | - |
| YUV | 235.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 203 | 0 | 0.08 | 0.19 | 0.01 | 36.73 | 0.89 | 0.89 |
| Hex | FC | E9 | CB | 0 | 8 | 13 | 1 | 25 | 59 | 59 |
| Octal | 374 | 351 | 313 | 0 | 10 | 23 | 1 | 45 | 131 | 131 |
| Binary | 11111100 | 11101001 | 11001011 | 0 | 1000 | 10011 | 1 | 100101 | 1011001 | 1011001 |
Color Harmonies of #FCE9CB
Complementary color
Monochromatic Colors of #FCE9CB
Black with #FCE9CB
Text Example
Text Example
White with #FCE9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE9CB; }
p { color: rgb(252,233,203); }
H1.HeaderClassName
{
color: #FCE9CB;
}
.AnyTagClassName
{
color: #FCE9CB;
}
</style>
background-color css
<style>
a { background-color: #FCE9CB; }
a { background-color: rgb(252,233,203); }
div.DivClassName
{
background-color: #FCE9CB;
}
.BgClassName
{
background-color: #FCE9CB;
}
</style>
border-color css
<style>
span { border-color: #FCE9CB; }
span { border-color: rgb(252,233,203); }
td.TdClassName
{
border-color: #FCE9CB;
}
.TagClassName
{
border-color: #FCE9CB;
}
</style>