Shades of Antique White #F8E9D7
Tints of Antique White #F8E9D7
RGB
CMYK
RGB Variations
Color information
#F8E9D7 (or 0xF8E9D7) is known color: Antique White. HEX triplet: F8, E9 and D7. RGB value is (248,233,215). Sum of RGB (Red+Green+Blue) = 248+233+215=696 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.63% from 696); Green value is 233 (91.41% from 255 or 33.48% from 696); Blue value is 215 (84.38% from 255 or 30.89% from 696); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E9D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E9D7 is #071628. Grayscale: #EBEBEB. Windows color (decimal): -464425 or 14150136. OLE color: 14150136.
HSL color Cylindrical-coordinate representation of color #F8E9D7: hue angle of 32.73º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8E9D7 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 233 | 215 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.03 |
| HSL | 32.73º | 0.7% | 0.91% | - |
| HSV(B) | 32.73º | 0.13% | 0.97% | - |
| XYZ | 80.12 | 83.14 | 76.12 | - |
| YUV | 235.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 233 | 215 | 0 | 0.06 | 0.13 | 0.03 | 32.73 | 0.7 | 0.91 |
| Hex | F8 | E9 | D7 | 0 | 6 | D | 3 | 21 | 46 | 5B |
| Octal | 370 | 351 | 327 | 0 | 6 | 15 | 3 | 41 | 106 | 133 |
| Binary | 11111000 | 11101001 | 11010111 | 0 | 110 | 1101 | 11 | 100001 | 1000110 | 1011011 |
Color Harmonies of #F8E9D7
Complementary color
Monochromatic Colors of #F8E9D7
Black with #F8E9D7
Text Example
Text Example
White with #F8E9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E9D7; }
p { color: rgb(248,233,215); }
H1.HeaderClassName
{
color: #F8E9D7;
}
.AnyTagClassName
{
color: #F8E9D7;
}
</style>
background-color css
<style>
a { background-color: #F8E9D7; }
a { background-color: rgb(248,233,215); }
div.DivClassName
{
background-color: #F8E9D7;
}
.BgClassName
{
background-color: #F8E9D7;
}
</style>
border-color css
<style>
span { border-color: #F8E9D7; }
span { border-color: rgb(248,233,215); }
td.TdClassName
{
border-color: #F8E9D7;
}
.TagClassName
{
border-color: #F8E9D7;
}
</style>