Shades of Pink Lace #FFC5D7
Tints of Pink Lace #FFC5D7
RGB
CMYK
RGB Variations
Color information
#FFC5D7 (or 0xFFC5D7) is known color: Pink Lace. HEX triplet: FF, C5 and D7. RGB value is (255,197,215). Sum of RGB (Red+Green+Blue) = 255+197+215=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 197 (77.34% from 255 or 29.54% from 667); Blue value is 215 (84.38% from 255 or 32.23% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5D7 is #003A28. Grayscale: #D8D8D8. Windows color (decimal): -14889 or 14140927. OLE color: 14140927.
HSL color Cylindrical-coordinate representation of color #FFC5D7: hue angle of 341.38º 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 #FFC5D7 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 215 | - |
| CMYK | 0 | 0.23 | 0.16 | 0 |
| HSL | 341.38º | 1% | 0.89% | - |
| HSV(B) | 341.38º | 0.23% | 1% | - |
| XYZ | 73.47 | 66.1 | 73.18 | - |
| YUV | 216.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 215 | 0 | 0.23 | 0.16 | 0 | 341.38 | 1 | 0.89 |
| Hex | FF | C5 | D7 | 0 | 17 | 10 | 0 | 155 | 64 | 59 |
| Octal | 377 | 305 | 327 | 0 | 27 | 20 | 0 | 525 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11010111 | 0 | 10111 | 10000 | 0 | 101010101 | 1100100 | 1011001 |
Color Harmonies of #FFC5D7
Complementary color
Monochromatic Colors of #FFC5D7
Black with #FFC5D7
Text Example
Text Example
White with #FFC5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5D7; }
p { color: rgb(255,197,215); }
H1.HeaderClassName
{
color: #FFC5D7;
}
.AnyTagClassName
{
color: #FFC5D7;
}
</style>
background-color css
<style>
a { background-color: #FFC5D7; }
a { background-color: rgb(255,197,215); }
div.DivClassName
{
background-color: #FFC5D7;
}
.BgClassName
{
background-color: #FFC5D7;
}
</style>
border-color css
<style>
span { border-color: #FFC5D7; }
span { border-color: rgb(255,197,215); }
td.TdClassName
{
border-color: #FFC5D7;
}
.TagClassName
{
border-color: #FFC5D7;
}
</style>