Shades of Apricot #FCCAB0
Tints of Apricot #FCCAB0
RGB
CMYK
RGB Variations
Color information
#FCCAB0 (or 0xFCCAB0) is known color: Apricot. HEX triplet: FC, CA and B0. RGB value is (252,202,176). Sum of RGB (Red+Green+Blue) = 252+202+176=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 176 (69.14% from 255 or 27.94% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAB0 is #03354F. Grayscale: #D6D6D6. Windows color (decimal): -210256 or 11586300. OLE color: 11586300.
HSL color Cylindrical-coordinate representation of color #FCCAB0: hue angle of 20.53º 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 #FCCAB0 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 176 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.01 |
| HSL | 20.53º | 0.93% | 0.84% | - |
| HSV(B) | 20.53º | 0.3% | 0.99% | - |
| XYZ | 69.1 | 66.07 | 50.19 | - |
| YUV | 213.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 176 | 0 | 0.20 | 0.30 | 0.01 | 20.53 | 0.93 | 0.84 |
| Hex | FC | CA | B0 | 0 | 14 | 1E | 1 | 15 | 5D | 54 |
| Octal | 374 | 312 | 260 | 0 | 24 | 36 | 1 | 25 | 135 | 124 |
| Binary | 11111100 | 11001010 | 10110000 | 0 | 10100 | 11110 | 1 | 10101 | 1011101 | 1010100 |
Color Harmonies of #FCCAB0
Complementary color
Monochromatic Colors of #FCCAB0
Black with #FCCAB0
Text Example
Text Example
White with #FCCAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAB0; }
p { color: rgb(252,202,176); }
H1.HeaderClassName
{
color: #FCCAB0;
}
.AnyTagClassName
{
color: #FCCAB0;
}
</style>
background-color css
<style>
a { background-color: #FCCAB0; }
a { background-color: rgb(252,202,176); }
div.DivClassName
{
background-color: #FCCAB0;
}
.BgClassName
{
background-color: #FCCAB0;
}
</style>
border-color css
<style>
span { border-color: #FCCAB0; }
span { border-color: rgb(252,202,176); }
td.TdClassName
{
border-color: #FCCAB0;
}
.TagClassName
{
border-color: #FCCAB0;
}
</style>