Shades of Apricot #FDC5AB
Tints of Apricot #FDC5AB
RGB
CMYK
RGB Variations
Color information
#FDC5AB (or 0xFDC5AB) is known color: Apricot. HEX triplet: FD, C5 and AB. RGB value is (253,197,171). Sum of RGB (Red+Green+Blue) = 253+197+171=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 197 (77.34% from 255 or 31.72% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC5AB is #023A54. Grayscale: #D2D2D2. Windows color (decimal): -146005 or 11257341. OLE color: 11257341.
HSL color Cylindrical-coordinate representation of color #FDC5AB: hue angle of 19.02º 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 #FDC5AB is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 171 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.01 |
| HSL | 19.02º | 0.95% | 0.83% | - |
| HSV(B) | 19.02º | 0.32% | 0.99% | - |
| XYZ | 67.82 | 63.76 | 47.26 | - |
| YUV | 210.78 | 105.55 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 171 | 0 | 0.22 | 0.32 | 0.01 | 19.02 | 0.95 | 0.83 |
| Hex | FD | C5 | AB | 0 | 16 | 20 | 1 | 13 | 5F | 53 |
| Octal | 375 | 305 | 253 | 0 | 26 | 40 | 1 | 23 | 137 | 123 |
| Binary | 11111101 | 11000101 | 10101011 | 0 | 10110 | 100000 | 1 | 10011 | 1011111 | 1010011 |
Color Harmonies of #FDC5AB
Complementary color
Monochromatic Colors of #FDC5AB
Black with #FDC5AB
Text Example
Text Example
White with #FDC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC5AB; }
p { color: rgb(253,197,171); }
H1.HeaderClassName
{
color: #FDC5AB;
}
.AnyTagClassName
{
color: #FDC5AB;
}
</style>
background-color css
<style>
a { background-color: #FDC5AB; }
a { background-color: rgb(253,197,171); }
div.DivClassName
{
background-color: #FDC5AB;
}
.BgClassName
{
background-color: #FDC5AB;
}
</style>
border-color css
<style>
span { border-color: #FDC5AB; }
span { border-color: rgb(253,197,171); }
td.TdClassName
{
border-color: #FDC5AB;
}
.TagClassName
{
border-color: #FDC5AB;
}
</style>