Shades of Antique White #FAE8D2
Tints of Antique White #FAE8D2
RGB
CMYK
RGB Variations
Color information
#FAE8D2 (or 0xFAE8D2) is known color: Antique White. HEX triplet: FA, E8 and D2. RGB value is (250,232,210). Sum of RGB (Red+Green+Blue) = 250+232+210=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 232 (91.02% from 255 or 33.53% from 692); Blue value is 210 (82.42% from 255 or 30.35% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8D2 is #05172D. Grayscale: #EAEAEA. Windows color (decimal): -333614 or 13822202. OLE color: 13822202.
HSL color Cylindrical-coordinate representation of color #FAE8D2: hue angle of 33º 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 #FAE8D2 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 210 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.02 |
| HSL | 33º | 0.8% | 0.9% | - |
| HSV(B) | 33º | 0.16% | 0.98% | - |
| XYZ | 79.91 | 82.69 | 72.72 | - |
| YUV | 234.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 210 | 0 | 0.07 | 0.16 | 0.02 | 33 | 0.8 | 0.9 |
| Hex | FA | E8 | D2 | 0 | 7 | 10 | 2 | 21 | 50 | 5A |
| Octal | 372 | 350 | 322 | 0 | 7 | 20 | 2 | 41 | 120 | 132 |
| Binary | 11111010 | 11101000 | 11010010 | 0 | 111 | 10000 | 10 | 100001 | 1010000 | 1011010 |
Color Harmonies of #FAE8D2
Complementary color
Monochromatic Colors of #FAE8D2
Black with #FAE8D2
Text Example
Text Example
White with #FAE8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8D2; }
p { color: rgb(250,232,210); }
H1.HeaderClassName
{
color: #FAE8D2;
}
.AnyTagClassName
{
color: #FAE8D2;
}
</style>
background-color css
<style>
a { background-color: #FAE8D2; }
a { background-color: rgb(250,232,210); }
div.DivClassName
{
background-color: #FAE8D2;
}
.BgClassName
{
background-color: #FAE8D2;
}
</style>
border-color css
<style>
span { border-color: #FAE8D2; }
span { border-color: rgb(250,232,210); }
td.TdClassName
{
border-color: #FAE8D2;
}
.TagClassName
{
border-color: #FAE8D2;
}
</style>