Shades of Antique White #FAE7D1
Tints of Antique White #FAE7D1
RGB
CMYK
RGB Variations
Color information
#FAE7D1 (or 0xFAE7D1) is known color: Antique White. HEX triplet: FA, E7 and D1. RGB value is (250,231,209). Sum of RGB (Red+Green+Blue) = 250+231+209=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 209 (82.03% from 255 or 30.29% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7D1 is #05182E. Grayscale: #EAEAEA. Windows color (decimal): -333871 or 13756410. OLE color: 13756410.
HSL color Cylindrical-coordinate representation of color #FAE7D1: hue angle of 32.2º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAE7D1 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 209 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.02 |
| HSL | 32.2º | 0.8% | 0.9% | - |
| HSV(B) | 32.2º | 0.16% | 0.98% | - |
| XYZ | 79.51 | 82.08 | 71.97 | - |
| YUV | 234.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 209 | 0 | 0.08 | 0.16 | 0.02 | 32.2 | 0.8 | 0.9 |
| Hex | FA | E7 | D1 | 0 | 8 | 10 | 2 | 20 | 50 | 5A |
| Octal | 372 | 347 | 321 | 0 | 10 | 20 | 2 | 40 | 120 | 132 |
| Binary | 11111010 | 11100111 | 11010001 | 0 | 1000 | 10000 | 10 | 100000 | 1010000 | 1011010 |
Color Harmonies of #FAE7D1
Complementary color
Monochromatic Colors of #FAE7D1
Black with #FAE7D1
Text Example
Text Example
White with #FAE7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE7D1; }
p { color: rgb(250,231,209); }
H1.HeaderClassName
{
color: #FAE7D1;
}
.AnyTagClassName
{
color: #FAE7D1;
}
</style>
background-color css
<style>
a { background-color: #FAE7D1; }
a { background-color: rgb(250,231,209); }
div.DivClassName
{
background-color: #FAE7D1;
}
.BgClassName
{
background-color: #FAE7D1;
}
</style>
border-color css
<style>
span { border-color: #FAE7D1; }
span { border-color: rgb(250,231,209); }
td.TdClassName
{
border-color: #FAE7D1;
}
.TagClassName
{
border-color: #FAE7D1;
}
</style>