Shades of Apricot #FDCDAB
Tints of Apricot #FDCDAB
RGB
CMYK
RGB Variations
Color information
#FDCDAB (or 0xFDCDAB) is known color: Apricot. HEX triplet: FD, CD and AB. RGB value is (253,205,171). Sum of RGB (Red+Green+Blue) = 253+205+171=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCDAB is #023254. Grayscale: #D7D7D7. Windows color (decimal): -143957 or 11259389. OLE color: 11259389.
HSL color Cylindrical-coordinate representation of color #FDCDAB: hue angle of 24.88º 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 #FDCDAB is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 171 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.01 |
| HSL | 24.88º | 0.95% | 0.83% | - |
| HSV(B) | 24.88º | 0.32% | 0.99% | - |
| XYZ | 69.69 | 67.49 | 47.88 | - |
| YUV | 215.48 | 102.9 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 171 | 0 | 0.19 | 0.32 | 0.01 | 24.88 | 0.95 | 0.83 |
| Hex | FD | CD | AB | 0 | 13 | 20 | 1 | 19 | 5F | 53 |
| Octal | 375 | 315 | 253 | 0 | 23 | 40 | 1 | 31 | 137 | 123 |
| Binary | 11111101 | 11001101 | 10101011 | 0 | 10011 | 100000 | 1 | 11001 | 1011111 | 1010011 |
Color Harmonies of #FDCDAB
Complementary color
Monochromatic Colors of #FDCDAB
Black with #FDCDAB
Text Example
Text Example
White with #FDCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDAB; }
p { color: rgb(253,205,171); }
H1.HeaderClassName
{
color: #FDCDAB;
}
.AnyTagClassName
{
color: #FDCDAB;
}
</style>
background-color css
<style>
a { background-color: #FDCDAB; }
a { background-color: rgb(253,205,171); }
div.DivClassName
{
background-color: #FDCDAB;
}
.BgClassName
{
background-color: #FDCDAB;
}
</style>
border-color css
<style>
span { border-color: #FDCDAB; }
span { border-color: rgb(253,205,171); }
td.TdClassName
{
border-color: #FDCDAB;
}
.TagClassName
{
border-color: #FDCDAB;
}
</style>