Shades of Antique White #F8EBD5
Tints of Antique White #F8EBD5
RGB
CMYK
RGB Variations
Color information
#F8EBD5 (or 0xF8EBD5) is known color: Antique White. HEX triplet: F8, EB and D5. RGB value is (248,235,213). Sum of RGB (Red+Green+Blue) = 248+235+213=696 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.63% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 213 (83.59% from 255 or 30.60% from 696); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EBD5 is #07142A. Grayscale: #ECECEC. Windows color (decimal): -463915 or 14019576. OLE color: 14019576.
HSL color Cylindrical-coordinate representation of color #F8EBD5: hue angle of 37.71º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8EBD5 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 235 | 213 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.03 |
| HSL | 37.71º | 0.71% | 0.9% | - |
| HSV(B) | 37.71º | 0.14% | 0.97% | - |
| XYZ | 80.43 | 84.18 | 74.96 | - |
| YUV | 236.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 235 | 213 | 0 | 0.05 | 0.14 | 0.03 | 37.71 | 0.71 | 0.9 |
| Hex | F8 | EB | D5 | 0 | 5 | E | 3 | 26 | 47 | 5A |
| Octal | 370 | 353 | 325 | 0 | 5 | 16 | 3 | 46 | 107 | 132 |
| Binary | 11111000 | 11101011 | 11010101 | 0 | 101 | 1110 | 11 | 100110 | 1000111 | 1011010 |
Color Harmonies of #F8EBD5
Complementary color
Monochromatic Colors of #F8EBD5
Black with #F8EBD5
Text Example
Text Example
White with #F8EBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EBD5; }
p { color: rgb(248,235,213); }
H1.HeaderClassName
{
color: #F8EBD5;
}
.AnyTagClassName
{
color: #F8EBD5;
}
</style>
background-color css
<style>
a { background-color: #F8EBD5; }
a { background-color: rgb(248,235,213); }
div.DivClassName
{
background-color: #F8EBD5;
}
.BgClassName
{
background-color: #F8EBD5;
}
</style>
border-color css
<style>
span { border-color: #F8EBD5; }
span { border-color: rgb(248,235,213); }
td.TdClassName
{
border-color: #F8EBD5;
}
.TagClassName
{
border-color: #F8EBD5;
}
</style>