Shades of Antique White #F8EBD6
Tints of Antique White #F8EBD6
RGB
CMYK
RGB Variations
Color information
#F8EBD6 (or 0xF8EBD6) is known color: Antique White. HEX triplet: F8, EB and D6. RGB value is (248,235,214). Sum of RGB (Red+Green+Blue) = 248+235+214=697 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.58% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 214 (83.98% from 255 or 30.70% from 697); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EBD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EBD6 is #071429. Grayscale: #ECECEC. Windows color (decimal): -463914 or 14085112. OLE color: 14085112.
HSL color Cylindrical-coordinate representation of color #F8EBD6: hue angle of 37.06º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8EBD6 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 235 | 214 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.03 |
| HSL | 37.06º | 0.71% | 0.91% | - |
| HSV(B) | 37.06º | 0.14% | 0.97% | - |
| XYZ | 80.56 | 84.23 | 75.63 | - |
| YUV | 236.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 235 | 214 | 0 | 0.05 | 0.14 | 0.03 | 37.06 | 0.71 | 0.91 |
| Hex | F8 | EB | D6 | 0 | 5 | E | 3 | 25 | 47 | 5B |
| Octal | 370 | 353 | 326 | 0 | 5 | 16 | 3 | 45 | 107 | 133 |
| Binary | 11111000 | 11101011 | 11010110 | 0 | 101 | 1110 | 11 | 100101 | 1000111 | 1011011 |
Color Harmonies of #F8EBD6
Complementary color
Monochromatic Colors of #F8EBD6
Black with #F8EBD6
Text Example
Text Example
White with #F8EBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EBD6; }
p { color: rgb(248,235,214); }
H1.HeaderClassName
{
color: #F8EBD6;
}
.AnyTagClassName
{
color: #F8EBD6;
}
</style>
background-color css
<style>
a { background-color: #F8EBD6; }
a { background-color: rgb(248,235,214); }
div.DivClassName
{
background-color: #F8EBD6;
}
.BgClassName
{
background-color: #F8EBD6;
}
</style>
border-color css
<style>
span { border-color: #F8EBD6; }
span { border-color: rgb(248,235,214); }
td.TdClassName
{
border-color: #F8EBD6;
}
.TagClassName
{
border-color: #F8EBD6;
}
</style>