Shades of Antique White #F9ECDB
Tints of Antique White #F9ECDB
RGB
CMYK
RGB Variations
Color information
#F9ECDB (or 0xF9ECDB) is known color: Antique White. HEX triplet: F9, EC and DB. RGB value is (249,236,219). Sum of RGB (Red+Green+Blue) = 249+236+219=704 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.37% from 704); Green value is 236 (92.58% from 255 or 33.52% from 704); Blue value is 219 (85.94% from 255 or 31.11% from 704); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ECDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9ECDB is #061324. Grayscale: #EEEEEE. Windows color (decimal): -398117 or 14413049. OLE color: 14413049.
HSL color Cylindrical-coordinate representation of color #F9ECDB: hue angle of 34º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9ECDB is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 236 | 219 | - |
CMYK | 0 | 0.05 | 0.12 | 0.02 |
HSL | 34º | 0.71% | 0.92% | - |
HSV(B) | 34º | 0.12% | 0.98% | - |
XYZ | 81.85 | 85.25 | 79.16 | - |
YUV | 237.95 | 117.31 | 135.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 236 | 219 | 0 | 0.05 | 0.12 | 0.02 | 34 | 0.71 | 0.92 |
Hex | F9 | EC | DB | 0 | 5 | C | 2 | 22 | 47 | 5C |
Octal | 371 | 354 | 333 | 0 | 5 | 14 | 2 | 42 | 107 | 134 |
Binary | 11111001 | 11101100 | 11011011 | 0 | 101 | 1100 | 10 | 100010 | 1000111 | 1011100 |
Color Harmonies of #F9ECDB
Complementary color
Monochromatic Colors of #F9ECDB
Black with #F9ECDB
Text Example
Text Example
White with #F9ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ECDB; }
p { color: rgb(249,236,219); }
H1.HeaderClassName
{
color: #F9ECDB;
}
.AnyTagClassName
{
color: #F9ECDB;
}
</style>
background-color css
<style>
a { background-color: #F9ECDB; }
a { background-color: rgb(249,236,219); }
div.DivClassName
{
background-color: #F9ECDB;
}
.BgClassName
{
background-color: #F9ECDB;
}
</style>
border-color css
<style>
span { border-color: #F9ECDB; }
span { border-color: rgb(249,236,219); }
td.TdClassName
{
border-color: #F9ECDB;
}
.TagClassName
{
border-color: #F9ECDB;
}
</style>