Shades of Apricot #FCC5AB
Tints of Apricot #FCC5AB
RGB
CMYK
RGB Variations
Color information
#FCC5AB (or 0xFCC5AB) is known color: Apricot. HEX triplet: FC, C5 and AB. RGB value is (252,197,171). Sum of RGB (Red+Green+Blue) = 252+197+171=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC5AB is #033A54. Grayscale: #D2D2D2. Windows color (decimal): -211541 or 11257340. OLE color: 11257340.
HSL color Cylindrical-coordinate representation of color #FCC5AB: hue angle of 19.26º 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 #FCC5AB is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 171 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.01 |
| HSL | 19.26º | 0.93% | 0.83% | - |
| HSV(B) | 19.26º | 0.32% | 0.99% | - |
| XYZ | 67.46 | 63.57 | 47.24 | - |
| YUV | 210.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 171 | 0 | 0.22 | 0.32 | 0.01 | 19.26 | 0.93 | 0.83 |
| Hex | FC | C5 | AB | 0 | 16 | 20 | 1 | 13 | 5D | 53 |
| Octal | 374 | 305 | 253 | 0 | 26 | 40 | 1 | 23 | 135 | 123 |
| Binary | 11111100 | 11000101 | 10101011 | 0 | 10110 | 100000 | 1 | 10011 | 1011101 | 1010011 |
Color Harmonies of #FCC5AB
Complementary color
Monochromatic Colors of #FCC5AB
Black with #FCC5AB
Text Example
Text Example
White with #FCC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5AB; }
p { color: rgb(252,197,171); }
H1.HeaderClassName
{
color: #FCC5AB;
}
.AnyTagClassName
{
color: #FCC5AB;
}
</style>
background-color css
<style>
a { background-color: #FCC5AB; }
a { background-color: rgb(252,197,171); }
div.DivClassName
{
background-color: #FCC5AB;
}
.BgClassName
{
background-color: #FCC5AB;
}
</style>
border-color css
<style>
span { border-color: #FCC5AB; }
span { border-color: rgb(252,197,171); }
td.TdClassName
{
border-color: #FCC5AB;
}
.TagClassName
{
border-color: #FCC5AB;
}
</style>