Shades of Apricot #FFD3AB
Tints of Apricot #FFD3AB
RGB
CMYK
RGB Variations
Color information
#FFD3AB (or 0xFFD3AB) is known color: Apricot. HEX triplet: FF, D3 and AB. RGB value is (255,211,171). Sum of RGB (Red+Green+Blue) = 255+211+171=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 171 (67.19% from 255 or 26.84% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD3AB is #002C54. Grayscale: #DBDBDB. Windows color (decimal): -11349 or 11260927. OLE color: 11260927.
HSL color Cylindrical-coordinate representation of color #FFD3AB: hue angle of 28.57º 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 #FFD3AB is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 171 | - |
| CMYK | 0 | 0.17 | 0.33 | 0 |
| HSL | 28.57º | 1% | 0.84% | - |
| HSV(B) | 28.57º | 0.33% | 1% | - |
| XYZ | 71.88 | 70.79 | 48.4 | - |
| YUV | 219.6 | 100.58 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 171 | 0 | 0.17 | 0.33 | 0 | 28.57 | 1 | 0.84 |
| Hex | FF | D3 | AB | 0 | 11 | 21 | 0 | 1D | 64 | 54 |
| Octal | 377 | 323 | 253 | 0 | 21 | 41 | 0 | 35 | 144 | 124 |
| Binary | 11111111 | 11010011 | 10101011 | 0 | 10001 | 100001 | 0 | 11101 | 1100100 | 1010100 |
Color Harmonies of #FFD3AB
Complementary color
Monochromatic Colors of #FFD3AB
Black with #FFD3AB
Text Example
Text Example
White with #FFD3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3AB; }
p { color: rgb(255,211,171); }
H1.HeaderClassName
{
color: #FFD3AB;
}
.AnyTagClassName
{
color: #FFD3AB;
}
</style>
background-color css
<style>
a { background-color: #FFD3AB; }
a { background-color: rgb(255,211,171); }
div.DivClassName
{
background-color: #FFD3AB;
}
.BgClassName
{
background-color: #FFD3AB;
}
</style>
border-color css
<style>
span { border-color: #FFD3AB; }
span { border-color: rgb(255,211,171); }
td.TdClassName
{
border-color: #FFD3AB;
}
.TagClassName
{
border-color: #FFD3AB;
}
</style>