Shades of Your Pink #FCCAC0
Tints of Your Pink #FCCAC0
RGB
CMYK
RGB Variations
Color information
#FCCAC0 (or 0xFCCAC0) is known color: Your Pink. HEX triplet: FC, CA and C0. RGB value is (252,202,192). Sum of RGB (Red+Green+Blue) = 252+202+192=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 192 (75.39% from 255 or 29.72% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAC0 is #03353F. Grayscale: #D7D7D7. Windows color (decimal): -210240 or 12634876. OLE color: 12634876.
HSL color Cylindrical-coordinate representation of color #FCCAC0: hue angle of 10º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCCAC0 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 192 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.01 |
| HSL | 10º | 0.91% | 0.87% | - |
| HSV(B) | 10º | 0.24% | 0.99% | - |
| XYZ | 70.78 | 66.74 | 59.02 | - |
| YUV | 215.81 | 114.57 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 192 | 0 | 0.20 | 0.24 | 0.01 | 10 | 0.91 | 0.87 |
| Hex | FC | CA | C0 | 0 | 14 | 18 | 1 | A | 5B | 57 |
| Octal | 374 | 312 | 300 | 0 | 24 | 30 | 1 | 12 | 133 | 127 |
| Binary | 11111100 | 11001010 | 11000000 | 0 | 10100 | 11000 | 1 | 1010 | 1011011 | 1010111 |
Color Harmonies of #FCCAC0
Complementary color
Monochromatic Colors of #FCCAC0
Black with #FCCAC0
Text Example
Text Example
White with #FCCAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAC0; }
p { color: rgb(252,202,192); }
H1.HeaderClassName
{
color: #FCCAC0;
}
.AnyTagClassName
{
color: #FCCAC0;
}
</style>
background-color css
<style>
a { background-color: #FCCAC0; }
a { background-color: rgb(252,202,192); }
div.DivClassName
{
background-color: #FCCAC0;
}
.BgClassName
{
background-color: #FCCAC0;
}
</style>
border-color css
<style>
span { border-color: #FCCAC0; }
span { border-color: rgb(252,202,192); }
td.TdClassName
{
border-color: #FCCAC0;
}
.TagClassName
{
border-color: #FCCAC0;
}
</style>