Shades of Apricot White #F6F0DC
Tints of Apricot White #F6F0DC
RGB
CMYK
RGB Variations
Color information
#F6F0DC (or 0xF6F0DC) is known color: Apricot White. HEX triplet: F6, F0 and DC. RGB value is (246,240,220). Sum of RGB (Red+Green+Blue) = 246+240+220=706 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.84% from 706); Green value is 240 (94.14% from 255 or 33.99% from 706); Blue value is 220 (86.33% from 255 or 31.16% from 706); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F0DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F0DC is #090F23. Grayscale: #EFEFEF. Windows color (decimal): -593700 or 14479606. OLE color: 14479606.
HSL color Cylindrical-coordinate representation of color #F6F0DC: hue angle of 46.15º degrees, saturation: 0.59, 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 #F6F0DC is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 240 | 220 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.04 |
| HSL | 46.15º | 0.59% | 0.91% | - |
| HSV(B) | 46.15º | 0.11% | 0.96% | - |
| XYZ | 82.08 | 87.08 | 80.19 | - |
| YUV | 239.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 240 | 220 | 0 | 0.02 | 0.11 | 0.04 | 46.15 | 0.59 | 0.91 |
| Hex | F6 | F0 | DC | 0 | 2 | B | 4 | 2E | 3B | 5B |
| Octal | 366 | 360 | 334 | 0 | 2 | 13 | 4 | 56 | 73 | 133 |
| Binary | 11110110 | 11110000 | 11011100 | 0 | 10 | 1011 | 100 | 101110 | 111011 | 1011011 |
Color Harmonies of #F6F0DC
Complementary color
Monochromatic Colors of #F6F0DC
Black with #F6F0DC
Text Example
Text Example
White with #F6F0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F0DC; }
p { color: rgb(246,240,220); }
H1.HeaderClassName
{
color: #F6F0DC;
}
.AnyTagClassName
{
color: #F6F0DC;
}
</style>
background-color css
<style>
a { background-color: #F6F0DC; }
a { background-color: rgb(246,240,220); }
div.DivClassName
{
background-color: #F6F0DC;
}
.BgClassName
{
background-color: #F6F0DC;
}
</style>
border-color css
<style>
span { border-color: #F6F0DC; }
span { border-color: rgb(246,240,220); }
td.TdClassName
{
border-color: #F6F0DC;
}
.TagClassName
{
border-color: #F6F0DC;
}
</style>