Shades of Apricot #FFD2AB
Tints of Apricot #FFD2AB
RGB
CMYK
RGB Variations
Color information
#FFD2AB (or 0xFFD2AB) is known color: Apricot. HEX triplet: FF, D2 and AB. RGB value is (255,210,171). Sum of RGB (Red+Green+Blue) = 255+210+171=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 171 (67.19% from 255 or 26.89% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD2AB is #002D54. Grayscale: #DBDBDB. Windows color (decimal): -11605 or 11260671. OLE color: 11260671.
HSL color Cylindrical-coordinate representation of color #FFD2AB: hue angle of 27.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFD2AB is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 171 | - |
| CMYK | 0 | 0.18 | 0.33 | 0 |
| HSL | 27.86º | 1% | 0.84% | - |
| HSV(B) | 27.86º | 0.33% | 1% | - |
| XYZ | 71.64 | 70.29 | 48.32 | - |
| YUV | 219.01 | 100.91 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 171 | 0 | 0.18 | 0.33 | 0 | 27.86 | 1 | 0.84 |
| Hex | FF | D2 | AB | 0 | 12 | 21 | 0 | 1C | 64 | 54 |
| Octal | 377 | 322 | 253 | 0 | 22 | 41 | 0 | 34 | 144 | 124 |
| Binary | 11111111 | 11010010 | 10101011 | 0 | 10010 | 100001 | 0 | 11100 | 1100100 | 1010100 |
Color Harmonies of #FFD2AB
Complementary color
Monochromatic Colors of #FFD2AB
Black with #FFD2AB
Text Example
Text Example
White with #FFD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2AB; }
p { color: rgb(255,210,171); }
H1.HeaderClassName
{
color: #FFD2AB;
}
.AnyTagClassName
{
color: #FFD2AB;
}
</style>
background-color css
<style>
a { background-color: #FFD2AB; }
a { background-color: rgb(255,210,171); }
div.DivClassName
{
background-color: #FFD2AB;
}
.BgClassName
{
background-color: #FFD2AB;
}
</style>
border-color css
<style>
span { border-color: #FFD2AB; }
span { border-color: rgb(255,210,171); }
td.TdClassName
{
border-color: #FFD2AB;
}
.TagClassName
{
border-color: #FFD2AB;
}
</style>