Shades of Blanched Almond #FCE8CA
Tints of Blanched Almond #FCE8CA
RGB
CMYK
RGB Variations
Color information
#FCE8CA (or 0xFCE8CA) is known color: Blanched Almond. HEX triplet: FC, E8 and CA. RGB value is (252,232,202). Sum of RGB (Red+Green+Blue) = 252+232+202=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 232 (91.02% from 255 or 33.82% from 686); Blue value is 202 (79.30% from 255 or 29.45% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE8CA is #031735. Grayscale: #EAEAEA. Windows color (decimal): -202550 or 13297916. OLE color: 13297916.
HSL color Cylindrical-coordinate representation of color #FCE8CA: hue angle of 36º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCE8CA is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 202 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.01 |
| HSL | 36º | 0.89% | 0.89% | - |
| HSV(B) | 36º | 0.2% | 0.99% | - |
| XYZ | 79.66 | 82.67 | 67.64 | - |
| YUV | 234.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 202 | 0 | 0.08 | 0.20 | 0.01 | 36 | 0.89 | 0.89 |
| Hex | FC | E8 | CA | 0 | 8 | 14 | 1 | 24 | 59 | 59 |
| Octal | 374 | 350 | 312 | 0 | 10 | 24 | 1 | 44 | 131 | 131 |
| Binary | 11111100 | 11101000 | 11001010 | 0 | 1000 | 10100 | 1 | 100100 | 1011001 | 1011001 |
Color Harmonies of #FCE8CA
Complementary color
Monochromatic Colors of #FCE8CA
Black with #FCE8CA
Text Example
Text Example
White with #FCE8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE8CA; }
p { color: rgb(252,232,202); }
H1.HeaderClassName
{
color: #FCE8CA;
}
.AnyTagClassName
{
color: #FCE8CA;
}
</style>
background-color css
<style>
a { background-color: #FCE8CA; }
a { background-color: rgb(252,232,202); }
div.DivClassName
{
background-color: #FCE8CA;
}
.BgClassName
{
background-color: #FCE8CA;
}
</style>
border-color css
<style>
span { border-color: #FCE8CA; }
span { border-color: rgb(252,232,202); }
td.TdClassName
{
border-color: #FCE8CA;
}
.TagClassName
{
border-color: #FCE8CA;
}
</style>