Shades of Apricot White #F6EFDC
Tints of Apricot White #F6EFDC
RGB
CMYK
RGB Variations
Color information
#F6EFDC (or 0xF6EFDC) is known color: Apricot White. HEX triplet: F6, EF and DC. RGB value is (246,239,220). Sum of RGB (Red+Green+Blue) = 246+239+220=705 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.89% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 220 (86.33% from 255 or 31.21% from 705); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EFDC is #091023. Grayscale: #EFEFEF. Windows color (decimal): -593956 or 14479350. OLE color: 14479350.
HSL color Cylindrical-coordinate representation of color #F6EFDC: hue angle of 43.85º 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 #F6EFDC is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 239 | 220 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.04 |
| HSL | 43.85º | 0.59% | 0.91% | - |
| HSV(B) | 43.85º | 0.11% | 0.96% | - |
| XYZ | 81.79 | 86.49 | 80.09 | - |
| YUV | 238.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 239 | 220 | 0 | 0.03 | 0.11 | 0.04 | 43.85 | 0.59 | 0.91 |
| Hex | F6 | EF | DC | 0 | 3 | B | 4 | 2C | 3B | 5B |
| Octal | 366 | 357 | 334 | 0 | 3 | 13 | 4 | 54 | 73 | 133 |
| Binary | 11110110 | 11101111 | 11011100 | 0 | 11 | 1011 | 100 | 101100 | 111011 | 1011011 |
Color Harmonies of #F6EFDC
Complementary color
Monochromatic Colors of #F6EFDC
Black with #F6EFDC
Text Example
Text Example
White with #F6EFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EFDC; }
p { color: rgb(246,239,220); }
H1.HeaderClassName
{
color: #F6EFDC;
}
.AnyTagClassName
{
color: #F6EFDC;
}
</style>
background-color css
<style>
a { background-color: #F6EFDC; }
a { background-color: rgb(246,239,220); }
div.DivClassName
{
background-color: #F6EFDC;
}
.BgClassName
{
background-color: #F6EFDC;
}
</style>
border-color css
<style>
span { border-color: #F6EFDC; }
span { border-color: rgb(246,239,220); }
td.TdClassName
{
border-color: #F6EFDC;
}
.TagClassName
{
border-color: #F6EFDC;
}
</style>