Shades of Apricot White #F6F0DD
Tints of Apricot White #F6F0DD
RGB
CMYK
RGB Variations
Color information
#F6F0DD (or 0xF6F0DD) is known color: Apricot White. HEX triplet: F6, F0 and DD. RGB value is (246,240,221). Sum of RGB (Red+Green+Blue) = 246+240+221=707 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.79% from 707); Green value is 240 (94.14% from 255 or 33.95% from 707); Blue value is 221 (86.72% from 255 or 31.26% from 707); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F0DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F0DD is #090F22. Grayscale: #EFEFEF. Windows color (decimal): -593699 or 14545142. OLE color: 14545142.
HSL color Cylindrical-coordinate representation of color #F6F0DD: hue angle of 45.6º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6F0DD is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 240 | 221 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.04 |
| HSL | 45.6º | 0.58% | 0.92% | - |
| HSV(B) | 45.6º | 0.1% | 0.96% | - |
| XYZ | 82.22 | 87.13 | 80.89 | - |
| YUV | 239.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 240 | 221 | 0 | 0.02 | 0.10 | 0.04 | 45.6 | 0.58 | 0.92 |
| Hex | F6 | F0 | DD | 0 | 2 | A | 4 | 2E | 3A | 5C |
| Octal | 366 | 360 | 335 | 0 | 2 | 12 | 4 | 56 | 72 | 134 |
| Binary | 11110110 | 11110000 | 11011101 | 0 | 10 | 1010 | 100 | 101110 | 111010 | 1011100 |
Color Harmonies of #F6F0DD
Complementary color
Monochromatic Colors of #F6F0DD
Black with #F6F0DD
Text Example
Text Example
White with #F6F0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F0DD; }
p { color: rgb(246,240,221); }
H1.HeaderClassName
{
color: #F6F0DD;
}
.AnyTagClassName
{
color: #F6F0DD;
}
</style>
background-color css
<style>
a { background-color: #F6F0DD; }
a { background-color: rgb(246,240,221); }
div.DivClassName
{
background-color: #F6F0DD;
}
.BgClassName
{
background-color: #F6F0DD;
}
</style>
border-color css
<style>
span { border-color: #F6F0DD; }
span { border-color: rgb(246,240,221); }
td.TdClassName
{
border-color: #F6F0DD;
}
.TagClassName
{
border-color: #F6F0DD;
}
</style>