Shades of Apricot White #F6EFDD
Tints of Apricot White #F6EFDD
RGB
CMYK
RGB Variations
Color information
#F6EFDD (or 0xF6EFDD) is known color: Apricot White. HEX triplet: F6, EF and DD. RGB value is (246,239,221). Sum of RGB (Red+Green+Blue) = 246+239+221=706 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.84% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 221 (86.72% from 255 or 31.30% from 706); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EFDD is #091022. Grayscale: #EFEFEF. Windows color (decimal): -593955 or 14544886. OLE color: 14544886.
HSL color Cylindrical-coordinate representation of color #F6EFDD: hue angle of 43.2º 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 #F6EFDD is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 239 | 221 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.04 |
| HSL | 43.2º | 0.58% | 0.92% | - |
| HSV(B) | 43.2º | 0.1% | 0.96% | - |
| XYZ | 81.92 | 86.55 | 80.79 | - |
| YUV | 239.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 239 | 221 | 0 | 0.03 | 0.10 | 0.04 | 43.2 | 0.58 | 0.92 |
| Hex | F6 | EF | DD | 0 | 3 | A | 4 | 2B | 3A | 5C |
| Octal | 366 | 357 | 335 | 0 | 3 | 12 | 4 | 53 | 72 | 134 |
| Binary | 11110110 | 11101111 | 11011101 | 0 | 11 | 1010 | 100 | 101011 | 111010 | 1011100 |
Color Harmonies of #F6EFDD
Complementary color
Monochromatic Colors of #F6EFDD
Black with #F6EFDD
Text Example
Text Example
White with #F6EFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EFDD; }
p { color: rgb(246,239,221); }
H1.HeaderClassName
{
color: #F6EFDD;
}
.AnyTagClassName
{
color: #F6EFDD;
}
</style>
background-color css
<style>
a { background-color: #F6EFDD; }
a { background-color: rgb(246,239,221); }
div.DivClassName
{
background-color: #F6EFDD;
}
.BgClassName
{
background-color: #F6EFDD;
}
</style>
border-color css
<style>
span { border-color: #F6EFDD; }
span { border-color: rgb(246,239,221); }
td.TdClassName
{
border-color: #F6EFDD;
}
.TagClassName
{
border-color: #F6EFDD;
}
</style>