Shades of Apricot White #F7F0DC
Tints of Apricot White #F7F0DC
RGB
CMYK
RGB Variations
Color information
#F7F0DC (or 0xF7F0DC) is known color: Apricot White. HEX triplet: F7, F0 and DC. RGB value is (247,240,220). Sum of RGB (Red+Green+Blue) = 247+240+220=707 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.94% from 707); Green value is 240 (94.14% from 255 or 33.95% from 707); Blue value is 220 (86.33% from 255 or 31.12% from 707); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F0DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F0DC is #080F23. Grayscale: #EFEFEF. Windows color (decimal): -528164 or 14479607. OLE color: 14479607.
HSL color Cylindrical-coordinate representation of color #F7F0DC: hue angle of 44.44º degrees, saturation: 0.63, 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 #F7F0DC is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 220 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.03 |
| HSL | 44.44º | 0.63% | 0.92% | - |
| HSV(B) | 44.44º | 0.11% | 0.97% | - |
| XYZ | 82.44 | 87.26 | 80.21 | - |
| YUV | 239.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 220 | 0 | 0.03 | 0.11 | 0.03 | 44.44 | 0.63 | 0.92 |
| Hex | F7 | F0 | DC | 0 | 3 | B | 3 | 2C | 3F | 5C |
| Octal | 367 | 360 | 334 | 0 | 3 | 13 | 3 | 54 | 77 | 134 |
| Binary | 11110111 | 11110000 | 11011100 | 0 | 11 | 1011 | 11 | 101100 | 111111 | 1011100 |
Color Harmonies of #F7F0DC
Complementary color
Monochromatic Colors of #F7F0DC
Black with #F7F0DC
Text Example
Text Example
White with #F7F0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F0DC; }
p { color: rgb(247,240,220); }
H1.HeaderClassName
{
color: #F7F0DC;
}
.AnyTagClassName
{
color: #F7F0DC;
}
</style>
background-color css
<style>
a { background-color: #F7F0DC; }
a { background-color: rgb(247,240,220); }
div.DivClassName
{
background-color: #F7F0DC;
}
.BgClassName
{
background-color: #F7F0DC;
}
</style>
border-color css
<style>
span { border-color: #F7F0DC; }
span { border-color: rgb(247,240,220); }
td.TdClassName
{
border-color: #F7F0DC;
}
.TagClassName
{
border-color: #F7F0DC;
}
</style>