Shades of Apricot #FCD0AC
Tints of Apricot #FCD0AC
RGB
CMYK
RGB Variations
Color information
#FCD0AC (or 0xFCD0AC) is known color: Apricot. HEX triplet: FC, D0 and AC. RGB value is (252,208,172). Sum of RGB (Red+Green+Blue) = 252+208+172=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 172 (67.58% from 255 or 27.22% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD0AC is #032F53. Grayscale: #D9D9D9. Windows color (decimal): -208724 or 11325692. OLE color: 11325692.
HSL color Cylindrical-coordinate representation of color #FCD0AC: hue angle of 27º 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 #FCD0AC is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 172 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.01 |
| HSL | 27º | 0.93% | 0.83% | - |
| HSV(B) | 27º | 0.32% | 0.99% | - |
| XYZ | 70.15 | 68.79 | 48.61 | - |
| YUV | 217.05 | 102.58 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 172 | 0 | 0.17 | 0.32 | 0.01 | 27 | 0.93 | 0.83 |
| Hex | FC | D0 | AC | 0 | 11 | 20 | 1 | 1B | 5D | 53 |
| Octal | 374 | 320 | 254 | 0 | 21 | 40 | 1 | 33 | 135 | 123 |
| Binary | 11111100 | 11010000 | 10101100 | 0 | 10001 | 100000 | 1 | 11011 | 1011101 | 1010011 |
Color Harmonies of #FCD0AC
Complementary color
Monochromatic Colors of #FCD0AC
Black with #FCD0AC
Text Example
Text Example
White with #FCD0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD0AC; }
p { color: rgb(252,208,172); }
H1.HeaderClassName
{
color: #FCD0AC;
}
.AnyTagClassName
{
color: #FCD0AC;
}
</style>
background-color css
<style>
a { background-color: #FCD0AC; }
a { background-color: rgb(252,208,172); }
div.DivClassName
{
background-color: #FCD0AC;
}
.BgClassName
{
background-color: #FCD0AC;
}
</style>
border-color css
<style>
span { border-color: #FCD0AC; }
span { border-color: rgb(252,208,172); }
td.TdClassName
{
border-color: #FCD0AC;
}
.TagClassName
{
border-color: #FCD0AC;
}
</style>