Shades of Pink #FCC4CA
Tints of Pink #FCC4CA
RGB
CMYK
RGB Variations
Color information
#FCC4CA (or 0xFCC4CA) is known color: Pink. HEX triplet: FC, C4 and CA. RGB value is (252,196,202). Sum of RGB (Red+Green+Blue) = 252+196+202=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 196 (76.95% from 255 or 30.15% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4CA is #033B35. Grayscale: #D5D5D5. Windows color (decimal): -211766 or 13288700. OLE color: 13288700.
HSL color Cylindrical-coordinate representation of color #FCC4CA: hue angle of 353.57º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC4CA is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 202 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.01 |
| HSL | 353.57º | 0.9% | 0.88% | - |
| HSV(B) | 353.57º | 0.22% | 0.99% | - |
| XYZ | 70.55 | 64.44 | 64.6 | - |
| YUV | 213.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 202 | 0 | 0.22 | 0.20 | 0.01 | 353.57 | 0.9 | 0.88 |
| Hex | FC | C4 | CA | 0 | 16 | 14 | 1 | 162 | 5A | 58 |
| Octal | 374 | 304 | 312 | 0 | 26 | 24 | 1 | 542 | 132 | 130 |
| Binary | 11111100 | 11000100 | 11001010 | 0 | 10110 | 10100 | 1 | 101100010 | 1011010 | 1011000 |
Color Harmonies of #FCC4CA
Complementary color
Monochromatic Colors of #FCC4CA
Black with #FCC4CA
Text Example
Text Example
White with #FCC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4CA; }
p { color: rgb(252,196,202); }
H1.HeaderClassName
{
color: #FCC4CA;
}
.AnyTagClassName
{
color: #FCC4CA;
}
</style>
background-color css
<style>
a { background-color: #FCC4CA; }
a { background-color: rgb(252,196,202); }
div.DivClassName
{
background-color: #FCC4CA;
}
.BgClassName
{
background-color: #FCC4CA;
}
</style>
border-color css
<style>
span { border-color: #FCC4CA; }
span { border-color: rgb(252,196,202); }
td.TdClassName
{
border-color: #FCC4CA;
}
.TagClassName
{
border-color: #FCC4CA;
}
</style>