Shades of Antique White #F5E7D4
Tints of Antique White #F5E7D4
RGB
CMYK
RGB Variations
Color information
#F5E7D4 (or 0xF5E7D4) is known color: Antique White. HEX triplet: F5, E7 and D4. RGB value is (245,231,212). Sum of RGB (Red+Green+Blue) = 245+231+212=688 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.61% from 688); Green value is 231 (90.62% from 255 or 33.58% from 688); Blue value is 212 (83.20% from 255 or 30.81% from 688); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E7D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E7D4 is #0A182B. Grayscale: #E9E9E9. Windows color (decimal): -661548 or 13953013. OLE color: 13953013.
HSL color Cylindrical-coordinate representation of color #F5E7D4: hue angle of 34.55º degrees, saturation: 0.62, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5E7D4 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 231 | 212 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.04 |
| HSL | 34.55º | 0.62% | 0.9% | - |
| HSV(B) | 34.55º | 0.13% | 0.96% | - |
| XYZ | 78.12 | 81.32 | 73.87 | - |
| YUV | 233.02 | 116.14 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 231 | 212 | 0 | 0.06 | 0.13 | 0.04 | 34.55 | 0.62 | 0.9 |
| Hex | F5 | E7 | D4 | 0 | 6 | D | 4 | 23 | 3E | 5A |
| Octal | 365 | 347 | 324 | 0 | 6 | 15 | 4 | 43 | 76 | 132 |
| Binary | 11110101 | 11100111 | 11010100 | 0 | 110 | 1101 | 100 | 100011 | 111110 | 1011010 |
Color Harmonies of #F5E7D4
Complementary color
Monochromatic Colors of #F5E7D4
Black with #F5E7D4
Text Example
Text Example
White with #F5E7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E7D4; }
p { color: rgb(245,231,212); }
H1.HeaderClassName
{
color: #F5E7D4;
}
.AnyTagClassName
{
color: #F5E7D4;
}
</style>
background-color css
<style>
a { background-color: #F5E7D4; }
a { background-color: rgb(245,231,212); }
div.DivClassName
{
background-color: #F5E7D4;
}
.BgClassName
{
background-color: #F5E7D4;
}
</style>
border-color css
<style>
span { border-color: #F5E7D4; }
span { border-color: rgb(245,231,212); }
td.TdClassName
{
border-color: #F5E7D4;
}
.TagClassName
{
border-color: #F5E7D4;
}
</style>