Shades of Antique White #FAEAD2
Tints of Antique White #FAEAD2
RGB
CMYK
RGB Variations
Color information
#FAEAD2 (or 0xFAEAD2) is known color: Antique White. HEX triplet: FA, EA and D2. RGB value is (250,234,210). Sum of RGB (Red+Green+Blue) = 250+234+210=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 210 (82.42% from 255 or 30.26% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAD2 is #05152D. Grayscale: #ECECEC. Windows color (decimal): -333102 or 13822714. OLE color: 13822714.
HSL color Cylindrical-coordinate representation of color #FAEAD2: hue angle of 36º 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 #FAEAD2 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 210 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.02 |
| HSL | 36º | 0.8% | 0.9% | - |
| HSV(B) | 36º | 0.16% | 0.98% | - |
| XYZ | 80.48 | 83.82 | 72.91 | - |
| YUV | 236.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 210 | 0 | 0.06 | 0.16 | 0.02 | 36 | 0.8 | 0.9 |
| Hex | FA | EA | D2 | 0 | 6 | 10 | 2 | 24 | 50 | 5A |
| Octal | 372 | 352 | 322 | 0 | 6 | 20 | 2 | 44 | 120 | 132 |
| Binary | 11111010 | 11101010 | 11010010 | 0 | 110 | 10000 | 10 | 100100 | 1010000 | 1011010 |
Color Harmonies of #FAEAD2
Complementary color
Monochromatic Colors of #FAEAD2
Black with #FAEAD2
Text Example
Text Example
White with #FAEAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAD2; }
p { color: rgb(250,234,210); }
H1.HeaderClassName
{
color: #FAEAD2;
}
.AnyTagClassName
{
color: #FAEAD2;
}
</style>
background-color css
<style>
a { background-color: #FAEAD2; }
a { background-color: rgb(250,234,210); }
div.DivClassName
{
background-color: #FAEAD2;
}
.BgClassName
{
background-color: #FAEAD2;
}
</style>
border-color css
<style>
span { border-color: #FAEAD2; }
span { border-color: rgb(250,234,210); }
td.TdClassName
{
border-color: #FAEAD2;
}
.TagClassName
{
border-color: #FAEAD2;
}
</style>