Shades of Antique White #FAECD8
Tints of Antique White #FAECD8
RGB
CMYK
RGB Variations
Color information
#FAECD8 (or 0xFAECD8) is known color: Antique White. HEX triplet: FA, EC and D8. RGB value is (250,236,216). Sum of RGB (Red+Green+Blue) = 250+236+216=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 236 (92.58% from 255 or 33.62% from 702); Blue value is 216 (84.77% from 255 or 30.77% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECD8 is #051327. Grayscale: #EDEDED. Windows color (decimal): -332584 or 14216442. OLE color: 14216442.
HSL color Cylindrical-coordinate representation of color #FAECD8: hue angle of 35.29º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FAECD8 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 216 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.02 |
| HSL | 35.29º | 0.77% | 0.91% | - |
| HSV(B) | 35.29º | 0.14% | 0.98% | - |
| XYZ | 81.81 | 85.27 | 77.11 | - |
| YUV | 237.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 216 | 0 | 0.06 | 0.14 | 0.02 | 35.29 | 0.77 | 0.91 |
| Hex | FA | EC | D8 | 0 | 6 | E | 2 | 23 | 4D | 5B |
| Octal | 372 | 354 | 330 | 0 | 6 | 16 | 2 | 43 | 115 | 133 |
| Binary | 11111010 | 11101100 | 11011000 | 0 | 110 | 1110 | 10 | 100011 | 1001101 | 1011011 |
Color Harmonies of #FAECD8
Complementary color
Monochromatic Colors of #FAECD8
Black with #FAECD8
Text Example
Text Example
White with #FAECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECD8; }
p { color: rgb(250,236,216); }
H1.HeaderClassName
{
color: #FAECD8;
}
.AnyTagClassName
{
color: #FAECD8;
}
</style>
background-color css
<style>
a { background-color: #FAECD8; }
a { background-color: rgb(250,236,216); }
div.DivClassName
{
background-color: #FAECD8;
}
.BgClassName
{
background-color: #FAECD8;
}
</style>
border-color css
<style>
span { border-color: #FAECD8; }
span { border-color: rgb(250,236,216); }
td.TdClassName
{
border-color: #FAECD8;
}
.TagClassName
{
border-color: #FAECD8;
}
</style>