Shades of Apricot #FCD0AD
Tints of Apricot #FCD0AD
RGB
CMYK
RGB Variations
Color information
#FCD0AD (or 0xFCD0AD) is known color: Apricot. HEX triplet: FC, D0 and AD. RGB value is (252,208,173). Sum of RGB (Red+Green+Blue) = 252+208+173=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD0AD is #032F52. Grayscale: #D9D9D9. Windows color (decimal): -208723 or 11391228. OLE color: 11391228.
HSL color Cylindrical-coordinate representation of color #FCD0AD: hue angle of 26.58º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCD0AD is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 173 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.01 |
| HSL | 26.58º | 0.93% | 0.83% | - |
| HSV(B) | 26.58º | 0.31% | 0.99% | - |
| XYZ | 70.24 | 68.82 | 49.12 | - |
| YUV | 217.17 | 103.08 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 173 | 0 | 0.17 | 0.31 | 0.01 | 26.58 | 0.93 | 0.83 |
| Hex | FC | D0 | AD | 0 | 11 | 1F | 1 | 1B | 5D | 53 |
| Octal | 374 | 320 | 255 | 0 | 21 | 37 | 1 | 33 | 135 | 123 |
| Binary | 11111100 | 11010000 | 10101101 | 0 | 10001 | 11111 | 1 | 11011 | 1011101 | 1010011 |
Color Harmonies of #FCD0AD
Complementary color
Monochromatic Colors of #FCD0AD
Black with #FCD0AD
Text Example
Text Example
White with #FCD0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD0AD; }
p { color: rgb(252,208,173); }
H1.HeaderClassName
{
color: #FCD0AD;
}
.AnyTagClassName
{
color: #FCD0AD;
}
</style>
background-color css
<style>
a { background-color: #FCD0AD; }
a { background-color: rgb(252,208,173); }
div.DivClassName
{
background-color: #FCD0AD;
}
.BgClassName
{
background-color: #FCD0AD;
}
</style>
border-color css
<style>
span { border-color: #FCD0AD; }
span { border-color: rgb(252,208,173); }
td.TdClassName
{
border-color: #FCD0AD;
}
.TagClassName
{
border-color: #FCD0AD;
}
</style>