Shades of Blanched Almond #FFE8CA
Tints of Blanched Almond #FFE8CA
RGB
CMYK
RGB Variations
Color information
#FFE8CA (or 0xFFE8CA) is known color: Blanched Almond. HEX triplet: FF, E8 and CA. RGB value is (255,232,202). Sum of RGB (Red+Green+Blue) = 255+232+202=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 202 (79.30% from 255 or 29.32% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE8CA is #001735. Grayscale: #EBEBEB. Windows color (decimal): -5942 or 13297919. OLE color: 13297919.
HSL color Cylindrical-coordinate representation of color #FFE8CA: hue angle of 33.96º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFE8CA is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 202 | - |
| CMYK | 0 | 0.09 | 0.21 | 0 |
| HSL | 33.96º | 1% | 0.9% | - |
| HSV(B) | 33.96º | 0.21% | 1% | - |
| XYZ | 80.76 | 83.24 | 67.69 | - |
| YUV | 235.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 202 | 0 | 0.09 | 0.21 | 0 | 33.96 | 1 | 0.9 |
| Hex | FF | E8 | CA | 0 | 9 | 15 | 0 | 22 | 64 | 5A |
| Octal | 377 | 350 | 312 | 0 | 11 | 25 | 0 | 42 | 144 | 132 |
| Binary | 11111111 | 11101000 | 11001010 | 0 | 1001 | 10101 | 0 | 100010 | 1100100 | 1011010 |
Color Harmonies of #FFE8CA
Complementary color
Monochromatic Colors of #FFE8CA
Black with #FFE8CA
Text Example
Text Example
White with #FFE8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE8CA; }
p { color: rgb(255,232,202); }
H1.HeaderClassName
{
color: #FFE8CA;
}
.AnyTagClassName
{
color: #FFE8CA;
}
</style>
background-color css
<style>
a { background-color: #FFE8CA; }
a { background-color: rgb(255,232,202); }
div.DivClassName
{
background-color: #FFE8CA;
}
.BgClassName
{
background-color: #FFE8CA;
}
</style>
border-color css
<style>
span { border-color: #FFE8CA; }
span { border-color: rgb(255,232,202); }
td.TdClassName
{
border-color: #FFE8CA;
}
.TagClassName
{
border-color: #FFE8CA;
}
</style>