Shades of Apricot #FCC8AC
Tints of Apricot #FCC8AC
RGB
CMYK
RGB Variations
Color information
#FCC8AC (or 0xFCC8AC) is known color: Apricot. HEX triplet: FC, C8 and AC. RGB value is (252,200,172). Sum of RGB (Red+Green+Blue) = 252+200+172=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC8AC is #033753. Grayscale: #D4D4D4. Windows color (decimal): -210772 or 11323644. OLE color: 11323644.
HSL color Cylindrical-coordinate representation of color #FCC8AC: hue angle of 21º 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 #FCC8AC is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 172 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.01 |
| HSL | 21º | 0.93% | 0.83% | - |
| HSV(B) | 21º | 0.32% | 0.99% | - |
| XYZ | 68.25 | 64.98 | 47.98 | - |
| YUV | 212.36 | 105.23 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 172 | 0 | 0.21 | 0.32 | 0.01 | 21 | 0.93 | 0.83 |
| Hex | FC | C8 | AC | 0 | 15 | 20 | 1 | 15 | 5D | 53 |
| Octal | 374 | 310 | 254 | 0 | 25 | 40 | 1 | 25 | 135 | 123 |
| Binary | 11111100 | 11001000 | 10101100 | 0 | 10101 | 100000 | 1 | 10101 | 1011101 | 1010011 |
Color Harmonies of #FCC8AC
Complementary color
Monochromatic Colors of #FCC8AC
Black with #FCC8AC
Text Example
Text Example
White with #FCC8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8AC; }
p { color: rgb(252,200,172); }
H1.HeaderClassName
{
color: #FCC8AC;
}
.AnyTagClassName
{
color: #FCC8AC;
}
</style>
background-color css
<style>
a { background-color: #FCC8AC; }
a { background-color: rgb(252,200,172); }
div.DivClassName
{
background-color: #FCC8AC;
}
.BgClassName
{
background-color: #FCC8AC;
}
</style>
border-color css
<style>
span { border-color: #FCC8AC; }
span { border-color: rgb(252,200,172); }
td.TdClassName
{
border-color: #FCC8AC;
}
.TagClassName
{
border-color: #FCC8AC;
}
</style>