Shades of Apricot #FFD2B7
Tints of Apricot #FFD2B7
RGB
CMYK
RGB Variations
Color information
#FFD2B7 (or 0xFFD2B7) is known color: Apricot. HEX triplet: FF, D2 and B7. RGB value is (255,210,183). Sum of RGB (Red+Green+Blue) = 255+210+183=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 210 (82.42% from 255 or 32.41% from 648); Blue value is 183 (71.88% from 255 or 28.24% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2B7 is #002D48. Grayscale: #DCDCDC. Windows color (decimal): -11593 or 12047103. OLE color: 12047103.
HSL color Cylindrical-coordinate representation of color #FFD2B7: hue angle of 22.5º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFD2B7 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 183 | - |
| CMYK | 0 | 0.18 | 0.28 | 0 |
| HSL | 22.5º | 1% | 0.86% | - |
| HSV(B) | 22.5º | 0.28% | 1% | - |
| XYZ | 72.83 | 70.77 | 54.62 | - |
| YUV | 220.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 183 | 0 | 0.18 | 0.28 | 0 | 22.5 | 1 | 0.86 |
| Hex | FF | D2 | B7 | 0 | 12 | 1C | 0 | 16 | 64 | 56 |
| Octal | 377 | 322 | 267 | 0 | 22 | 34 | 0 | 26 | 144 | 126 |
| Binary | 11111111 | 11010010 | 10110111 | 0 | 10010 | 11100 | 0 | 10110 | 1100100 | 1010110 |
Color Harmonies of #FFD2B7
Complementary color
Monochromatic Colors of #FFD2B7
Black with #FFD2B7
Text Example
Text Example
White with #FFD2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2B7; }
p { color: rgb(255,210,183); }
H1.HeaderClassName
{
color: #FFD2B7;
}
.AnyTagClassName
{
color: #FFD2B7;
}
</style>
background-color css
<style>
a { background-color: #FFD2B7; }
a { background-color: rgb(255,210,183); }
div.DivClassName
{
background-color: #FFD2B7;
}
.BgClassName
{
background-color: #FFD2B7;
}
</style>
border-color css
<style>
span { border-color: #FFD2B7; }
span { border-color: rgb(255,210,183); }
td.TdClassName
{
border-color: #FFD2B7;
}
.TagClassName
{
border-color: #FFD2B7;
}
</style>