Shades of Blanched Almond #FCECCE
Tints of Blanched Almond #FCECCE
RGB
CMYK
RGB Variations
Color information
#FCECCE (or 0xFCECCE) is known color: Blanched Almond. HEX triplet: FC, EC and CE. RGB value is (252,236,206). Sum of RGB (Red+Green+Blue) = 252+236+206=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 206 (80.86% from 255 or 29.68% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECCE is #031331. Grayscale: #EDEDED. Windows color (decimal): -201522 or 13561084. OLE color: 13561084.
HSL color Cylindrical-coordinate representation of color #FCECCE: hue angle of 39.13º 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 #FCECCE is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 206 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.01 |
| HSL | 39.13º | 0.88% | 0.9% | - |
| HSV(B) | 39.13º | 0.18% | 0.99% | - |
| XYZ | 81.28 | 85.14 | 70.54 | - |
| YUV | 237.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 206 | 0 | 0.06 | 0.18 | 0.01 | 39.13 | 0.88 | 0.9 |
| Hex | FC | EC | CE | 0 | 6 | 12 | 1 | 27 | 58 | 5A |
| Octal | 374 | 354 | 316 | 0 | 6 | 22 | 1 | 47 | 130 | 132 |
| Binary | 11111100 | 11101100 | 11001110 | 0 | 110 | 10010 | 1 | 100111 | 1011000 | 1011010 |
Color Harmonies of #FCECCE
Complementary color
Monochromatic Colors of #FCECCE
Black with #FCECCE
Text Example
Text Example
White with #FCECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECCE; }
p { color: rgb(252,236,206); }
H1.HeaderClassName
{
color: #FCECCE;
}
.AnyTagClassName
{
color: #FCECCE;
}
</style>
background-color css
<style>
a { background-color: #FCECCE; }
a { background-color: rgb(252,236,206); }
div.DivClassName
{
background-color: #FCECCE;
}
.BgClassName
{
background-color: #FCECCE;
}
</style>
border-color css
<style>
span { border-color: #FCECCE; }
span { border-color: rgb(252,236,206); }
td.TdClassName
{
border-color: #FCECCE;
}
.TagClassName
{
border-color: #FCECCE;
}
</style>