Shades of Apricot #FFD2B6
Tints of Apricot #FFD2B6
RGB
CMYK
RGB Variations
Color information
#FFD2B6 (or 0xFFD2B6) is known color: Apricot. HEX triplet: FF, D2 and B6. RGB value is (255,210,182). Sum of RGB (Red+Green+Blue) = 255+210+182=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 210 (82.42% from 255 or 32.46% from 647); Blue value is 182 (71.48% from 255 or 28.13% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2B6 is #002D49. Grayscale: #DCDCDC. Windows color (decimal): -11594 or 11981567. OLE color: 11981567.
HSL color Cylindrical-coordinate representation of color #FFD2B6: hue angle of 23.01º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFD2B6 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 182 | - |
| CMYK | 0 | 0.18 | 0.29 | 0 |
| HSL | 23.01º | 1% | 0.86% | - |
| HSV(B) | 23.01º | 0.29% | 1% | - |
| XYZ | 72.73 | 70.73 | 54.08 | - |
| YUV | 220.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 182 | 0 | 0.18 | 0.29 | 0 | 23.01 | 1 | 0.86 |
| Hex | FF | D2 | B6 | 0 | 12 | 1D | 0 | 17 | 64 | 56 |
| Octal | 377 | 322 | 266 | 0 | 22 | 35 | 0 | 27 | 144 | 126 |
| Binary | 11111111 | 11010010 | 10110110 | 0 | 10010 | 11101 | 0 | 10111 | 1100100 | 1010110 |
Color Harmonies of #FFD2B6
Complementary color
Monochromatic Colors of #FFD2B6
Black with #FFD2B6
Text Example
Text Example
White with #FFD2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2B6; }
p { color: rgb(255,210,182); }
H1.HeaderClassName
{
color: #FFD2B6;
}
.AnyTagClassName
{
color: #FFD2B6;
}
</style>
background-color css
<style>
a { background-color: #FFD2B6; }
a { background-color: rgb(255,210,182); }
div.DivClassName
{
background-color: #FFD2B6;
}
.BgClassName
{
background-color: #FFD2B6;
}
</style>
border-color css
<style>
span { border-color: #FFD2B6; }
span { border-color: rgb(255,210,182); }
td.TdClassName
{
border-color: #FFD2B6;
}
.TagClassName
{
border-color: #FFD2B6;
}
</style>