Shades of Apricot #F7D2AF
Tints of Apricot #F7D2AF
RGB
CMYK
RGB Variations
Color information
#F7D2AF (or 0xF7D2AF) is known color: Apricot. HEX triplet: F7, D2 and AF. RGB value is (247,210,175). Sum of RGB (Red+Green+Blue) = 247+210+175=632 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.08% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D2AF is #082D50. Grayscale: #D9D9D9. Windows color (decimal): -535889 or 11522807. OLE color: 11522807.
HSL color Cylindrical-coordinate representation of color #F7D2AF: hue angle of 29.17º 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 #F7D2AF is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 210 | 175 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.03 |
| HSL | 29.17º | 0.82% | 0.83% | - |
| HSV(B) | 29.17º | 0.29% | 0.97% | - |
| XYZ | 69.14 | 68.96 | 50.22 | - |
| YUV | 217.07 | 104.26 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 210 | 175 | 0 | 0.15 | 0.29 | 0.03 | 29.17 | 0.82 | 0.83 |
| Hex | F7 | D2 | AF | 0 | F | 1D | 3 | 1D | 52 | 53 |
| Octal | 367 | 322 | 257 | 0 | 17 | 35 | 3 | 35 | 122 | 123 |
| Binary | 11110111 | 11010010 | 10101111 | 0 | 1111 | 11101 | 11 | 11101 | 1010010 | 1010011 |
Color Harmonies of #F7D2AF
Complementary color
Monochromatic Colors of #F7D2AF
Black with #F7D2AF
Text Example
Text Example
White with #F7D2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D2AF; }
p { color: rgb(247,210,175); }
H1.HeaderClassName
{
color: #F7D2AF;
}
.AnyTagClassName
{
color: #F7D2AF;
}
</style>
background-color css
<style>
a { background-color: #F7D2AF; }
a { background-color: rgb(247,210,175); }
div.DivClassName
{
background-color: #F7D2AF;
}
.BgClassName
{
background-color: #F7D2AF;
}
</style>
border-color css
<style>
span { border-color: #F7D2AF; }
span { border-color: rgb(247,210,175); }
td.TdClassName
{
border-color: #F7D2AF;
}
.TagClassName
{
border-color: #F7D2AF;
}
</style>