Shades of Apricot #FCD0AB
Tints of Apricot #FCD0AB
RGB
CMYK
RGB Variations
Color information
#FCD0AB (or 0xFCD0AB) is known color: Apricot. HEX triplet: FC, D0 and AB. RGB value is (252,208,171). Sum of RGB (Red+Green+Blue) = 252+208+171=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 171 (67.19% from 255 or 27.10% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD0AB is #032F54. Grayscale: #D9D9D9. Windows color (decimal): -208725 or 11260156. OLE color: 11260156.
HSL color Cylindrical-coordinate representation of color #FCD0AB: hue angle of 27.41º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCD0AB is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 171 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.01 |
| HSL | 27.41º | 0.93% | 0.83% | - |
| HSV(B) | 27.41º | 0.32% | 0.99% | - |
| XYZ | 70.05 | 68.75 | 48.11 | - |
| YUV | 216.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 171 | 0 | 0.17 | 0.32 | 0.01 | 27.41 | 0.93 | 0.83 |
| Hex | FC | D0 | AB | 0 | 11 | 20 | 1 | 1B | 5D | 53 |
| Octal | 374 | 320 | 253 | 0 | 21 | 40 | 1 | 33 | 135 | 123 |
| Binary | 11111100 | 11010000 | 10101011 | 0 | 10001 | 100000 | 1 | 11011 | 1011101 | 1010011 |
Color Harmonies of #FCD0AB
Complementary color
Monochromatic Colors of #FCD0AB
Black with #FCD0AB
Text Example
Text Example
White with #FCD0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD0AB; }
p { color: rgb(252,208,171); }
H1.HeaderClassName
{
color: #FCD0AB;
}
.AnyTagClassName
{
color: #FCD0AB;
}
</style>
background-color css
<style>
a { background-color: #FCD0AB; }
a { background-color: rgb(252,208,171); }
div.DivClassName
{
background-color: #FCD0AB;
}
.BgClassName
{
background-color: #FCD0AB;
}
</style>
border-color css
<style>
span { border-color: #FCD0AB; }
span { border-color: rgb(252,208,171); }
td.TdClassName
{
border-color: #FCD0AB;
}
.TagClassName
{
border-color: #FCD0AB;
}
</style>