Shades of Blanched Almond #FFE8CE
Tints of Blanched Almond #FFE8CE
RGB
CMYK
RGB Variations
Color information
#FFE8CE (or 0xFFE8CE) is known color: Blanched Almond. HEX triplet: FF, E8 and CE. RGB value is (255,232,206). Sum of RGB (Red+Green+Blue) = 255+232+206=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 206 (80.86% from 255 or 29.73% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE8CE is #001731. Grayscale: #ECECEC. Windows color (decimal): -5938 or 13560063. OLE color: 13560063.
HSL color Cylindrical-coordinate representation of color #FFE8CE: hue angle of 31.84º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFE8CE is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 206 | - |
| CMYK | 0 | 0.09 | 0.19 | 0 |
| HSL | 31.84º | 1% | 0.9% | - |
| HSV(B) | 31.84º | 0.19% | 1% | - |
| XYZ | 81.24 | 83.43 | 70.21 | - |
| YUV | 235.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 206 | 0 | 0.09 | 0.19 | 0 | 31.84 | 1 | 0.9 |
| Hex | FF | E8 | CE | 0 | 9 | 13 | 0 | 20 | 64 | 5A |
| Octal | 377 | 350 | 316 | 0 | 11 | 23 | 0 | 40 | 144 | 132 |
| Binary | 11111111 | 11101000 | 11001110 | 0 | 1001 | 10011 | 0 | 100000 | 1100100 | 1011010 |
Color Harmonies of #FFE8CE
Complementary color
Monochromatic Colors of #FFE8CE
Black with #FFE8CE
Text Example
Text Example
White with #FFE8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE8CE; }
p { color: rgb(255,232,206); }
H1.HeaderClassName
{
color: #FFE8CE;
}
.AnyTagClassName
{
color: #FFE8CE;
}
</style>
background-color css
<style>
a { background-color: #FFE8CE; }
a { background-color: rgb(255,232,206); }
div.DivClassName
{
background-color: #FFE8CE;
}
.BgClassName
{
background-color: #FFE8CE;
}
</style>
border-color css
<style>
span { border-color: #FFE8CE; }
span { border-color: rgb(255,232,206); }
td.TdClassName
{
border-color: #FFE8CE;
}
.TagClassName
{
border-color: #FFE8CE;
}
</style>