Shades of Blanched Almond #FCEBD0
Tints of Blanched Almond #FCEBD0
RGB
CMYK
RGB Variations
Color information
#FCEBD0 (or 0xFCEBD0) is known color: Blanched Almond. HEX triplet: FC, EB and D0. RGB value is (252,235,208). Sum of RGB (Red+Green+Blue) = 252+235+208=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 208 (81.64% from 255 or 29.93% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBD0 is #03142F. Grayscale: #EDEDED. Windows color (decimal): -201776 or 13691900. OLE color: 13691900.
HSL color Cylindrical-coordinate representation of color #FCEBD0: hue angle of 36.82º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCEBD0 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 208 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.01 |
| HSL | 36.82º | 0.88% | 0.9% | - |
| HSV(B) | 36.82º | 0.17% | 0.99% | - |
| XYZ | 81.24 | 84.67 | 71.73 | - |
| YUV | 237.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 208 | 0 | 0.07 | 0.17 | 0.01 | 36.82 | 0.88 | 0.9 |
| Hex | FC | EB | D0 | 0 | 7 | 11 | 1 | 25 | 58 | 5A |
| Octal | 374 | 353 | 320 | 0 | 7 | 21 | 1 | 45 | 130 | 132 |
| Binary | 11111100 | 11101011 | 11010000 | 0 | 111 | 10001 | 1 | 100101 | 1011000 | 1011010 |
Color Harmonies of #FCEBD0
Complementary color
Monochromatic Colors of #FCEBD0
Black with #FCEBD0
Text Example
Text Example
White with #FCEBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBD0; }
p { color: rgb(252,235,208); }
H1.HeaderClassName
{
color: #FCEBD0;
}
.AnyTagClassName
{
color: #FCEBD0;
}
</style>
background-color css
<style>
a { background-color: #FCEBD0; }
a { background-color: rgb(252,235,208); }
div.DivClassName
{
background-color: #FCEBD0;
}
.BgClassName
{
background-color: #FCEBD0;
}
</style>
border-color css
<style>
span { border-color: #FCEBD0; }
span { border-color: rgb(252,235,208); }
td.TdClassName
{
border-color: #FCEBD0;
}
.TagClassName
{
border-color: #FCEBD0;
}
</style>