Shades of Blanched Almond #FFEAD1
Tints of Blanched Almond #FFEAD1
RGB
CMYK
RGB Variations
Color information
#FFEAD1 (or 0xFFEAD1) is known color: Blanched Almond. HEX triplet: FF, EA and D1. RGB value is (255,234,209). Sum of RGB (Red+Green+Blue) = 255+234+209=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 209 (82.03% from 255 or 29.94% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAD1 is #00152E. Grayscale: #EDEDED. Windows color (decimal): -5423 or 13757183. OLE color: 13757183.
HSL color Cylindrical-coordinate representation of color #FFEAD1: hue angle of 32.61º 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 #FFEAD1 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 209 | - |
| CMYK | 0 | 0.08 | 0.18 | 0 |
| HSL | 32.61º | 1% | 0.91% | - |
| HSV(B) | 32.61º | 0.18% | 1% | - |
| XYZ | 82.17 | 84.71 | 72.34 | - |
| YUV | 237.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 209 | 0 | 0.08 | 0.18 | 0 | 32.61 | 1 | 0.91 |
| Hex | FF | EA | D1 | 0 | 8 | 12 | 0 | 21 | 64 | 5B |
| Octal | 377 | 352 | 321 | 0 | 10 | 22 | 0 | 41 | 144 | 133 |
| Binary | 11111111 | 11101010 | 11010001 | 0 | 1000 | 10010 | 0 | 100001 | 1100100 | 1011011 |
Color Harmonies of #FFEAD1
Complementary color
Monochromatic Colors of #FFEAD1
Black with #FFEAD1
Text Example
Text Example
White with #FFEAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAD1; }
p { color: rgb(255,234,209); }
H1.HeaderClassName
{
color: #FFEAD1;
}
.AnyTagClassName
{
color: #FFEAD1;
}
</style>
background-color css
<style>
a { background-color: #FFEAD1; }
a { background-color: rgb(255,234,209); }
div.DivClassName
{
background-color: #FFEAD1;
}
.BgClassName
{
background-color: #FFEAD1;
}
</style>
border-color css
<style>
span { border-color: #FFEAD1; }
span { border-color: rgb(255,234,209); }
td.TdClassName
{
border-color: #FFEAD1;
}
.TagClassName
{
border-color: #FFEAD1;
}
</style>