Shades of Pink #FFC5CC
Tints of Pink #FFC5CC
RGB
CMYK
RGB Variations
Color information
#FFC5CC (or 0xFFC5CC) is known color: Pink. HEX triplet: FF, C5 and CC. RGB value is (255,197,204). Sum of RGB (Red+Green+Blue) = 255+197+204=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 197 (77.34% from 255 or 30.03% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5CC is #003A33. Grayscale: #D7D7D7. Windows color (decimal): -14900 or 13420031. OLE color: 13420031.
HSL color Cylindrical-coordinate representation of color #FFC5CC: hue angle of 352.76º 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 #FFC5CC is Cyan = 0, Magento = 0.23, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 204 | - |
| CMYK | 0 | 0.23 | 0.2 | 0 |
| HSL | 352.76º | 1% | 0.89% | - |
| HSV(B) | 352.76º | 0.23% | 1% | - |
| XYZ | 72.11 | 65.55 | 65.98 | - |
| YUV | 215.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 204 | 0 | 0.23 | 0.2 | 0 | 352.76 | 1 | 0.89 |
| Hex | FF | C5 | CC | 0 | 17 | 14 | 0 | 161 | 64 | 59 |
| Octal | 377 | 305 | 314 | 0 | 27 | 24 | 0 | 541 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11001100 | 0 | 10111 | 10100 | 0 | 101100001 | 1100100 | 1011001 |
Color Harmonies of #FFC5CC
Complementary color
Monochromatic Colors of #FFC5CC
Black with #FFC5CC
Text Example
Text Example
White with #FFC5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5CC; }
p { color: rgb(255,197,204); }
H1.HeaderClassName
{
color: #FFC5CC;
}
.AnyTagClassName
{
color: #FFC5CC;
}
</style>
background-color css
<style>
a { background-color: #FFC5CC; }
a { background-color: rgb(255,197,204); }
div.DivClassName
{
background-color: #FFC5CC;
}
.BgClassName
{
background-color: #FFC5CC;
}
</style>
border-color css
<style>
span { border-color: #FFC5CC; }
span { border-color: rgb(255,197,204); }
td.TdClassName
{
border-color: #FFC5CC;
}
.TagClassName
{
border-color: #FFC5CC;
}
</style>