Shades of Antique White #FAE8D1
Tints of Antique White #FAE8D1
RGB
CMYK
RGB Variations
Color information
#FAE8D1 (or 0xFAE8D1) is known color: Antique White. HEX triplet: FA, E8 and D1. RGB value is (250,232,209). Sum of RGB (Red+Green+Blue) = 250+232+209=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 209 (82.03% from 255 or 30.25% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8D1 is #05172E. Grayscale: #EAEAEA. Windows color (decimal): -333615 or 13756666. OLE color: 13756666.
HSL color Cylindrical-coordinate representation of color #FAE8D1: hue angle of 33.66º 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 #FAE8D1 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 209 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.02 |
| HSL | 33.66º | 0.8% | 0.9% | - |
| HSV(B) | 33.66º | 0.16% | 0.98% | - |
| XYZ | 79.79 | 82.64 | 72.07 | - |
| YUV | 234.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 209 | 0 | 0.07 | 0.16 | 0.02 | 33.66 | 0.8 | 0.9 |
| Hex | FA | E8 | D1 | 0 | 7 | 10 | 2 | 22 | 50 | 5A |
| Octal | 372 | 350 | 321 | 0 | 7 | 20 | 2 | 42 | 120 | 132 |
| Binary | 11111010 | 11101000 | 11010001 | 0 | 111 | 10000 | 10 | 100010 | 1010000 | 1011010 |
Color Harmonies of #FAE8D1
Complementary color
Monochromatic Colors of #FAE8D1
Black with #FAE8D1
Text Example
Text Example
White with #FAE8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8D1; }
p { color: rgb(250,232,209); }
H1.HeaderClassName
{
color: #FAE8D1;
}
.AnyTagClassName
{
color: #FAE8D1;
}
</style>
background-color css
<style>
a { background-color: #FAE8D1; }
a { background-color: rgb(250,232,209); }
div.DivClassName
{
background-color: #FAE8D1;
}
.BgClassName
{
background-color: #FAE8D1;
}
</style>
border-color css
<style>
span { border-color: #FAE8D1; }
span { border-color: rgb(250,232,209); }
td.TdClassName
{
border-color: #FAE8D1;
}
.TagClassName
{
border-color: #FAE8D1;
}
</style>