Shades of Pink #FFC5CF
Tints of Pink #FFC5CF
RGB
CMYK
RGB Variations
Color information
#FFC5CF (or 0xFFC5CF) is known color: Pink. HEX triplet: FF, C5 and CF. RGB value is (255,197,207). Sum of RGB (Red+Green+Blue) = 255+197+207=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 197 (77.34% from 255 or 29.89% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5CF is #003A30. Grayscale: #D7D7D7. Windows color (decimal): -14897 or 13616639. OLE color: 13616639.
HSL color Cylindrical-coordinate representation of color #FFC5CF: hue angle of 349.66º 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 #FFC5CF is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 207 | - |
| CMYK | 0 | 0.23 | 0.19 | 0 |
| HSL | 349.66º | 1% | 0.89% | - |
| HSV(B) | 349.66º | 0.23% | 1% | - |
| XYZ | 72.47 | 65.7 | 67.89 | - |
| YUV | 215.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 207 | 0 | 0.23 | 0.19 | 0 | 349.66 | 1 | 0.89 |
| Hex | FF | C5 | CF | 0 | 17 | 13 | 0 | 15E | 64 | 59 |
| Octal | 377 | 305 | 317 | 0 | 27 | 23 | 0 | 536 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11001111 | 0 | 10111 | 10011 | 0 | 101011110 | 1100100 | 1011001 |
Color Harmonies of #FFC5CF
Complementary color
Monochromatic Colors of #FFC5CF
Black with #FFC5CF
Text Example
Text Example
White with #FFC5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5CF; }
p { color: rgb(255,197,207); }
H1.HeaderClassName
{
color: #FFC5CF;
}
.AnyTagClassName
{
color: #FFC5CF;
}
</style>
background-color css
<style>
a { background-color: #FFC5CF; }
a { background-color: rgb(255,197,207); }
div.DivClassName
{
background-color: #FFC5CF;
}
.BgClassName
{
background-color: #FFC5CF;
}
</style>
border-color css
<style>
span { border-color: #FFC5CF; }
span { border-color: rgb(255,197,207); }
td.TdClassName
{
border-color: #FFC5CF;
}
.TagClassName
{
border-color: #FFC5CF;
}
</style>