Shades of Antique White #F4E5D1
Tints of Antique White #F4E5D1
RGB
CMYK
RGB Variations
Color information
#F4E5D1 (or 0xF4E5D1) is known color: Antique White. HEX triplet: F4, E5 and D1. RGB value is (244,229,209). Sum of RGB (Red+Green+Blue) = 244+229+209=682 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.78% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 209 (82.03% from 255 or 30.65% from 682); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E5D1 is #0B1A2E. Grayscale: #E7E7E7. Windows color (decimal): -727599 or 13755892. OLE color: 13755892.
HSL color Cylindrical-coordinate representation of color #F4E5D1: hue angle of 34.29º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F4E5D1 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 229 | 209 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.04 |
| HSL | 34.29º | 0.61% | 0.89% | - |
| HSV(B) | 34.29º | 0.14% | 0.96% | - |
| XYZ | 76.84 | 79.88 | 71.69 | - |
| YUV | 231.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 229 | 209 | 0 | 0.06 | 0.14 | 0.04 | 34.29 | 0.61 | 0.89 |
| Hex | F4 | E5 | D1 | 0 | 6 | E | 4 | 22 | 3D | 59 |
| Octal | 364 | 345 | 321 | 0 | 6 | 16 | 4 | 42 | 75 | 131 |
| Binary | 11110100 | 11100101 | 11010001 | 0 | 110 | 1110 | 100 | 100010 | 111101 | 1011001 |
Color Harmonies of #F4E5D1
Complementary color
Monochromatic Colors of #F4E5D1
Black with #F4E5D1
Text Example
Text Example
White with #F4E5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E5D1; }
p { color: rgb(244,229,209); }
H1.HeaderClassName
{
color: #F4E5D1;
}
.AnyTagClassName
{
color: #F4E5D1;
}
</style>
background-color css
<style>
a { background-color: #F4E5D1; }
a { background-color: rgb(244,229,209); }
div.DivClassName
{
background-color: #F4E5D1;
}
.BgClassName
{
background-color: #F4E5D1;
}
</style>
border-color css
<style>
span { border-color: #F4E5D1; }
span { border-color: rgb(244,229,209); }
td.TdClassName
{
border-color: #F4E5D1;
}
.TagClassName
{
border-color: #F4E5D1;
}
</style>