Shades of Antique White #FAE8D3
Tints of Antique White #FAE8D3
RGB
CMYK
RGB Variations
Color information
#FAE8D3 (or 0xFAE8D3) is known color: Antique White. HEX triplet: FA, E8 and D3. RGB value is (250,232,211). Sum of RGB (Red+Green+Blue) = 250+232+211=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 211 (82.81% from 255 or 30.45% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8D3 is #05172C. Grayscale: #EBEBEB. Windows color (decimal): -333613 or 13887738. OLE color: 13887738.
HSL color Cylindrical-coordinate representation of color #FAE8D3: hue angle of 32.31º 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 #FAE8D3 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 211 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.02 |
| HSL | 32.31º | 0.8% | 0.9% | - |
| HSV(B) | 32.31º | 0.16% | 0.98% | - |
| XYZ | 80.04 | 82.74 | 73.38 | - |
| YUV | 234.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 211 | 0 | 0.07 | 0.16 | 0.02 | 32.31 | 0.8 | 0.9 |
| Hex | FA | E8 | D3 | 0 | 7 | 10 | 2 | 20 | 50 | 5A |
| Octal | 372 | 350 | 323 | 0 | 7 | 20 | 2 | 40 | 120 | 132 |
| Binary | 11111010 | 11101000 | 11010011 | 0 | 111 | 10000 | 10 | 100000 | 1010000 | 1011010 |
Color Harmonies of #FAE8D3
Complementary color
Monochromatic Colors of #FAE8D3
Black with #FAE8D3
Text Example
Text Example
White with #FAE8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8D3; }
p { color: rgb(250,232,211); }
H1.HeaderClassName
{
color: #FAE8D3;
}
.AnyTagClassName
{
color: #FAE8D3;
}
</style>
background-color css
<style>
a { background-color: #FAE8D3; }
a { background-color: rgb(250,232,211); }
div.DivClassName
{
background-color: #FAE8D3;
}
.BgClassName
{
background-color: #FAE8D3;
}
</style>
border-color css
<style>
span { border-color: #FAE8D3; }
span { border-color: rgb(250,232,211); }
td.TdClassName
{
border-color: #FAE8D3;
}
.TagClassName
{
border-color: #FAE8D3;
}
</style>