Shades of Antique White #FAEBD9
Tints of Antique White #FAEBD9
RGB
CMYK
RGB Variations
Color information
#FAEBD9 (or 0xFAEBD9) is known color: Antique White. HEX triplet: FA, EB and D9. RGB value is (250,235,217). Sum of RGB (Red+Green+Blue) = 250+235+217=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 217 (85.16% from 255 or 30.91% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBD9 is #051426. Grayscale: #EDEDED. Windows color (decimal): -332839 or 14281722. OLE color: 14281722.
HSL color Cylindrical-coordinate representation of color #FAEBD9: hue angle of 32.73º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAEBD9 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 235 | 217 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.02 |
| HSL | 32.73º | 0.77% | 0.92% | - |
| HSV(B) | 32.73º | 0.13% | 0.98% | - |
| XYZ | 81.66 | 84.75 | 77.7 | - |
| YUV | 237.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 235 | 217 | 0 | 0.06 | 0.13 | 0.02 | 32.73 | 0.77 | 0.92 |
| Hex | FA | EB | D9 | 0 | 6 | D | 2 | 21 | 4D | 5C |
| Octal | 372 | 353 | 331 | 0 | 6 | 15 | 2 | 41 | 115 | 134 |
| Binary | 11111010 | 11101011 | 11011001 | 0 | 110 | 1101 | 10 | 100001 | 1001101 | 1011100 |
Color Harmonies of #FAEBD9
Complementary color
Monochromatic Colors of #FAEBD9
Black with #FAEBD9
Text Example
Text Example
White with #FAEBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEBD9; }
p { color: rgb(250,235,217); }
H1.HeaderClassName
{
color: #FAEBD9;
}
.AnyTagClassName
{
color: #FAEBD9;
}
</style>
background-color css
<style>
a { background-color: #FAEBD9; }
a { background-color: rgb(250,235,217); }
div.DivClassName
{
background-color: #FAEBD9;
}
.BgClassName
{
background-color: #FAEBD9;
}
</style>
border-color css
<style>
span { border-color: #FAEBD9; }
span { border-color: rgb(250,235,217); }
td.TdClassName
{
border-color: #FAEBD9;
}
.TagClassName
{
border-color: #FAEBD9;
}
</style>