Shades of Apricot #F7D1B7
Tints of Apricot #F7D1B7
RGB
CMYK
RGB Variations
Color information
#F7D1B7 (or 0xF7D1B7) is known color: Apricot. HEX triplet: F7, D1 and B7. RGB value is (247,209,183). Sum of RGB (Red+Green+Blue) = 247+209+183=639 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.65% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 183 (71.88% from 255 or 28.64% from 639); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D1B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D1B7 is #082E48. Grayscale: #D9D9D9. Windows color (decimal): -536137 or 12046839. OLE color: 12046839.
HSL color Cylindrical-coordinate representation of color #F7D1B7: hue angle of 24.38º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7D1B7 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 209 | 183 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.03 |
| HSL | 24.38º | 0.8% | 0.84% | - |
| HSV(B) | 24.38º | 0.26% | 0.97% | - |
| XYZ | 69.71 | 68.79 | 54.4 | - |
| YUV | 217.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 209 | 183 | 0 | 0.15 | 0.26 | 0.03 | 24.38 | 0.8 | 0.84 |
| Hex | F7 | D1 | B7 | 0 | F | 1A | 3 | 18 | 50 | 54 |
| Octal | 367 | 321 | 267 | 0 | 17 | 32 | 3 | 30 | 120 | 124 |
| Binary | 11110111 | 11010001 | 10110111 | 0 | 1111 | 11010 | 11 | 11000 | 1010000 | 1010100 |
Color Harmonies of #F7D1B7
Complementary color
Monochromatic Colors of #F7D1B7
Black with #F7D1B7
Text Example
Text Example
White with #F7D1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D1B7; }
p { color: rgb(247,209,183); }
H1.HeaderClassName
{
color: #F7D1B7;
}
.AnyTagClassName
{
color: #F7D1B7;
}
</style>
background-color css
<style>
a { background-color: #F7D1B7; }
a { background-color: rgb(247,209,183); }
div.DivClassName
{
background-color: #F7D1B7;
}
.BgClassName
{
background-color: #F7D1B7;
}
</style>
border-color css
<style>
span { border-color: #F7D1B7; }
span { border-color: rgb(247,209,183); }
td.TdClassName
{
border-color: #F7D1B7;
}
.TagClassName
{
border-color: #F7D1B7;
}
</style>