Shades of Pink #FFC5D3
Tints of Pink #FFC5D3
RGB
CMYK
RGB Variations
Color information
#FFC5D3 (or 0xFFC5D3) is known color: Pink. HEX triplet: FF, C5 and D3. RGB value is (255,197,211). Sum of RGB (Red+Green+Blue) = 255+197+211=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 197 (77.34% from 255 or 29.71% from 663); Blue value is 211 (82.81% from 255 or 31.83% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5D3 is #003A2C. Grayscale: #D7D7D7. Windows color (decimal): -14893 or 13878783. OLE color: 13878783.
HSL color Cylindrical-coordinate representation of color #FFC5D3: hue angle of 345.52º 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 #FFC5D3 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 211 | - |
| CMYK | 0 | 0.23 | 0.17 | 0 |
| HSL | 345.52º | 1% | 0.89% | - |
| HSV(B) | 345.52º | 0.23% | 1% | - |
| XYZ | 72.96 | 65.9 | 70.5 | - |
| YUV | 215.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 211 | 0 | 0.23 | 0.17 | 0 | 345.52 | 1 | 0.89 |
| Hex | FF | C5 | D3 | 0 | 17 | 11 | 0 | 15A | 64 | 59 |
| Octal | 377 | 305 | 323 | 0 | 27 | 21 | 0 | 532 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11010011 | 0 | 10111 | 10001 | 0 | 101011010 | 1100100 | 1011001 |
Color Harmonies of #FFC5D3
Complementary color
Monochromatic Colors of #FFC5D3
Black with #FFC5D3
Text Example
Text Example
White with #FFC5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5D3; }
p { color: rgb(255,197,211); }
H1.HeaderClassName
{
color: #FFC5D3;
}
.AnyTagClassName
{
color: #FFC5D3;
}
</style>
background-color css
<style>
a { background-color: #FFC5D3; }
a { background-color: rgb(255,197,211); }
div.DivClassName
{
background-color: #FFC5D3;
}
.BgClassName
{
background-color: #FFC5D3;
}
</style>
border-color css
<style>
span { border-color: #FFC5D3; }
span { border-color: rgb(255,197,211); }
td.TdClassName
{
border-color: #FFC5D3;
}
.TagClassName
{
border-color: #FFC5D3;
}
</style>