Shades of Apricot #FDC9AE
Tints of Apricot #FDC9AE
RGB
CMYK
RGB Variations
Color information
#FDC9AE (or 0xFDC9AE) is known color: Apricot. HEX triplet: FD, C9 and AE. RGB value is (253,201,174). Sum of RGB (Red+Green+Blue) = 253+201+174=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 174 (68.36% from 255 or 27.71% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC9AE is #023651. Grayscale: #D5D5D5. Windows color (decimal): -144978 or 11454973. OLE color: 11454973.
HSL color Cylindrical-coordinate representation of color #FDC9AE: hue angle of 20.51º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDC9AE is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 174 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.01 |
| HSL | 20.51º | 0.95% | 0.84% | - |
| HSV(B) | 20.51º | 0.31% | 0.99% | - |
| XYZ | 69.03 | 65.71 | 49.09 | - |
| YUV | 213.47 | 105.73 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 174 | 0 | 0.21 | 0.31 | 0.01 | 20.51 | 0.95 | 0.84 |
| Hex | FD | C9 | AE | 0 | 15 | 1F | 1 | 15 | 5F | 54 |
| Octal | 375 | 311 | 256 | 0 | 25 | 37 | 1 | 25 | 137 | 124 |
| Binary | 11111101 | 11001001 | 10101110 | 0 | 10101 | 11111 | 1 | 10101 | 1011111 | 1010100 |
Color Harmonies of #FDC9AE
Complementary color
Monochromatic Colors of #FDC9AE
Black with #FDC9AE
Text Example
Text Example
White with #FDC9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC9AE; }
p { color: rgb(253,201,174); }
H1.HeaderClassName
{
color: #FDC9AE;
}
.AnyTagClassName
{
color: #FDC9AE;
}
</style>
background-color css
<style>
a { background-color: #FDC9AE; }
a { background-color: rgb(253,201,174); }
div.DivClassName
{
background-color: #FDC9AE;
}
.BgClassName
{
background-color: #FDC9AE;
}
</style>
border-color css
<style>
span { border-color: #FDC9AE; }
span { border-color: rgb(253,201,174); }
td.TdClassName
{
border-color: #FDC9AE;
}
.TagClassName
{
border-color: #FDC9AE;
}
</style>