Shades of Apricot #FCCAB2
Tints of Apricot #FCCAB2
RGB
CMYK
RGB Variations
Color information
#FCCAB2 (or 0xFCCAB2) is known color: Apricot. HEX triplet: FC, CA and B2. RGB value is (252,202,178). Sum of RGB (Red+Green+Blue) = 252+202+178=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 178 (69.92% from 255 or 28.16% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAB2 is #03354D. Grayscale: #D6D6D6. Windows color (decimal): -210254 or 11717372. OLE color: 11717372.
HSL color Cylindrical-coordinate representation of color #FCCAB2: hue angle of 19.46º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCCAB2 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 178 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.01 |
| HSL | 19.46º | 0.93% | 0.84% | - |
| HSV(B) | 19.46º | 0.29% | 0.99% | - |
| XYZ | 69.3 | 66.15 | 51.24 | - |
| YUV | 214.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 178 | 0 | 0.20 | 0.29 | 0.01 | 19.46 | 0.93 | 0.84 |
| Hex | FC | CA | B2 | 0 | 14 | 1D | 1 | 13 | 5C | 54 |
| Octal | 374 | 312 | 262 | 0 | 24 | 35 | 1 | 23 | 134 | 124 |
| Binary | 11111100 | 11001010 | 10110010 | 0 | 10100 | 11101 | 1 | 10011 | 1011100 | 1010100 |
Color Harmonies of #FCCAB2
Complementary color
Monochromatic Colors of #FCCAB2
Black with #FCCAB2
Text Example
Text Example
White with #FCCAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAB2; }
p { color: rgb(252,202,178); }
H1.HeaderClassName
{
color: #FCCAB2;
}
.AnyTagClassName
{
color: #FCCAB2;
}
</style>
background-color css
<style>
a { background-color: #FCCAB2; }
a { background-color: rgb(252,202,178); }
div.DivClassName
{
background-color: #FCCAB2;
}
.BgClassName
{
background-color: #FCCAB2;
}
</style>
border-color css
<style>
span { border-color: #FCCAB2; }
span { border-color: rgb(252,202,178); }
td.TdClassName
{
border-color: #FCCAB2;
}
.TagClassName
{
border-color: #FCCAB2;
}
</style>