Shades of AntiqueWhite #FAEBD7
Tints of AntiqueWhite #FAEBD7
RGB
CMYK
RGB Variations
Color information
#FAEBD7 (or 0xFAEBD7) is known color: AntiqueWhite. HEX triplet: FA, EB and D7. RGB value is (250,235,215). Sum of RGB (Red+Green+Blue) = 250+235+215=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 215 (84.38% from 255 or 30.71% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBD7 is #051428. Grayscale: #EDEDED. Windows color (decimal): -332841 or 14150650. OLE color: 14150650.
HSL color Cylindrical-coordinate representation of color #FAEBD7: hue angle of 34.29º degrees, saturation: 0.78, 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 #FAEBD7 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 235 | 215 | - |
CMYK | 0 | 0.06 | 0.14 | 0.02 |
HSL | 34.29º | 0.78% | 0.91% | - |
HSV(B) | 34.29º | 0.14% | 0.98% | - |
XYZ | 81.4 | 84.65 | 76.34 | - |
YUV | 237.21 | 115.47 | 137.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 235 | 215 | 0 | 0.06 | 0.14 | 0.02 | 34.29 | 0.78 | 0.91 |
Hex | FA | EB | D7 | 0 | 6 | E | 2 | 22 | 4E | 5B |
Octal | 372 | 353 | 327 | 0 | 6 | 16 | 2 | 42 | 116 | 133 |
Binary | 11111010 | 11101011 | 11010111 | 0 | 110 | 1110 | 10 | 100010 | 1001110 | 1011011 |
Color Harmonies of #FAEBD7
Complementary color
Monochromatic Colors of #FAEBD7
Black with #FAEBD7
Text Example
Text Example
White with #FAEBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEBD7; }
p { color: rgb(250,235,215); }
H1.HeaderClassName
{
color: #FAEBD7;
}
.AnyTagClassName
{
color: #FAEBD7;
}
</style>
background-color css
<style>
a { background-color: #FAEBD7; }
a { background-color: rgb(250,235,215); }
div.DivClassName
{
background-color: #FAEBD7;
}
.BgClassName
{
background-color: #FAEBD7;
}
</style>
border-color css
<style>
span { border-color: #FAEBD7; }
span { border-color: rgb(250,235,215); }
td.TdClassName
{
border-color: #FAEBD7;
}
.TagClassName
{
border-color: #FAEBD7;
}
</style>