Shades of Apricot #FDC4AB
Tints of Apricot #FDC4AB
RGB
CMYK
RGB Variations
Color information
#FDC4AB (or 0xFDC4AB) is known color: Apricot. HEX triplet: FD, C4 and AB. RGB value is (253,196,171). Sum of RGB (Red+Green+Blue) = 253+196+171=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC4AB is #023B54. Grayscale: #D2D2D2. Windows color (decimal): -146261 or 11257085. OLE color: 11257085.
HSL color Cylindrical-coordinate representation of color #FDC4AB: hue angle of 18.29º 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 #FDC4AB is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 171 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.01 |
| HSL | 18.29º | 0.95% | 0.83% | - |
| HSV(B) | 18.29º | 0.32% | 0.99% | - |
| XYZ | 67.6 | 63.3 | 47.18 | - |
| YUV | 210.19 | 105.88 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 171 | 0 | 0.23 | 0.32 | 0.01 | 18.29 | 0.95 | 0.83 |
| Hex | FD | C4 | AB | 0 | 17 | 20 | 1 | 12 | 5F | 53 |
| Octal | 375 | 304 | 253 | 0 | 27 | 40 | 1 | 22 | 137 | 123 |
| Binary | 11111101 | 11000100 | 10101011 | 0 | 10111 | 100000 | 1 | 10010 | 1011111 | 1010011 |
Color Harmonies of #FDC4AB
Complementary color
Monochromatic Colors of #FDC4AB
Black with #FDC4AB
Text Example
Text Example
White with #FDC4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC4AB; }
p { color: rgb(253,196,171); }
H1.HeaderClassName
{
color: #FDC4AB;
}
.AnyTagClassName
{
color: #FDC4AB;
}
</style>
background-color css
<style>
a { background-color: #FDC4AB; }
a { background-color: rgb(253,196,171); }
div.DivClassName
{
background-color: #FDC4AB;
}
.BgClassName
{
background-color: #FDC4AB;
}
</style>
border-color css
<style>
span { border-color: #FDC4AB; }
span { border-color: rgb(253,196,171); }
td.TdClassName
{
border-color: #FDC4AB;
}
.TagClassName
{
border-color: #FDC4AB;
}
</style>