Shades of Apricot White #F7EFDD
Tints of Apricot White #F7EFDD
RGB
CMYK
RGB Variations
Color information
#F7EFDD (or 0xF7EFDD) is known color: Apricot White. HEX triplet: F7, EF and DD. RGB value is (247,239,221). Sum of RGB (Red+Green+Blue) = 247+239+221=707 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.94% from 707); Green value is 239 (93.75% from 255 or 33.80% from 707); Blue value is 221 (86.72% from 255 or 31.26% from 707); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EFDD is #081022. Grayscale: #EFEFEF. Windows color (decimal): -528419 or 14544887. OLE color: 14544887.
HSL color Cylindrical-coordinate representation of color #F7EFDD: hue angle of 41.54º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F7EFDD is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 239 | 221 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.03 |
| HSL | 41.54º | 0.62% | 0.92% | - |
| HSV(B) | 41.54º | 0.11% | 0.97% | - |
| XYZ | 82.28 | 86.73 | 80.81 | - |
| YUV | 239.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 239 | 221 | 0 | 0.03 | 0.11 | 0.03 | 41.54 | 0.62 | 0.92 |
| Hex | F7 | EF | DD | 0 | 3 | B | 3 | 2A | 3E | 5C |
| Octal | 367 | 357 | 335 | 0 | 3 | 13 | 3 | 52 | 76 | 134 |
| Binary | 11110111 | 11101111 | 11011101 | 0 | 11 | 1011 | 11 | 101010 | 111110 | 1011100 |
Color Harmonies of #F7EFDD
Complementary color
Monochromatic Colors of #F7EFDD
Black with #F7EFDD
Text Example
Text Example
White with #F7EFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EFDD; }
p { color: rgb(247,239,221); }
H1.HeaderClassName
{
color: #F7EFDD;
}
.AnyTagClassName
{
color: #F7EFDD;
}
</style>
background-color css
<style>
a { background-color: #F7EFDD; }
a { background-color: rgb(247,239,221); }
div.DivClassName
{
background-color: #F7EFDD;
}
.BgClassName
{
background-color: #F7EFDD;
}
</style>
border-color css
<style>
span { border-color: #F7EFDD; }
span { border-color: rgb(247,239,221); }
td.TdClassName
{
border-color: #F7EFDD;
}
.TagClassName
{
border-color: #F7EFDD;
}
</style>