Shades of Antique White #F8E8D2
Tints of Antique White #F8E8D2
RGB
CMYK
RGB Variations
Color information
#F8E8D2 (or 0xF8E8D2) is known color: Antique White. HEX triplet: F8, E8 and D2. RGB value is (248,232,210). Sum of RGB (Red+Green+Blue) = 248+232+210=690 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.94% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 210 (82.42% from 255 or 30.43% from 690); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E8D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E8D2 is #07172D. Grayscale: #EAEAEA. Windows color (decimal): -464686 or 13822200. OLE color: 13822200.
HSL color Cylindrical-coordinate representation of color #F8E8D2: hue angle of 34.74º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8E8D2 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 232 | 210 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.03 |
| HSL | 34.74º | 0.73% | 0.9% | - |
| HSV(B) | 34.74º | 0.15% | 0.97% | - |
| XYZ | 79.2 | 82.32 | 72.69 | - |
| YUV | 234.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 232 | 210 | 0 | 0.06 | 0.15 | 0.03 | 34.74 | 0.73 | 0.9 |
| Hex | F8 | E8 | D2 | 0 | 6 | F | 3 | 23 | 49 | 5A |
| Octal | 370 | 350 | 322 | 0 | 6 | 17 | 3 | 43 | 111 | 132 |
| Binary | 11111000 | 11101000 | 11010010 | 0 | 110 | 1111 | 11 | 100011 | 1001001 | 1011010 |
Color Harmonies of #F8E8D2
Complementary color
Monochromatic Colors of #F8E8D2
Black with #F8E8D2
Text Example
Text Example
White with #F8E8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E8D2; }
p { color: rgb(248,232,210); }
H1.HeaderClassName
{
color: #F8E8D2;
}
.AnyTagClassName
{
color: #F8E8D2;
}
</style>
background-color css
<style>
a { background-color: #F8E8D2; }
a { background-color: rgb(248,232,210); }
div.DivClassName
{
background-color: #F8E8D2;
}
.BgClassName
{
background-color: #F8E8D2;
}
</style>
border-color css
<style>
span { border-color: #F8E8D2; }
span { border-color: rgb(248,232,210); }
td.TdClassName
{
border-color: #F8E8D2;
}
.TagClassName
{
border-color: #F8E8D2;
}
</style>