Shades of Blanched Almond #FCEBD1
Tints of Blanched Almond #FCEBD1
RGB
CMYK
RGB Variations
Color information
#FCEBD1 (or 0xFCEBD1) is known color: Blanched Almond. HEX triplet: FC, EB and D1. RGB value is (252,235,209). Sum of RGB (Red+Green+Blue) = 252+235+209=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 209 (82.03% from 255 or 30.03% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBD1 is #03142E. Grayscale: #EDEDED. Windows color (decimal): -201775 or 13757436. OLE color: 13757436.
HSL color Cylindrical-coordinate representation of color #FCEBD1: hue angle of 36.28º 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 #FCEBD1 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 209 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.01 |
| HSL | 36.28º | 0.88% | 0.9% | - |
| HSV(B) | 36.28º | 0.17% | 0.99% | - |
| XYZ | 81.36 | 84.72 | 72.39 | - |
| YUV | 237.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 209 | 0 | 0.07 | 0.17 | 0.01 | 36.28 | 0.88 | 0.9 |
| Hex | FC | EB | D1 | 0 | 7 | 11 | 1 | 24 | 58 | 5A |
| Octal | 374 | 353 | 321 | 0 | 7 | 21 | 1 | 44 | 130 | 132 |
| Binary | 11111100 | 11101011 | 11010001 | 0 | 111 | 10001 | 1 | 100100 | 1011000 | 1011010 |
Color Harmonies of #FCEBD1
Complementary color
Monochromatic Colors of #FCEBD1
Black with #FCEBD1
Text Example
Text Example
White with #FCEBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBD1; }
p { color: rgb(252,235,209); }
H1.HeaderClassName
{
color: #FCEBD1;
}
.AnyTagClassName
{
color: #FCEBD1;
}
</style>
background-color css
<style>
a { background-color: #FCEBD1; }
a { background-color: rgb(252,235,209); }
div.DivClassName
{
background-color: #FCEBD1;
}
.BgClassName
{
background-color: #FCEBD1;
}
</style>
border-color css
<style>
span { border-color: #FCEBD1; }
span { border-color: rgb(252,235,209); }
td.TdClassName
{
border-color: #FCEBD1;
}
.TagClassName
{
border-color: #FCEBD1;
}
</style>