Shades of Antique White #F5E8D4
Tints of Antique White #F5E8D4
RGB
CMYK
RGB Variations
Color information
#F5E8D4 (or 0xF5E8D4) is known color: Antique White. HEX triplet: F5, E8 and D4. RGB value is (245,232,212). Sum of RGB (Red+Green+Blue) = 245+232+212=689 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.56% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 212 (83.20% from 255 or 30.77% from 689); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E8D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E8D4 is #0A172B. Grayscale: #E9E9E9. Windows color (decimal): -661292 or 13953269. OLE color: 13953269.
HSL color Cylindrical-coordinate representation of color #F5E8D4: hue angle of 36.36º degrees, saturation: 0.62, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5E8D4 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 212 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.04 |
| HSL | 36.36º | 0.62% | 0.9% | - |
| HSV(B) | 36.36º | 0.13% | 0.96% | - |
| XYZ | 78.4 | 81.88 | 73.96 | - |
| YUV | 233.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 212 | 0 | 0.05 | 0.13 | 0.04 | 36.36 | 0.62 | 0.9 |
| Hex | F5 | E8 | D4 | 0 | 5 | D | 4 | 24 | 3E | 5A |
| Octal | 365 | 350 | 324 | 0 | 5 | 15 | 4 | 44 | 76 | 132 |
| Binary | 11110101 | 11101000 | 11010100 | 0 | 101 | 1101 | 100 | 100100 | 111110 | 1011010 |
Color Harmonies of #F5E8D4
Complementary color
Monochromatic Colors of #F5E8D4
Black with #F5E8D4
Text Example
Text Example
White with #F5E8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E8D4; }
p { color: rgb(245,232,212); }
H1.HeaderClassName
{
color: #F5E8D4;
}
.AnyTagClassName
{
color: #F5E8D4;
}
</style>
background-color css
<style>
a { background-color: #F5E8D4; }
a { background-color: rgb(245,232,212); }
div.DivClassName
{
background-color: #F5E8D4;
}
.BgClassName
{
background-color: #F5E8D4;
}
</style>
border-color css
<style>
span { border-color: #F5E8D4; }
span { border-color: rgb(245,232,212); }
td.TdClassName
{
border-color: #F5E8D4;
}
.TagClassName
{
border-color: #F5E8D4;
}
</style>