Shades of Pink #FCC2CA
Tints of Pink #FCC2CA
RGB
CMYK
RGB Variations
Color information
#FCC2CA (or 0xFCC2CA) is known color: Pink. HEX triplet: FC, C2 and CA. RGB value is (252,194,202). Sum of RGB (Red+Green+Blue) = 252+194+202=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 194 (76.17% from 255 or 29.94% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2CA is #033D35. Grayscale: #D4D4D4. Windows color (decimal): -212278 or 13288188. OLE color: 13288188.
HSL color Cylindrical-coordinate representation of color #FCC2CA: hue angle of 351.72º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC2CA is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 202 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.01 |
| HSL | 351.72º | 0.91% | 0.87% | - |
| HSV(B) | 351.72º | 0.23% | 0.99% | - |
| XYZ | 70.1 | 63.54 | 64.45 | - |
| YUV | 212.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 202 | 0 | 0.23 | 0.20 | 0.01 | 351.72 | 0.91 | 0.87 |
| Hex | FC | C2 | CA | 0 | 17 | 14 | 1 | 160 | 5B | 57 |
| Octal | 374 | 302 | 312 | 0 | 27 | 24 | 1 | 540 | 133 | 127 |
| Binary | 11111100 | 11000010 | 11001010 | 0 | 10111 | 10100 | 1 | 101100000 | 1011011 | 1010111 |
Color Harmonies of #FCC2CA
Complementary color
Monochromatic Colors of #FCC2CA
Black with #FCC2CA
Text Example
Text Example
White with #FCC2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2CA; }
p { color: rgb(252,194,202); }
H1.HeaderClassName
{
color: #FCC2CA;
}
.AnyTagClassName
{
color: #FCC2CA;
}
</style>
background-color css
<style>
a { background-color: #FCC2CA; }
a { background-color: rgb(252,194,202); }
div.DivClassName
{
background-color: #FCC2CA;
}
.BgClassName
{
background-color: #FCC2CA;
}
</style>
border-color css
<style>
span { border-color: #FCC2CA; }
span { border-color: rgb(252,194,202); }
td.TdClassName
{
border-color: #FCC2CA;
}
.TagClassName
{
border-color: #FCC2CA;
}
</style>