Shades of Blanched Almond #FFE8CF
Tints of Blanched Almond #FFE8CF
RGB
CMYK
RGB Variations
Color information
#FFE8CF (or 0xFFE8CF) is known color: Blanched Almond. HEX triplet: FF, E8 and CF. RGB value is (255,232,207). Sum of RGB (Red+Green+Blue) = 255+232+207=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 232 (91.02% from 255 or 33.43% from 694); Blue value is 207 (81.25% from 255 or 29.83% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE8CF is #001730. Grayscale: #ECECEC. Windows color (decimal): -5937 or 13625599. OLE color: 13625599.
HSL color Cylindrical-coordinate representation of color #FFE8CF: hue angle of 31.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFE8CF is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 207 | - |
| CMYK | 0 | 0.09 | 0.19 | 0 |
| HSL | 31.25º | 1% | 0.91% | - |
| HSV(B) | 31.25º | 0.19% | 1% | - |
| XYZ | 81.36 | 83.48 | 70.86 | - |
| YUV | 236.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 207 | 0 | 0.09 | 0.19 | 0 | 31.25 | 1 | 0.91 |
| Hex | FF | E8 | CF | 0 | 9 | 13 | 0 | 1F | 64 | 5B |
| Octal | 377 | 350 | 317 | 0 | 11 | 23 | 0 | 37 | 144 | 133 |
| Binary | 11111111 | 11101000 | 11001111 | 0 | 1001 | 10011 | 0 | 11111 | 1100100 | 1011011 |
Color Harmonies of #FFE8CF
Complementary color
Monochromatic Colors of #FFE8CF
Black with #FFE8CF
Text Example
Text Example
White with #FFE8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE8CF; }
p { color: rgb(255,232,207); }
H1.HeaderClassName
{
color: #FFE8CF;
}
.AnyTagClassName
{
color: #FFE8CF;
}
</style>
background-color css
<style>
a { background-color: #FFE8CF; }
a { background-color: rgb(255,232,207); }
div.DivClassName
{
background-color: #FFE8CF;
}
.BgClassName
{
background-color: #FFE8CF;
}
</style>
border-color css
<style>
span { border-color: #FFE8CF; }
span { border-color: rgb(255,232,207); }
td.TdClassName
{
border-color: #FFE8CF;
}
.TagClassName
{
border-color: #FFE8CF;
}
</style>