Shades of Blanched Almond #FCE7CB
Tints of Blanched Almond #FCE7CB
RGB
CMYK
RGB Variations
Color information
#FCE7CB (or 0xFCE7CB) is known color: Blanched Almond. HEX triplet: FC, E7 and CB. RGB value is (252,231,203). Sum of RGB (Red+Green+Blue) = 252+231+203=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 231 (90.62% from 255 or 33.67% from 686); Blue value is 203 (79.69% from 255 or 29.59% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE7CB is #031834. Grayscale: #EAEAEA. Windows color (decimal): -202805 or 13363196. OLE color: 13363196.
HSL color Cylindrical-coordinate representation of color #FCE7CB: hue angle of 34.29º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCE7CB is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 203 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.01 |
| HSL | 34.29º | 0.89% | 0.89% | - |
| HSV(B) | 34.29º | 0.19% | 0.99% | - |
| XYZ | 79.5 | 82.16 | 68.17 | - |
| YUV | 234.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 203 | 0 | 0.08 | 0.19 | 0.01 | 34.29 | 0.89 | 0.89 |
| Hex | FC | E7 | CB | 0 | 8 | 13 | 1 | 22 | 59 | 59 |
| Octal | 374 | 347 | 313 | 0 | 10 | 23 | 1 | 42 | 131 | 131 |
| Binary | 11111100 | 11100111 | 11001011 | 0 | 1000 | 10011 | 1 | 100010 | 1011001 | 1011001 |
Color Harmonies of #FCE7CB
Complementary color
Monochromatic Colors of #FCE7CB
Black with #FCE7CB
Text Example
Text Example
White with #FCE7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE7CB; }
p { color: rgb(252,231,203); }
H1.HeaderClassName
{
color: #FCE7CB;
}
.AnyTagClassName
{
color: #FCE7CB;
}
</style>
background-color css
<style>
a { background-color: #FCE7CB; }
a { background-color: rgb(252,231,203); }
div.DivClassName
{
background-color: #FCE7CB;
}
.BgClassName
{
background-color: #FCE7CB;
}
</style>
border-color css
<style>
span { border-color: #FCE7CB; }
span { border-color: rgb(252,231,203); }
td.TdClassName
{
border-color: #FCE7CB;
}
.TagClassName
{
border-color: #FCE7CB;
}
</style>