Shades of Apricot #FDC8AF
Tints of Apricot #FDC8AF
RGB
CMYK
RGB Variations
Color information
#FDC8AF (or 0xFDC8AF) is known color: Apricot. HEX triplet: FD, C8 and AF. RGB value is (253,200,175). Sum of RGB (Red+Green+Blue) = 253+200+175=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC8AF is #023750. Grayscale: #D5D5D5. Windows color (decimal): -145233 or 11520253. OLE color: 11520253.
HSL color Cylindrical-coordinate representation of color #FDC8AF: hue angle of 19.23º 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 #FDC8AF is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 175 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.01 |
| HSL | 19.23º | 0.95% | 0.84% | - |
| HSV(B) | 19.23º | 0.31% | 0.99% | - |
| XYZ | 68.9 | 65.29 | 49.53 | - |
| YUV | 213 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 175 | 0 | 0.21 | 0.31 | 0.01 | 19.23 | 0.95 | 0.84 |
| Hex | FD | C8 | AF | 0 | 15 | 1F | 1 | 13 | 5F | 54 |
| Octal | 375 | 310 | 257 | 0 | 25 | 37 | 1 | 23 | 137 | 124 |
| Binary | 11111101 | 11001000 | 10101111 | 0 | 10101 | 11111 | 1 | 10011 | 1011111 | 1010100 |
Color Harmonies of #FDC8AF
Complementary color
Monochromatic Colors of #FDC8AF
Black with #FDC8AF
Text Example
Text Example
White with #FDC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC8AF; }
p { color: rgb(253,200,175); }
H1.HeaderClassName
{
color: #FDC8AF;
}
.AnyTagClassName
{
color: #FDC8AF;
}
</style>
background-color css
<style>
a { background-color: #FDC8AF; }
a { background-color: rgb(253,200,175); }
div.DivClassName
{
background-color: #FDC8AF;
}
.BgClassName
{
background-color: #FDC8AF;
}
</style>
border-color css
<style>
span { border-color: #FDC8AF; }
span { border-color: rgb(253,200,175); }
td.TdClassName
{
border-color: #FDC8AF;
}
.TagClassName
{
border-color: #FDC8AF;
}
</style>