Shades of Apricot #FDC9AD
Tints of Apricot #FDC9AD
RGB
CMYK
RGB Variations
Color information
#FDC9AD (or 0xFDC9AD) is known color: Apricot. HEX triplet: FD, C9 and AD. RGB value is (253,201,173). Sum of RGB (Red+Green+Blue) = 253+201+173=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 173 (67.97% from 255 or 27.59% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC9AD is #023652. Grayscale: #D5D5D5. Windows color (decimal): -144979 or 11389437. OLE color: 11389437.
HSL color Cylindrical-coordinate representation of color #FDC9AD: hue angle of 21º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDC9AD is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 173 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.01 |
| HSL | 21º | 0.95% | 0.84% | - |
| HSV(B) | 21º | 0.32% | 0.99% | - |
| XYZ | 68.94 | 65.67 | 48.58 | - |
| YUV | 213.36 | 105.23 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 173 | 0 | 0.21 | 0.32 | 0.01 | 21 | 0.95 | 0.84 |
| Hex | FD | C9 | AD | 0 | 15 | 20 | 1 | 15 | 5F | 54 |
| Octal | 375 | 311 | 255 | 0 | 25 | 40 | 1 | 25 | 137 | 124 |
| Binary | 11111101 | 11001001 | 10101101 | 0 | 10101 | 100000 | 1 | 10101 | 1011111 | 1010100 |
Color Harmonies of #FDC9AD
Complementary color
Monochromatic Colors of #FDC9AD
Black with #FDC9AD
Text Example
Text Example
White with #FDC9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC9AD; }
p { color: rgb(253,201,173); }
H1.HeaderClassName
{
color: #FDC9AD;
}
.AnyTagClassName
{
color: #FDC9AD;
}
</style>
background-color css
<style>
a { background-color: #FDC9AD; }
a { background-color: rgb(253,201,173); }
div.DivClassName
{
background-color: #FDC9AD;
}
.BgClassName
{
background-color: #FDC9AD;
}
</style>
border-color css
<style>
span { border-color: #FDC9AD; }
span { border-color: rgb(253,201,173); }
td.TdClassName
{
border-color: #FDC9AD;
}
.TagClassName
{
border-color: #FDC9AD;
}
</style>