Shades of Apricot White #F6F0DB
Tints of Apricot White #F6F0DB
RGB
CMYK
RGB Variations
Color information
#F6F0DB (or 0xF6F0DB) is known color: Apricot White. HEX triplet: F6, F0 and DB. RGB value is (246,240,219). Sum of RGB (Red+Green+Blue) = 246+240+219=705 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.89% from 705); Green value is 240 (94.14% from 255 or 34.04% from 705); Blue value is 219 (85.94% from 255 or 31.06% from 705); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F0DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F0DB is #090F24. Grayscale: #EFEFEF. Windows color (decimal): -593701 or 14414070. OLE color: 14414070.
HSL color Cylindrical-coordinate representation of color #F6F0DB: hue angle of 46.67º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6F0DB is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 240 | 219 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.04 |
| HSL | 46.67º | 0.6% | 0.91% | - |
| HSV(B) | 46.67º | 0.11% | 0.96% | - |
| XYZ | 81.95 | 87.03 | 79.5 | - |
| YUV | 239.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 240 | 219 | 0 | 0.02 | 0.11 | 0.04 | 46.67 | 0.6 | 0.91 |
| Hex | F6 | F0 | DB | 0 | 2 | B | 4 | 2F | 3C | 5B |
| Octal | 366 | 360 | 333 | 0 | 2 | 13 | 4 | 57 | 74 | 133 |
| Binary | 11110110 | 11110000 | 11011011 | 0 | 10 | 1011 | 100 | 101111 | 111100 | 1011011 |
Color Harmonies of #F6F0DB
Complementary color
Monochromatic Colors of #F6F0DB
Black with #F6F0DB
Text Example
Text Example
White with #F6F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F0DB; }
p { color: rgb(246,240,219); }
H1.HeaderClassName
{
color: #F6F0DB;
}
.AnyTagClassName
{
color: #F6F0DB;
}
</style>
background-color css
<style>
a { background-color: #F6F0DB; }
a { background-color: rgb(246,240,219); }
div.DivClassName
{
background-color: #F6F0DB;
}
.BgClassName
{
background-color: #F6F0DB;
}
</style>
border-color css
<style>
span { border-color: #F6F0DB; }
span { border-color: rgb(246,240,219); }
td.TdClassName
{
border-color: #F6F0DB;
}
.TagClassName
{
border-color: #F6F0DB;
}
</style>