Shades of Apricot #FDC5AD
Tints of Apricot #FDC5AD
RGB
CMYK
RGB Variations
Color information
#FDC5AD (or 0xFDC5AD) is known color: Apricot. HEX triplet: FD, C5 and AD. RGB value is (253,197,173). Sum of RGB (Red+Green+Blue) = 253+197+173=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC5AD is #023A52. Grayscale: #D3D3D3. Windows color (decimal): -146003 or 11388413. OLE color: 11388413.
HSL color Cylindrical-coordinate representation of color #FDC5AD: hue angle of 18º 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 #FDC5AD is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 173 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.01 |
| HSL | 18º | 0.95% | 0.84% | - |
| HSV(B) | 18º | 0.32% | 0.99% | - |
| XYZ | 68.02 | 63.83 | 48.27 | - |
| YUV | 211.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 173 | 0 | 0.22 | 0.32 | 0.01 | 18 | 0.95 | 0.84 |
| Hex | FD | C5 | AD | 0 | 16 | 20 | 1 | 12 | 5F | 54 |
| Octal | 375 | 305 | 255 | 0 | 26 | 40 | 1 | 22 | 137 | 124 |
| Binary | 11111101 | 11000101 | 10101101 | 0 | 10110 | 100000 | 1 | 10010 | 1011111 | 1010100 |
Color Harmonies of #FDC5AD
Complementary color
Monochromatic Colors of #FDC5AD
Black with #FDC5AD
Text Example
Text Example
White with #FDC5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC5AD; }
p { color: rgb(253,197,173); }
H1.HeaderClassName
{
color: #FDC5AD;
}
.AnyTagClassName
{
color: #FDC5AD;
}
</style>
background-color css
<style>
a { background-color: #FDC5AD; }
a { background-color: rgb(253,197,173); }
div.DivClassName
{
background-color: #FDC5AD;
}
.BgClassName
{
background-color: #FDC5AD;
}
</style>
border-color css
<style>
span { border-color: #FDC5AD; }
span { border-color: rgb(253,197,173); }
td.TdClassName
{
border-color: #FDC5AD;
}
.TagClassName
{
border-color: #FDC5AD;
}
</style>