Shades of Apricot #FDCDAC
Tints of Apricot #FDCDAC
RGB
CMYK
RGB Variations
Color information
#FDCDAC (or 0xFDCDAC) is known color: Apricot. HEX triplet: FD, CD and AC. RGB value is (253,205,172). Sum of RGB (Red+Green+Blue) = 253+205+172=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCDAC is #023253. Grayscale: #D7D7D7. Windows color (decimal): -143956 or 11324925. OLE color: 11324925.
HSL color Cylindrical-coordinate representation of color #FDCDAC: hue angle of 24.44º 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 #FDCDAC is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 172 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.01 |
| HSL | 24.44º | 0.95% | 0.83% | - |
| HSV(B) | 24.44º | 0.32% | 0.99% | - |
| XYZ | 69.79 | 67.52 | 48.39 | - |
| YUV | 215.59 | 103.4 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 172 | 0 | 0.19 | 0.32 | 0.01 | 24.44 | 0.95 | 0.83 |
| Hex | FD | CD | AC | 0 | 13 | 20 | 1 | 18 | 5F | 53 |
| Octal | 375 | 315 | 254 | 0 | 23 | 40 | 1 | 30 | 137 | 123 |
| Binary | 11111101 | 11001101 | 10101100 | 0 | 10011 | 100000 | 1 | 11000 | 1011111 | 1010011 |
Color Harmonies of #FDCDAC
Complementary color
Monochromatic Colors of #FDCDAC
Black with #FDCDAC
Text Example
Text Example
White with #FDCDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDAC; }
p { color: rgb(253,205,172); }
H1.HeaderClassName
{
color: #FDCDAC;
}
.AnyTagClassName
{
color: #FDCDAC;
}
</style>
background-color css
<style>
a { background-color: #FDCDAC; }
a { background-color: rgb(253,205,172); }
div.DivClassName
{
background-color: #FDCDAC;
}
.BgClassName
{
background-color: #FDCDAC;
}
</style>
border-color css
<style>
span { border-color: #FDCDAC; }
span { border-color: rgb(253,205,172); }
td.TdClassName
{
border-color: #FDCDAC;
}
.TagClassName
{
border-color: #FDCDAC;
}
</style>