Shades of Apricot #FCC9B0
Tints of Apricot #FCC9B0
RGB
CMYK
RGB Variations
Color information
#FCC9B0 (or 0xFCC9B0) is known color: Apricot. HEX triplet: FC, C9 and B0. RGB value is (252,201,176). Sum of RGB (Red+Green+Blue) = 252+201+176=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 176 (69.14% from 255 or 27.98% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC9B0 is #03364F. Grayscale: #D5D5D5. Windows color (decimal): -210512 or 11586044. OLE color: 11586044.
HSL color Cylindrical-coordinate representation of color #FCC9B0: hue angle of 19.74º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCC9B0 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 176 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.01 |
| HSL | 19.74º | 0.93% | 0.84% | - |
| HSV(B) | 19.74º | 0.3% | 0.99% | - |
| XYZ | 68.87 | 65.6 | 50.11 | - |
| YUV | 213.4 | 106.9 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 176 | 0 | 0.20 | 0.30 | 0.01 | 19.74 | 0.93 | 0.84 |
| Hex | FC | C9 | B0 | 0 | 14 | 1E | 1 | 14 | 5D | 54 |
| Octal | 374 | 311 | 260 | 0 | 24 | 36 | 1 | 24 | 135 | 124 |
| Binary | 11111100 | 11001001 | 10110000 | 0 | 10100 | 11110 | 1 | 10100 | 1011101 | 1010100 |
Color Harmonies of #FCC9B0
Complementary color
Monochromatic Colors of #FCC9B0
Black with #FCC9B0
Text Example
Text Example
White with #FCC9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9B0; }
p { color: rgb(252,201,176); }
H1.HeaderClassName
{
color: #FCC9B0;
}
.AnyTagClassName
{
color: #FCC9B0;
}
</style>
background-color css
<style>
a { background-color: #FCC9B0; }
a { background-color: rgb(252,201,176); }
div.DivClassName
{
background-color: #FCC9B0;
}
.BgClassName
{
background-color: #FCC9B0;
}
</style>
border-color css
<style>
span { border-color: #FCC9B0; }
span { border-color: rgb(252,201,176); }
td.TdClassName
{
border-color: #FCC9B0;
}
.TagClassName
{
border-color: #FCC9B0;
}
</style>