Shades of Blanched Almond #FCE7CE
Tints of Blanched Almond #FCE7CE
RGB
CMYK
RGB Variations
Color information
#FCE7CE (or 0xFCE7CE) is known color: Blanched Almond. HEX triplet: FC, E7 and CE. RGB value is (252,231,206). Sum of RGB (Red+Green+Blue) = 252+231+206=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 206 (80.86% from 255 or 29.90% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE7CE is #031831. Grayscale: #EAEAEA. Windows color (decimal): -202802 or 13559804. OLE color: 13559804.
HSL color Cylindrical-coordinate representation of color #FCE7CE: hue angle of 32.61º 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 #FCE7CE is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 206 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.01 |
| HSL | 32.61º | 0.88% | 0.9% | - |
| HSV(B) | 32.61º | 0.18% | 0.99% | - |
| XYZ | 79.86 | 82.3 | 70.07 | - |
| YUV | 234.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 206 | 0 | 0.08 | 0.18 | 0.01 | 32.61 | 0.88 | 0.9 |
| Hex | FC | E7 | CE | 0 | 8 | 12 | 1 | 21 | 58 | 5A |
| Octal | 374 | 347 | 316 | 0 | 10 | 22 | 1 | 41 | 130 | 132 |
| Binary | 11111100 | 11100111 | 11001110 | 0 | 1000 | 10010 | 1 | 100001 | 1011000 | 1011010 |
Color Harmonies of #FCE7CE
Complementary color
Monochromatic Colors of #FCE7CE
Black with #FCE7CE
Text Example
Text Example
White with #FCE7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE7CE; }
p { color: rgb(252,231,206); }
H1.HeaderClassName
{
color: #FCE7CE;
}
.AnyTagClassName
{
color: #FCE7CE;
}
</style>
background-color css
<style>
a { background-color: #FCE7CE; }
a { background-color: rgb(252,231,206); }
div.DivClassName
{
background-color: #FCE7CE;
}
.BgClassName
{
background-color: #FCE7CE;
}
</style>
border-color css
<style>
span { border-color: #FCE7CE; }
span { border-color: rgb(252,231,206); }
td.TdClassName
{
border-color: #FCE7CE;
}
.TagClassName
{
border-color: #FCE7CE;
}
</style>