Shades of Blanched Almond #FEE8CE
Tints of Blanched Almond #FEE8CE
RGB
CMYK
RGB Variations
Color information
#FEE8CE (or 0xFEE8CE) is known color: Blanched Almond. HEX triplet: FE, E8 and CE. RGB value is (254,232,206). Sum of RGB (Red+Green+Blue) = 254+232+206=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 232 (91.02% from 255 or 33.53% from 692); Blue value is 206 (80.86% from 255 or 29.77% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8CE is #011731. Grayscale: #EBEBEB. Windows color (decimal): -71474 or 13560062. OLE color: 13560062.
HSL color Cylindrical-coordinate representation of color #FEE8CE: hue angle of 32.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEE8CE is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 206 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.00 |
| HSL | 32.5º | 0.96% | 0.9% | - |
| HSV(B) | 32.5º | 0.19% | 1% | - |
| XYZ | 80.87 | 83.24 | 70.2 | - |
| YUV | 235.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 206 | 0 | 0.09 | 0.19 | 0.00 | 32.5 | 0.96 | 0.9 |
| Hex | FE | E8 | CE | 0 | 9 | 13 | 0 | 20 | 60 | 5A |
| Octal | 376 | 350 | 316 | 0 | 11 | 23 | 0 | 40 | 140 | 132 |
| Binary | 11111110 | 11101000 | 11001110 | 0 | 1001 | 10011 | 0 | 100000 | 1100000 | 1011010 |
Color Harmonies of #FEE8CE
Complementary color
Monochromatic Colors of #FEE8CE
Black with #FEE8CE
Text Example
Text Example
White with #FEE8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8CE; }
p { color: rgb(254,232,206); }
H1.HeaderClassName
{
color: #FEE8CE;
}
.AnyTagClassName
{
color: #FEE8CE;
}
</style>
background-color css
<style>
a { background-color: #FEE8CE; }
a { background-color: rgb(254,232,206); }
div.DivClassName
{
background-color: #FEE8CE;
}
.BgClassName
{
background-color: #FEE8CE;
}
</style>
border-color css
<style>
span { border-color: #FEE8CE; }
span { border-color: rgb(254,232,206); }
td.TdClassName
{
border-color: #FEE8CE;
}
.TagClassName
{
border-color: #FEE8CE;
}
</style>