Shades of Antique White #F6E5D0
Tints of Antique White #F6E5D0
RGB
CMYK
RGB Variations
Color information
#F6E5D0 (or 0xF6E5D0) is known color: Antique White. HEX triplet: F6, E5 and D0. RGB value is (246,229,208). Sum of RGB (Red+Green+Blue) = 246+229+208=683 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.02% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 208 (81.64% from 255 or 30.45% from 683); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E5D0 is #091A2F. Grayscale: #E7E7E7. Windows color (decimal): -596528 or 13690358. OLE color: 13690358.
HSL color Cylindrical-coordinate representation of color #F6E5D0: hue angle of 33.16º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6E5D0 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 229 | 208 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.04 |
| HSL | 33.16º | 0.68% | 0.89% | - |
| HSV(B) | 33.16º | 0.15% | 0.96% | - |
| XYZ | 77.41 | 80.19 | 71.07 | - |
| YUV | 231.69 | 114.63 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 229 | 208 | 0 | 0.07 | 0.15 | 0.04 | 33.16 | 0.68 | 0.89 |
| Hex | F6 | E5 | D0 | 0 | 7 | F | 4 | 21 | 44 | 59 |
| Octal | 366 | 345 | 320 | 0 | 7 | 17 | 4 | 41 | 104 | 131 |
| Binary | 11110110 | 11100101 | 11010000 | 0 | 111 | 1111 | 100 | 100001 | 1000100 | 1011001 |
Color Harmonies of #F6E5D0
Complementary color
Monochromatic Colors of #F6E5D0
Black with #F6E5D0
Text Example
Text Example
White with #F6E5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E5D0; }
p { color: rgb(246,229,208); }
H1.HeaderClassName
{
color: #F6E5D0;
}
.AnyTagClassName
{
color: #F6E5D0;
}
</style>
background-color css
<style>
a { background-color: #F6E5D0; }
a { background-color: rgb(246,229,208); }
div.DivClassName
{
background-color: #F6E5D0;
}
.BgClassName
{
background-color: #F6E5D0;
}
</style>
border-color css
<style>
span { border-color: #F6E5D0; }
span { border-color: rgb(246,229,208); }
td.TdClassName
{
border-color: #F6E5D0;
}
.TagClassName
{
border-color: #F6E5D0;
}
</style>