Shades of Blanched Almond #FCEBCF
Tints of Blanched Almond #FCEBCF
RGB
CMYK
RGB Variations
Color information
#FCEBCF (or 0xFCEBCF) is known color: Blanched Almond. HEX triplet: FC, EB and CF. RGB value is (252,235,207). Sum of RGB (Red+Green+Blue) = 252+235+207=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 207 (81.25% from 255 or 29.83% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBCF is #031430. Grayscale: #EDEDED. Windows color (decimal): -201777 or 13626364. OLE color: 13626364.
HSL color Cylindrical-coordinate representation of color #FCEBCF: hue angle of 37.33º 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 #FCEBCF is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 207 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.01 |
| HSL | 37.33º | 0.88% | 0.9% | - |
| HSV(B) | 37.33º | 0.18% | 0.99% | - |
| XYZ | 81.12 | 84.62 | 71.09 | - |
| YUV | 236.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 207 | 0 | 0.07 | 0.18 | 0.01 | 37.33 | 0.88 | 0.9 |
| Hex | FC | EB | CF | 0 | 7 | 12 | 1 | 25 | 58 | 5A |
| Octal | 374 | 353 | 317 | 0 | 7 | 22 | 1 | 45 | 130 | 132 |
| Binary | 11111100 | 11101011 | 11001111 | 0 | 111 | 10010 | 1 | 100101 | 1011000 | 1011010 |
Color Harmonies of #FCEBCF
Complementary color
Monochromatic Colors of #FCEBCF
Black with #FCEBCF
Text Example
Text Example
White with #FCEBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBCF; }
p { color: rgb(252,235,207); }
H1.HeaderClassName
{
color: #FCEBCF;
}
.AnyTagClassName
{
color: #FCEBCF;
}
</style>
background-color css
<style>
a { background-color: #FCEBCF; }
a { background-color: rgb(252,235,207); }
div.DivClassName
{
background-color: #FCEBCF;
}
.BgClassName
{
background-color: #FCEBCF;
}
</style>
border-color css
<style>
span { border-color: #FCEBCF; }
span { border-color: rgb(252,235,207); }
td.TdClassName
{
border-color: #FCEBCF;
}
.TagClassName
{
border-color: #FCEBCF;
}
</style>