Shades of Blanched Almond #FFEAD0
Tints of Blanched Almond #FFEAD0
RGB
CMYK
RGB Variations
Color information
#FFEAD0 (or 0xFFEAD0) is known color: Blanched Almond. HEX triplet: FF, EA and D0. RGB value is (255,234,208). Sum of RGB (Red+Green+Blue) = 255+234+208=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 208 (81.64% from 255 or 29.84% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAD0 is #00152F. Grayscale: #EDEDED. Windows color (decimal): -5424 or 13691647. OLE color: 13691647.
HSL color Cylindrical-coordinate representation of color #FFEAD0: hue angle of 33.19º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFEAD0 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 208 | - |
| CMYK | 0 | 0.08 | 0.18 | 0 |
| HSL | 33.19º | 1% | 0.91% | - |
| HSV(B) | 33.19º | 0.18% | 1% | - |
| XYZ | 82.05 | 84.66 | 71.69 | - |
| YUV | 237.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 208 | 0 | 0.08 | 0.18 | 0 | 33.19 | 1 | 0.91 |
| Hex | FF | EA | D0 | 0 | 8 | 12 | 0 | 21 | 64 | 5B |
| Octal | 377 | 352 | 320 | 0 | 10 | 22 | 0 | 41 | 144 | 133 |
| Binary | 11111111 | 11101010 | 11010000 | 0 | 1000 | 10010 | 0 | 100001 | 1100100 | 1011011 |
Color Harmonies of #FFEAD0
Complementary color
Monochromatic Colors of #FFEAD0
Black with #FFEAD0
Text Example
Text Example
White with #FFEAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAD0; }
p { color: rgb(255,234,208); }
H1.HeaderClassName
{
color: #FFEAD0;
}
.AnyTagClassName
{
color: #FFEAD0;
}
</style>
background-color css
<style>
a { background-color: #FFEAD0; }
a { background-color: rgb(255,234,208); }
div.DivClassName
{
background-color: #FFEAD0;
}
.BgClassName
{
background-color: #FFEAD0;
}
</style>
border-color css
<style>
span { border-color: #FFEAD0; }
span { border-color: rgb(255,234,208); }
td.TdClassName
{
border-color: #FFEAD0;
}
.TagClassName
{
border-color: #FFEAD0;
}
</style>