Shades of Apricot #F7D2B4
Tints of Apricot #F7D2B4
RGB
CMYK
RGB Variations
Color information
#F7D2B4 (or 0xF7D2B4) is known color: Apricot. HEX triplet: F7, D2 and B4. RGB value is (247,210,180). Sum of RGB (Red+Green+Blue) = 247+210+180=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 180 (70.70% from 255 or 28.26% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D2B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D2B4 is #082D4B. Grayscale: #D9D9D9. Windows color (decimal): -535884 or 11850487. OLE color: 11850487.
HSL color Cylindrical-coordinate representation of color #F7D2B4: hue angle of 26.87º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F7D2B4 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 210 | 180 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.03 |
| HSL | 26.87º | 0.81% | 0.84% | - |
| HSV(B) | 26.87º | 0.27% | 0.97% | - |
| XYZ | 69.64 | 69.16 | 52.86 | - |
| YUV | 217.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 210 | 180 | 0 | 0.15 | 0.27 | 0.03 | 26.87 | 0.81 | 0.84 |
| Hex | F7 | D2 | B4 | 0 | F | 1B | 3 | 1B | 51 | 54 |
| Octal | 367 | 322 | 264 | 0 | 17 | 33 | 3 | 33 | 121 | 124 |
| Binary | 11110111 | 11010010 | 10110100 | 0 | 1111 | 11011 | 11 | 11011 | 1010001 | 1010100 |
Color Harmonies of #F7D2B4
Complementary color
Monochromatic Colors of #F7D2B4
Black with #F7D2B4
Text Example
Text Example
White with #F7D2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D2B4; }
p { color: rgb(247,210,180); }
H1.HeaderClassName
{
color: #F7D2B4;
}
.AnyTagClassName
{
color: #F7D2B4;
}
</style>
background-color css
<style>
a { background-color: #F7D2B4; }
a { background-color: rgb(247,210,180); }
div.DivClassName
{
background-color: #F7D2B4;
}
.BgClassName
{
background-color: #F7D2B4;
}
</style>
border-color css
<style>
span { border-color: #F7D2B4; }
span { border-color: rgb(247,210,180); }
td.TdClassName
{
border-color: #F7D2B4;
}
.TagClassName
{
border-color: #F7D2B4;
}
</style>