Shades of Apricot White #F7F1DE
Tints of Apricot White #F7F1DE
RGB
CMYK
RGB Variations
Color information
#F7F1DE (or 0xF7F1DE) is known color: Apricot White. HEX triplet: F7, F1 and DE. RGB value is (247,241,222). Sum of RGB (Red+Green+Blue) = 247+241+222=710 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.79% from 710); Green value is 241 (94.53% from 255 or 33.94% from 710); Blue value is 222 (87.11% from 255 or 31.27% from 710); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F1DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F1DE is #080E21. Grayscale: #F0F0F0. Windows color (decimal): -527906 or 14610935. OLE color: 14610935.
HSL color Cylindrical-coordinate representation of color #F7F1DE: hue angle of 45.6º degrees, saturation: 0.61, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7F1DE is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 241 | 222 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.03 |
| HSL | 45.6º | 0.61% | 0.92% | - |
| HSV(B) | 45.6º | 0.1% | 0.97% | - |
| XYZ | 83 | 87.96 | 81.71 | - |
| YUV | 240.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 241 | 222 | 0 | 0.02 | 0.10 | 0.03 | 45.6 | 0.61 | 0.92 |
| Hex | F7 | F1 | DE | 0 | 2 | A | 3 | 2E | 3D | 5C |
| Octal | 367 | 361 | 336 | 0 | 2 | 12 | 3 | 56 | 75 | 134 |
| Binary | 11110111 | 11110001 | 11011110 | 0 | 10 | 1010 | 11 | 101110 | 111101 | 1011100 |
Color Harmonies of #F7F1DE
Complementary color
Monochromatic Colors of #F7F1DE
Black with #F7F1DE
Text Example
Text Example
White with #F7F1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F1DE; }
p { color: rgb(247,241,222); }
H1.HeaderClassName
{
color: #F7F1DE;
}
.AnyTagClassName
{
color: #F7F1DE;
}
</style>
background-color css
<style>
a { background-color: #F7F1DE; }
a { background-color: rgb(247,241,222); }
div.DivClassName
{
background-color: #F7F1DE;
}
.BgClassName
{
background-color: #F7F1DE;
}
</style>
border-color css
<style>
span { border-color: #F7F1DE; }
span { border-color: rgb(247,241,222); }
td.TdClassName
{
border-color: #F7F1DE;
}
.TagClassName
{
border-color: #F7F1DE;
}
</style>