Shades of Apricot #F6D2B7
Tints of Apricot #F6D2B7
RGB
CMYK
RGB Variations
Color information
#F6D2B7 (or 0xF6D2B7) is known color: Apricot. HEX triplet: F6, D2 and B7. RGB value is (246,210,183). Sum of RGB (Red+Green+Blue) = 246+210+183=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 183 (71.88% from 255 or 28.64% from 639); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D2B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D2B7 is #092D48. Grayscale: #D9D9D9. Windows color (decimal): -601417 or 12047094. OLE color: 12047094.
HSL color Cylindrical-coordinate representation of color #F6D2B7: hue angle of 25.71º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6D2B7 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 210 | 183 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.04 |
| HSL | 25.71º | 0.78% | 0.84% | - |
| HSV(B) | 25.71º | 0.26% | 0.96% | - |
| XYZ | 69.6 | 69.1 | 54.47 | - |
| YUV | 217.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 210 | 183 | 0 | 0.15 | 0.26 | 0.04 | 25.71 | 0.78 | 0.84 |
| Hex | F6 | D2 | B7 | 0 | F | 1A | 4 | 1A | 4E | 54 |
| Octal | 366 | 322 | 267 | 0 | 17 | 32 | 4 | 32 | 116 | 124 |
| Binary | 11110110 | 11010010 | 10110111 | 0 | 1111 | 11010 | 100 | 11010 | 1001110 | 1010100 |
Color Harmonies of #F6D2B7
Complementary color
Monochromatic Colors of #F6D2B7
Black with #F6D2B7
Text Example
Text Example
White with #F6D2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D2B7; }
p { color: rgb(246,210,183); }
H1.HeaderClassName
{
color: #F6D2B7;
}
.AnyTagClassName
{
color: #F6D2B7;
}
</style>
background-color css
<style>
a { background-color: #F6D2B7; }
a { background-color: rgb(246,210,183); }
div.DivClassName
{
background-color: #F6D2B7;
}
.BgClassName
{
background-color: #F6D2B7;
}
</style>
border-color css
<style>
span { border-color: #F6D2B7; }
span { border-color: rgb(246,210,183); }
td.TdClassName
{
border-color: #F6D2B7;
}
.TagClassName
{
border-color: #F6D2B7;
}
</style>