Shades of Apricot #FDC6AD
Tints of Apricot #FDC6AD
RGB
CMYK
RGB Variations
Color information
#FDC6AD (or 0xFDC6AD) is known color: Apricot. HEX triplet: FD, C6 and AD. RGB value is (253,198,173). Sum of RGB (Red+Green+Blue) = 253+198+173=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC6AD is #023952. Grayscale: #D3D3D3. Windows color (decimal): -145747 or 11388669. OLE color: 11388669.
HSL color Cylindrical-coordinate representation of color #FDC6AD: hue angle of 18.75º 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 #FDC6AD is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 173 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.01 |
| HSL | 18.75º | 0.95% | 0.84% | - |
| HSV(B) | 18.75º | 0.32% | 0.99% | - |
| XYZ | 68.24 | 64.29 | 48.35 | - |
| YUV | 211.6 | 106.22 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 173 | 0 | 0.22 | 0.32 | 0.01 | 18.75 | 0.95 | 0.84 |
| Hex | FD | C6 | AD | 0 | 16 | 20 | 1 | 13 | 5F | 54 |
| Octal | 375 | 306 | 255 | 0 | 26 | 40 | 1 | 23 | 137 | 124 |
| Binary | 11111101 | 11000110 | 10101101 | 0 | 10110 | 100000 | 1 | 10011 | 1011111 | 1010100 |
Color Harmonies of #FDC6AD
Complementary color
Monochromatic Colors of #FDC6AD
Black with #FDC6AD
Text Example
Text Example
White with #FDC6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC6AD; }
p { color: rgb(253,198,173); }
H1.HeaderClassName
{
color: #FDC6AD;
}
.AnyTagClassName
{
color: #FDC6AD;
}
</style>
background-color css
<style>
a { background-color: #FDC6AD; }
a { background-color: rgb(253,198,173); }
div.DivClassName
{
background-color: #FDC6AD;
}
.BgClassName
{
background-color: #FDC6AD;
}
</style>
border-color css
<style>
span { border-color: #FDC6AD; }
span { border-color: rgb(253,198,173); }
td.TdClassName
{
border-color: #FDC6AD;
}
.TagClassName
{
border-color: #FDC6AD;
}
</style>