Shades of Pink #FFC5D0
Tints of Pink #FFC5D0
RGB
CMYK
RGB Variations
Color information
#FFC5D0 (or 0xFFC5D0) is known color: Pink. HEX triplet: FF, C5 and D0. RGB value is (255,197,208). Sum of RGB (Red+Green+Blue) = 255+197+208=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 197 (77.34% from 255 or 29.85% from 660); Blue value is 208 (81.64% from 255 or 31.52% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5D0 is #003A2F. Grayscale: #D7D7D7. Windows color (decimal): -14896 or 13682175. OLE color: 13682175.
HSL color Cylindrical-coordinate representation of color #FFC5D0: hue angle of 348.62º 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 #FFC5D0 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 208 | - |
| CMYK | 0 | 0.23 | 0.18 | 0 |
| HSL | 348.62º | 1% | 0.89% | - |
| HSV(B) | 348.62º | 0.23% | 1% | - |
| XYZ | 72.59 | 65.75 | 68.54 | - |
| YUV | 215.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 208 | 0 | 0.23 | 0.18 | 0 | 348.62 | 1 | 0.89 |
| Hex | FF | C5 | D0 | 0 | 17 | 12 | 0 | 15D | 64 | 59 |
| Octal | 377 | 305 | 320 | 0 | 27 | 22 | 0 | 535 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11010000 | 0 | 10111 | 10010 | 0 | 101011101 | 1100100 | 1011001 |
Color Harmonies of #FFC5D0
Complementary color
Monochromatic Colors of #FFC5D0
Black with #FFC5D0
Text Example
Text Example
White with #FFC5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5D0; }
p { color: rgb(255,197,208); }
H1.HeaderClassName
{
color: #FFC5D0;
}
.AnyTagClassName
{
color: #FFC5D0;
}
</style>
background-color css
<style>
a { background-color: #FFC5D0; }
a { background-color: rgb(255,197,208); }
div.DivClassName
{
background-color: #FFC5D0;
}
.BgClassName
{
background-color: #FFC5D0;
}
</style>
border-color css
<style>
span { border-color: #FFC5D0; }
span { border-color: rgb(255,197,208); }
td.TdClassName
{
border-color: #FFC5D0;
}
.TagClassName
{
border-color: #FFC5D0;
}
</style>