Shades of Antique White #F8EBD4
Tints of Antique White #F8EBD4
RGB
CMYK
RGB Variations
Color information
#F8EBD4 (or 0xF8EBD4) is known color: Antique White. HEX triplet: F8, EB and D4. RGB value is (248,235,212). Sum of RGB (Red+Green+Blue) = 248+235+212=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 212 (83.20% from 255 or 30.50% from 695); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EBD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EBD4 is #07142B. Grayscale: #ECECEC. Windows color (decimal): -463916 or 13954040. OLE color: 13954040.
HSL color Cylindrical-coordinate representation of color #F8EBD4: hue angle of 38.33º degrees, saturation: 0.72, 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 #F8EBD4 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 235 | 212 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.03 |
| HSL | 38.33º | 0.72% | 0.9% | - |
| HSV(B) | 38.33º | 0.15% | 0.97% | - |
| XYZ | 80.3 | 84.13 | 74.29 | - |
| YUV | 236.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 235 | 212 | 0 | 0.05 | 0.15 | 0.03 | 38.33 | 0.72 | 0.9 |
| Hex | F8 | EB | D4 | 0 | 5 | F | 3 | 26 | 48 | 5A |
| Octal | 370 | 353 | 324 | 0 | 5 | 17 | 3 | 46 | 110 | 132 |
| Binary | 11111000 | 11101011 | 11010100 | 0 | 101 | 1111 | 11 | 100110 | 1001000 | 1011010 |
Color Harmonies of #F8EBD4
Complementary color
Monochromatic Colors of #F8EBD4
Black with #F8EBD4
Text Example
Text Example
White with #F8EBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EBD4; }
p { color: rgb(248,235,212); }
H1.HeaderClassName
{
color: #F8EBD4;
}
.AnyTagClassName
{
color: #F8EBD4;
}
</style>
background-color css
<style>
a { background-color: #F8EBD4; }
a { background-color: rgb(248,235,212); }
div.DivClassName
{
background-color: #F8EBD4;
}
.BgClassName
{
background-color: #F8EBD4;
}
</style>
border-color css
<style>
span { border-color: #F8EBD4; }
span { border-color: rgb(248,235,212); }
td.TdClassName
{
border-color: #F8EBD4;
}
.TagClassName
{
border-color: #F8EBD4;
}
</style>