Shades of Apricot #FDC9AB
Tints of Apricot #FDC9AB
RGB
CMYK
RGB Variations
Color information
#FDC9AB (or 0xFDC9AB) is known color: Apricot. HEX triplet: FD, C9 and AB. RGB value is (253,201,171). Sum of RGB (Red+Green+Blue) = 253+201+171=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC9AB is #023654. Grayscale: #D5D5D5. Windows color (decimal): -144981 or 11258365. OLE color: 11258365.
HSL color Cylindrical-coordinate representation of color #FDC9AB: hue angle of 21.95º 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 #FDC9AB is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 171 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.01 |
| HSL | 21.95º | 0.95% | 0.83% | - |
| HSV(B) | 21.95º | 0.32% | 0.99% | - |
| XYZ | 68.75 | 65.6 | 47.57 | - |
| YUV | 213.13 | 104.23 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 171 | 0 | 0.21 | 0.32 | 0.01 | 21.95 | 0.95 | 0.83 |
| Hex | FD | C9 | AB | 0 | 15 | 20 | 1 | 16 | 5F | 53 |
| Octal | 375 | 311 | 253 | 0 | 25 | 40 | 1 | 26 | 137 | 123 |
| Binary | 11111101 | 11001001 | 10101011 | 0 | 10101 | 100000 | 1 | 10110 | 1011111 | 1010011 |
Color Harmonies of #FDC9AB
Complementary color
Monochromatic Colors of #FDC9AB
Black with #FDC9AB
Text Example
Text Example
White with #FDC9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC9AB; }
p { color: rgb(253,201,171); }
H1.HeaderClassName
{
color: #FDC9AB;
}
.AnyTagClassName
{
color: #FDC9AB;
}
</style>
background-color css
<style>
a { background-color: #FDC9AB; }
a { background-color: rgb(253,201,171); }
div.DivClassName
{
background-color: #FDC9AB;
}
.BgClassName
{
background-color: #FDC9AB;
}
</style>
border-color css
<style>
span { border-color: #FDC9AB; }
span { border-color: rgb(253,201,171); }
td.TdClassName
{
border-color: #FDC9AB;
}
.TagClassName
{
border-color: #FDC9AB;
}
</style>