Shades of Apricot #FCCAB1
Tints of Apricot #FCCAB1
RGB
CMYK
RGB Variations
Color information
#FCCAB1 (or 0xFCCAB1) is known color: Apricot. HEX triplet: FC, CA and B1. RGB value is (252,202,177). Sum of RGB (Red+Green+Blue) = 252+202+177=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 177 (69.53% from 255 or 28.05% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAB1 is #03354E. Grayscale: #D6D6D6. Windows color (decimal): -210255 or 11651836. OLE color: 11651836.
HSL color Cylindrical-coordinate representation of color #FCCAB1: hue angle of 20º 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 #FCCAB1 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 177 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.01 |
| HSL | 20º | 0.93% | 0.84% | - |
| HSV(B) | 20º | 0.3% | 0.99% | - |
| XYZ | 69.2 | 66.11 | 50.71 | - |
| YUV | 214.1 | 107.07 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 177 | 0 | 0.20 | 0.30 | 0.01 | 20 | 0.93 | 0.84 |
| Hex | FC | CA | B1 | 0 | 14 | 1E | 1 | 14 | 5D | 54 |
| Octal | 374 | 312 | 261 | 0 | 24 | 36 | 1 | 24 | 135 | 124 |
| Binary | 11111100 | 11001010 | 10110001 | 0 | 10100 | 11110 | 1 | 10100 | 1011101 | 1010100 |
Color Harmonies of #FCCAB1
Complementary color
Monochromatic Colors of #FCCAB1
Black with #FCCAB1
Text Example
Text Example
White with #FCCAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAB1; }
p { color: rgb(252,202,177); }
H1.HeaderClassName
{
color: #FCCAB1;
}
.AnyTagClassName
{
color: #FCCAB1;
}
</style>
background-color css
<style>
a { background-color: #FCCAB1; }
a { background-color: rgb(252,202,177); }
div.DivClassName
{
background-color: #FCCAB1;
}
.BgClassName
{
background-color: #FCCAB1;
}
</style>
border-color css
<style>
span { border-color: #FCCAB1; }
span { border-color: rgb(252,202,177); }
td.TdClassName
{
border-color: #FCCAB1;
}
.TagClassName
{
border-color: #FCCAB1;
}
</style>