Shades of Apricot #F7D1AF
Tints of Apricot #F7D1AF
RGB
CMYK
RGB Variations
Color information
#F7D1AF (or 0xF7D1AF) is known color: Apricot. HEX triplet: F7, D1 and AF. RGB value is (247,209,175). Sum of RGB (Red+Green+Blue) = 247+209+175=631 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.14% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D1AF is #082E50. Grayscale: #D8D8D8. Windows color (decimal): -536145 or 11522551. OLE color: 11522551.
HSL color Cylindrical-coordinate representation of color #F7D1AF: hue angle of 28.33º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7D1AF is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 209 | 175 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.03 |
| HSL | 28.33º | 0.82% | 0.83% | - |
| HSV(B) | 28.33º | 0.29% | 0.97% | - |
| XYZ | 68.9 | 68.47 | 50.14 | - |
| YUV | 216.49 | 104.59 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 209 | 175 | 0 | 0.15 | 0.29 | 0.03 | 28.33 | 0.82 | 0.83 |
| Hex | F7 | D1 | AF | 0 | F | 1D | 3 | 1C | 52 | 53 |
| Octal | 367 | 321 | 257 | 0 | 17 | 35 | 3 | 34 | 122 | 123 |
| Binary | 11110111 | 11010001 | 10101111 | 0 | 1111 | 11101 | 11 | 11100 | 1010010 | 1010011 |
Color Harmonies of #F7D1AF
Complementary color
Monochromatic Colors of #F7D1AF
Black with #F7D1AF
Text Example
Text Example
White with #F7D1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D1AF; }
p { color: rgb(247,209,175); }
H1.HeaderClassName
{
color: #F7D1AF;
}
.AnyTagClassName
{
color: #F7D1AF;
}
</style>
background-color css
<style>
a { background-color: #F7D1AF; }
a { background-color: rgb(247,209,175); }
div.DivClassName
{
background-color: #F7D1AF;
}
.BgClassName
{
background-color: #F7D1AF;
}
</style>
border-color css
<style>
span { border-color: #F7D1AF; }
span { border-color: rgb(247,209,175); }
td.TdClassName
{
border-color: #F7D1AF;
}
.TagClassName
{
border-color: #F7D1AF;
}
</style>