Shades of Apricot #FDD2AB
Tints of Apricot #FDD2AB
RGB
CMYK
RGB Variations
Color information
#FDD2AB (or 0xFDD2AB) is known color: Apricot. HEX triplet: FD, D2 and AB. RGB value is (253,210,171). Sum of RGB (Red+Green+Blue) = 253+210+171=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 171 (67.19% from 255 or 26.97% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD2AB is #022D54. Grayscale: #DADADA. Windows color (decimal): -142677 or 11260669. OLE color: 11260669.
HSL color Cylindrical-coordinate representation of color #FDD2AB: hue angle of 28.54º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDD2AB is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 171 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.01 |
| HSL | 28.54º | 0.95% | 0.83% | - |
| HSV(B) | 28.54º | 0.32% | 0.99% | - |
| XYZ | 70.91 | 69.92 | 48.29 | - |
| YUV | 218.41 | 101.25 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 171 | 0 | 0.17 | 0.32 | 0.01 | 28.54 | 0.95 | 0.83 |
| Hex | FD | D2 | AB | 0 | 11 | 20 | 1 | 1D | 5F | 53 |
| Octal | 375 | 322 | 253 | 0 | 21 | 40 | 1 | 35 | 137 | 123 |
| Binary | 11111101 | 11010010 | 10101011 | 0 | 10001 | 100000 | 1 | 11101 | 1011111 | 1010011 |
Color Harmonies of #FDD2AB
Complementary color
Monochromatic Colors of #FDD2AB
Black with #FDD2AB
Text Example
Text Example
White with #FDD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD2AB; }
p { color: rgb(253,210,171); }
H1.HeaderClassName
{
color: #FDD2AB;
}
.AnyTagClassName
{
color: #FDD2AB;
}
</style>
background-color css
<style>
a { background-color: #FDD2AB; }
a { background-color: rgb(253,210,171); }
div.DivClassName
{
background-color: #FDD2AB;
}
.BgClassName
{
background-color: #FDD2AB;
}
</style>
border-color css
<style>
span { border-color: #FDD2AB; }
span { border-color: rgb(253,210,171); }
td.TdClassName
{
border-color: #FDD2AB;
}
.TagClassName
{
border-color: #FDD2AB;
}
</style>