Shades of Antique White #FAEBD4
Tints of Antique White #FAEBD4
RGB
CMYK
RGB Variations
Color information
#FAEBD4 (or 0xFAEBD4) is known color: Antique White. HEX triplet: FA, EB and D4. RGB value is (250,235,212). Sum of RGB (Red+Green+Blue) = 250+235+212=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 212 (83.20% from 255 or 30.42% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBD4 is #05142B. Grayscale: #ECECEC. Windows color (decimal): -332844 or 13954042. OLE color: 13954042.
HSL color Cylindrical-coordinate representation of color #FAEBD4: hue angle of 36.32º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FAEBD4 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 235 | 212 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.02 |
| HSL | 36.32º | 0.79% | 0.91% | - |
| HSV(B) | 36.32º | 0.15% | 0.98% | - |
| XYZ | 81.02 | 84.49 | 74.33 | - |
| YUV | 236.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 235 | 212 | 0 | 0.06 | 0.15 | 0.02 | 36.32 | 0.79 | 0.91 |
| Hex | FA | EB | D4 | 0 | 6 | F | 2 | 24 | 4F | 5B |
| Octal | 372 | 353 | 324 | 0 | 6 | 17 | 2 | 44 | 117 | 133 |
| Binary | 11111010 | 11101011 | 11010100 | 0 | 110 | 1111 | 10 | 100100 | 1001111 | 1011011 |
Color Harmonies of #FAEBD4
Complementary color
Monochromatic Colors of #FAEBD4
Black with #FAEBD4
Text Example
Text Example
White with #FAEBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEBD4; }
p { color: rgb(250,235,212); }
H1.HeaderClassName
{
color: #FAEBD4;
}
.AnyTagClassName
{
color: #FAEBD4;
}
</style>
background-color css
<style>
a { background-color: #FAEBD4; }
a { background-color: rgb(250,235,212); }
div.DivClassName
{
background-color: #FAEBD4;
}
.BgClassName
{
background-color: #FAEBD4;
}
</style>
border-color css
<style>
span { border-color: #FAEBD4; }
span { border-color: rgb(250,235,212); }
td.TdClassName
{
border-color: #FAEBD4;
}
.TagClassName
{
border-color: #FAEBD4;
}
</style>