Shades of Apricot #FFD0B6
Tints of Apricot #FFD0B6
RGB
CMYK
RGB Variations
Color information
#FFD0B6 (or 0xFFD0B6) is known color: Apricot. HEX triplet: FF, D0 and B6. RGB value is (255,208,182). Sum of RGB (Red+Green+Blue) = 255+208+182=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 208 (81.64% from 255 or 32.25% from 645); Blue value is 182 (71.48% from 255 or 28.22% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0B6 is #002F49. Grayscale: #DBDBDB. Windows color (decimal): -12106 or 11981055. OLE color: 11981055.
HSL color Cylindrical-coordinate representation of color #FFD0B6: hue angle of 21.37º 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 #FFD0B6 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 182 | - |
| CMYK | 0 | 0.18 | 0.29 | 0 |
| HSL | 21.37º | 1% | 0.86% | - |
| HSV(B) | 21.37º | 0.29% | 1% | - |
| XYZ | 72.24 | 69.75 | 53.91 | - |
| YUV | 219.09 | 107.07 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 182 | 0 | 0.18 | 0.29 | 0 | 21.37 | 1 | 0.86 |
| Hex | FF | D0 | B6 | 0 | 12 | 1D | 0 | 15 | 64 | 56 |
| Octal | 377 | 320 | 266 | 0 | 22 | 35 | 0 | 25 | 144 | 126 |
| Binary | 11111111 | 11010000 | 10110110 | 0 | 10010 | 11101 | 0 | 10101 | 1100100 | 1010110 |
Color Harmonies of #FFD0B6
Complementary color
Monochromatic Colors of #FFD0B6
Black with #FFD0B6
Text Example
Text Example
White with #FFD0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0B6; }
p { color: rgb(255,208,182); }
H1.HeaderClassName
{
color: #FFD0B6;
}
.AnyTagClassName
{
color: #FFD0B6;
}
</style>
background-color css
<style>
a { background-color: #FFD0B6; }
a { background-color: rgb(255,208,182); }
div.DivClassName
{
background-color: #FFD0B6;
}
.BgClassName
{
background-color: #FFD0B6;
}
</style>
border-color css
<style>
span { border-color: #FFD0B6; }
span { border-color: rgb(255,208,182); }
td.TdClassName
{
border-color: #FFD0B6;
}
.TagClassName
{
border-color: #FFD0B6;
}
</style>