Shades of Pink #FCC3CA
Tints of Pink #FCC3CA
RGB
CMYK
RGB Variations
Color information
#FCC3CA (or 0xFCC3CA) is known color: Pink. HEX triplet: FC, C3 and CA. RGB value is (252,195,202). Sum of RGB (Red+Green+Blue) = 252+195+202=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 195 (76.56% from 255 or 30.05% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3CA is #033C35. Grayscale: #D4D4D4. Windows color (decimal): -212022 or 13288444. OLE color: 13288444.
HSL color Cylindrical-coordinate representation of color #FCC3CA: hue angle of 352.63º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC3CA is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 202 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.01 |
| HSL | 352.63º | 0.9% | 0.88% | - |
| HSV(B) | 352.63º | 0.23% | 0.99% | - |
| XYZ | 70.32 | 63.99 | 64.52 | - |
| YUV | 212.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 202 | 0 | 0.23 | 0.20 | 0.01 | 352.63 | 0.9 | 0.88 |
| Hex | FC | C3 | CA | 0 | 17 | 14 | 1 | 161 | 5A | 58 |
| Octal | 374 | 303 | 312 | 0 | 27 | 24 | 1 | 541 | 132 | 130 |
| Binary | 11111100 | 11000011 | 11001010 | 0 | 10111 | 10100 | 1 | 101100001 | 1011010 | 1011000 |
Color Harmonies of #FCC3CA
Complementary color
Monochromatic Colors of #FCC3CA
Black with #FCC3CA
Text Example
Text Example
White with #FCC3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3CA; }
p { color: rgb(252,195,202); }
H1.HeaderClassName
{
color: #FCC3CA;
}
.AnyTagClassName
{
color: #FCC3CA;
}
</style>
background-color css
<style>
a { background-color: #FCC3CA; }
a { background-color: rgb(252,195,202); }
div.DivClassName
{
background-color: #FCC3CA;
}
.BgClassName
{
background-color: #FCC3CA;
}
</style>
border-color css
<style>
span { border-color: #FCC3CA; }
span { border-color: rgb(252,195,202); }
td.TdClassName
{
border-color: #FCC3CA;
}
.TagClassName
{
border-color: #FCC3CA;
}
</style>