Shades of Apricot #F7D1AD
Tints of Apricot #F7D1AD
RGB
CMYK
RGB Variations
Color information
#F7D1AD (or 0xF7D1AD) is known color: Apricot. HEX triplet: F7, D1 and AD. RGB value is (247,209,173). Sum of RGB (Red+Green+Blue) = 247+209+173=629 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.27% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D1AD is #082E52. Grayscale: #D8D8D8. Windows color (decimal): -536147 or 11391479. OLE color: 11391479.
HSL color Cylindrical-coordinate representation of color #F7D1AD: hue angle of 29.19º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7D1AD is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 209 | 173 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.03 |
| HSL | 29.19º | 0.82% | 0.82% | - |
| HSV(B) | 29.19º | 0.3% | 0.97% | - |
| XYZ | 68.7 | 68.39 | 49.12 | - |
| YUV | 216.26 | 103.59 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 209 | 173 | 0 | 0.15 | 0.30 | 0.03 | 29.19 | 0.82 | 0.82 |
| Hex | F7 | D1 | AD | 0 | F | 1E | 3 | 1D | 52 | 52 |
| Octal | 367 | 321 | 255 | 0 | 17 | 36 | 3 | 35 | 122 | 122 |
| Binary | 11110111 | 11010001 | 10101101 | 0 | 1111 | 11110 | 11 | 11101 | 1010010 | 1010010 |
Color Harmonies of #F7D1AD
Complementary color
Monochromatic Colors of #F7D1AD
Black with #F7D1AD
Text Example
Text Example
White with #F7D1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D1AD; }
p { color: rgb(247,209,173); }
H1.HeaderClassName
{
color: #F7D1AD;
}
.AnyTagClassName
{
color: #F7D1AD;
}
</style>
background-color css
<style>
a { background-color: #F7D1AD; }
a { background-color: rgb(247,209,173); }
div.DivClassName
{
background-color: #F7D1AD;
}
.BgClassName
{
background-color: #F7D1AD;
}
</style>
border-color css
<style>
span { border-color: #F7D1AD; }
span { border-color: rgb(247,209,173); }
td.TdClassName
{
border-color: #F7D1AD;
}
.TagClassName
{
border-color: #F7D1AD;
}
</style>