Shades of Pink Lace #FFC5D5
Tints of Pink Lace #FFC5D5
RGB
CMYK
RGB Variations
Color information
#FFC5D5 (or 0xFFC5D5) is known color: Pink Lace. HEX triplet: FF, C5 and D5. RGB value is (255,197,213). Sum of RGB (Red+Green+Blue) = 255+197+213=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 197 (77.34% from 255 or 29.62% from 665); Blue value is 213 (83.59% from 255 or 32.03% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5D5 is #003A2A. Grayscale: #D8D8D8. Windows color (decimal): -14891 or 14009855. OLE color: 14009855.
HSL color Cylindrical-coordinate representation of color #FFC5D5: hue angle of 343.45º 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 #FFC5D5 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 213 | - |
| CMYK | 0 | 0.23 | 0.16 | 0 |
| HSL | 343.45º | 1% | 0.89% | - |
| HSV(B) | 343.45º | 0.23% | 1% | - |
| XYZ | 73.22 | 66 | 71.83 | - |
| YUV | 216.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 213 | 0 | 0.23 | 0.16 | 0 | 343.45 | 1 | 0.89 |
| Hex | FF | C5 | D5 | 0 | 17 | 10 | 0 | 157 | 64 | 59 |
| Octal | 377 | 305 | 325 | 0 | 27 | 20 | 0 | 527 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11010101 | 0 | 10111 | 10000 | 0 | 101010111 | 1100100 | 1011001 |
Color Harmonies of #FFC5D5
Complementary color
Monochromatic Colors of #FFC5D5
Black with #FFC5D5
Text Example
Text Example
White with #FFC5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5D5; }
p { color: rgb(255,197,213); }
H1.HeaderClassName
{
color: #FFC5D5;
}
.AnyTagClassName
{
color: #FFC5D5;
}
</style>
background-color css
<style>
a { background-color: #FFC5D5; }
a { background-color: rgb(255,197,213); }
div.DivClassName
{
background-color: #FFC5D5;
}
.BgClassName
{
background-color: #FFC5D5;
}
</style>
border-color css
<style>
span { border-color: #FFC5D5; }
span { border-color: rgb(255,197,213); }
td.TdClassName
{
border-color: #FFC5D5;
}
.TagClassName
{
border-color: #FFC5D5;
}
</style>