Shades of Pink #FFC5CA
Tints of Pink #FFC5CA
RGB
CMYK
RGB Variations
Color information
#FFC5CA (or 0xFFC5CA) is known color: Pink. HEX triplet: FF, C5 and CA. RGB value is (255,197,202). Sum of RGB (Red+Green+Blue) = 255+197+202=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5CA is #003A35. Grayscale: #D6D6D6. Windows color (decimal): -14902 or 13288959. OLE color: 13288959.
HSL color Cylindrical-coordinate representation of color #FFC5CA: hue angle of 354.83º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC5CA is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 202 | - |
| CMYK | 0 | 0.23 | 0.21 | 0 |
| HSL | 354.83º | 1% | 0.89% | - |
| HSV(B) | 354.83º | 0.23% | 1% | - |
| XYZ | 71.87 | 65.46 | 64.72 | - |
| YUV | 214.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 202 | 0 | 0.23 | 0.21 | 0 | 354.83 | 1 | 0.89 |
| Hex | FF | C5 | CA | 0 | 17 | 15 | 0 | 163 | 64 | 59 |
| Octal | 377 | 305 | 312 | 0 | 27 | 25 | 0 | 543 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11001010 | 0 | 10111 | 10101 | 0 | 101100011 | 1100100 | 1011001 |
Color Harmonies of #FFC5CA
Complementary color
Monochromatic Colors of #FFC5CA
Black with #FFC5CA
Text Example
Text Example
White with #FFC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5CA; }
p { color: rgb(255,197,202); }
H1.HeaderClassName
{
color: #FFC5CA;
}
.AnyTagClassName
{
color: #FFC5CA;
}
</style>
background-color css
<style>
a { background-color: #FFC5CA; }
a { background-color: rgb(255,197,202); }
div.DivClassName
{
background-color: #FFC5CA;
}
.BgClassName
{
background-color: #FFC5CA;
}
</style>
border-color css
<style>
span { border-color: #FFC5CA; }
span { border-color: rgb(255,197,202); }
td.TdClassName
{
border-color: #FFC5CA;
}
.TagClassName
{
border-color: #FFC5CA;
}
</style>