Shades of Pink #FFC5D2
Tints of Pink #FFC5D2
RGB
CMYK
RGB Variations
Color information
#FFC5D2 (or 0xFFC5D2) is known color: Pink. HEX triplet: FF, C5 and D2. RGB value is (255,197,210). Sum of RGB (Red+Green+Blue) = 255+197+210=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 197 (77.34% from 255 or 29.76% from 662); Blue value is 210 (82.42% from 255 or 31.72% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5D2 is #003A2D. Grayscale: #D7D7D7. Windows color (decimal): -14894 or 13813247. OLE color: 13813247.
HSL color Cylindrical-coordinate representation of color #FFC5D2: hue angle of 346.55º 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 #FFC5D2 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 210 | - |
| CMYK | 0 | 0.23 | 0.18 | 0 |
| HSL | 346.55º | 1% | 0.89% | - |
| HSV(B) | 346.55º | 0.23% | 1% | - |
| XYZ | 72.84 | 65.85 | 69.84 | - |
| YUV | 215.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 210 | 0 | 0.23 | 0.18 | 0 | 346.55 | 1 | 0.89 |
| Hex | FF | C5 | D2 | 0 | 17 | 12 | 0 | 15B | 64 | 59 |
| Octal | 377 | 305 | 322 | 0 | 27 | 22 | 0 | 533 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11010010 | 0 | 10111 | 10010 | 0 | 101011011 | 1100100 | 1011001 |
Color Harmonies of #FFC5D2
Complementary color
Monochromatic Colors of #FFC5D2
Black with #FFC5D2
Text Example
Text Example
White with #FFC5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5D2; }
p { color: rgb(255,197,210); }
H1.HeaderClassName
{
color: #FFC5D2;
}
.AnyTagClassName
{
color: #FFC5D2;
}
</style>
background-color css
<style>
a { background-color: #FFC5D2; }
a { background-color: rgb(255,197,210); }
div.DivClassName
{
background-color: #FFC5D2;
}
.BgClassName
{
background-color: #FFC5D2;
}
</style>
border-color css
<style>
span { border-color: #FFC5D2; }
span { border-color: rgb(255,197,210); }
td.TdClassName
{
border-color: #FFC5D2;
}
.TagClassName
{
border-color: #FFC5D2;
}
</style>