Shades of Apricot #FCC8AB
Tints of Apricot #FCC8AB
RGB
CMYK
RGB Variations
Color information
#FCC8AB (or 0xFCC8AB) is known color: Apricot. HEX triplet: FC, C8 and AB. RGB value is (252,200,171). Sum of RGB (Red+Green+Blue) = 252+200+171=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 171 (67.19% from 255 or 27.45% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC8AB is #033754. Grayscale: #D4D4D4. Windows color (decimal): -210773 or 11258108. OLE color: 11258108.
HSL color Cylindrical-coordinate representation of color #FCC8AB: hue angle of 21.48º 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 #FCC8AB is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 171 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.01 |
| HSL | 21.48º | 0.93% | 0.83% | - |
| HSV(B) | 21.48º | 0.32% | 0.99% | - |
| XYZ | 68.15 | 64.94 | 47.47 | - |
| YUV | 212.24 | 104.73 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 171 | 0 | 0.21 | 0.32 | 0.01 | 21.48 | 0.93 | 0.83 |
| Hex | FC | C8 | AB | 0 | 15 | 20 | 1 | 15 | 5D | 53 |
| Octal | 374 | 310 | 253 | 0 | 25 | 40 | 1 | 25 | 135 | 123 |
| Binary | 11111100 | 11001000 | 10101011 | 0 | 10101 | 100000 | 1 | 10101 | 1011101 | 1010011 |
Color Harmonies of #FCC8AB
Complementary color
Monochromatic Colors of #FCC8AB
Black with #FCC8AB
Text Example
Text Example
White with #FCC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8AB; }
p { color: rgb(252,200,171); }
H1.HeaderClassName
{
color: #FCC8AB;
}
.AnyTagClassName
{
color: #FCC8AB;
}
</style>
background-color css
<style>
a { background-color: #FCC8AB; }
a { background-color: rgb(252,200,171); }
div.DivClassName
{
background-color: #FCC8AB;
}
.BgClassName
{
background-color: #FCC8AB;
}
</style>
border-color css
<style>
span { border-color: #FCC8AB; }
span { border-color: rgb(252,200,171); }
td.TdClassName
{
border-color: #FCC8AB;
}
.TagClassName
{
border-color: #FCC8AB;
}
</style>