Shades of Antique White #F5E8D8
Tints of Antique White #F5E8D8
RGB
CMYK
RGB Variations
Color information
#F5E8D8 (or 0xF5E8D8) is known color: Antique White. HEX triplet: F5, E8 and D8. RGB value is (245,232,216). Sum of RGB (Red+Green+Blue) = 245+232+216=693 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.35% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 216 (84.77% from 255 or 31.17% from 693); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E8D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E8D8 is #0A1727. Grayscale: #EAEAEA. Windows color (decimal): -661288 or 14215413. OLE color: 14215413.
HSL color Cylindrical-coordinate representation of color #F5E8D8: hue angle of 33.1º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5E8D8 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 216 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.04 |
| HSL | 33.1º | 0.59% | 0.9% | - |
| HSV(B) | 33.1º | 0.12% | 0.96% | - |
| XYZ | 78.91 | 82.08 | 76.65 | - |
| YUV | 234.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 216 | 0 | 0.05 | 0.12 | 0.04 | 33.1 | 0.59 | 0.9 |
| Hex | F5 | E8 | D8 | 0 | 5 | C | 4 | 21 | 3B | 5A |
| Octal | 365 | 350 | 330 | 0 | 5 | 14 | 4 | 41 | 73 | 132 |
| Binary | 11110101 | 11101000 | 11011000 | 0 | 101 | 1100 | 100 | 100001 | 111011 | 1011010 |
Color Harmonies of #F5E8D8
Complementary color
Monochromatic Colors of #F5E8D8
Black with #F5E8D8
Text Example
Text Example
White with #F5E8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E8D8; }
p { color: rgb(245,232,216); }
H1.HeaderClassName
{
color: #F5E8D8;
}
.AnyTagClassName
{
color: #F5E8D8;
}
</style>
background-color css
<style>
a { background-color: #F5E8D8; }
a { background-color: rgb(245,232,216); }
div.DivClassName
{
background-color: #F5E8D8;
}
.BgClassName
{
background-color: #F5E8D8;
}
</style>
border-color css
<style>
span { border-color: #F5E8D8; }
span { border-color: rgb(245,232,216); }
td.TdClassName
{
border-color: #F5E8D8;
}
.TagClassName
{
border-color: #F5E8D8;
}
</style>