Shades of Antique White #F7E9D3
Tints of Antique White #F7E9D3
RGB
CMYK
RGB Variations
Color information
#F7E9D3 (or 0xF7E9D3) is known color: Antique White. HEX triplet: F7, E9 and D3. RGB value is (247,233,211). Sum of RGB (Red+Green+Blue) = 247+233+211=691 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.75% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 211 (82.81% from 255 or 30.54% from 691); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E9D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7E9D3 is #08162C. Grayscale: #EAEAEA. Windows color (decimal): -529965 or 13887991. OLE color: 13887991.
HSL color Cylindrical-coordinate representation of color #F7E9D3: hue angle of 36.67º degrees, saturation: 0.69, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F7E9D3 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 233 | 211 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.03 |
| HSL | 36.67º | 0.69% | 0.9% | - |
| HSV(B) | 36.67º | 0.15% | 0.97% | - |
| XYZ | 79.25 | 82.76 | 73.42 | - |
| YUV | 234.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 233 | 211 | 0 | 0.06 | 0.15 | 0.03 | 36.67 | 0.69 | 0.9 |
| Hex | F7 | E9 | D3 | 0 | 6 | F | 3 | 25 | 45 | 5A |
| Octal | 367 | 351 | 323 | 0 | 6 | 17 | 3 | 45 | 105 | 132 |
| Binary | 11110111 | 11101001 | 11010011 | 0 | 110 | 1111 | 11 | 100101 | 1000101 | 1011010 |
Color Harmonies of #F7E9D3
Complementary color
Monochromatic Colors of #F7E9D3
Black with #F7E9D3
Text Example
Text Example
White with #F7E9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E9D3; }
p { color: rgb(247,233,211); }
H1.HeaderClassName
{
color: #F7E9D3;
}
.AnyTagClassName
{
color: #F7E9D3;
}
</style>
background-color css
<style>
a { background-color: #F7E9D3; }
a { background-color: rgb(247,233,211); }
div.DivClassName
{
background-color: #F7E9D3;
}
.BgClassName
{
background-color: #F7E9D3;
}
</style>
border-color css
<style>
span { border-color: #F7E9D3; }
span { border-color: rgb(247,233,211); }
td.TdClassName
{
border-color: #F7E9D3;
}
.TagClassName
{
border-color: #F7E9D3;
}
</style>