Shades of Pink Lace #FFC5D8
Tints of Pink Lace #FFC5D8
RGB
CMYK
RGB Variations
Color information
#FFC5D8 (or 0xFFC5D8) is known color: Pink Lace. HEX triplet: FF, C5 and D8. RGB value is (255,197,216). Sum of RGB (Red+Green+Blue) = 255+197+216=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 197 (77.34% from 255 or 29.49% from 668); Blue value is 216 (84.77% from 255 or 32.34% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5D8 is #003A27. Grayscale: #D8D8D8. Windows color (decimal): -14888 or 14206463. OLE color: 14206463.
HSL color Cylindrical-coordinate representation of color #FFC5D8: hue angle of 340.34º 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 #FFC5D8 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 216 | - |
| CMYK | 0 | 0.23 | 0.15 | 0 |
| HSL | 340.34º | 1% | 0.89% | - |
| HSV(B) | 340.34º | 0.23% | 1% | - |
| XYZ | 73.6 | 66.15 | 73.85 | - |
| YUV | 216.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 216 | 0 | 0.23 | 0.15 | 0 | 340.34 | 1 | 0.89 |
| Hex | FF | C5 | D8 | 0 | 17 | F | 0 | 154 | 64 | 59 |
| Octal | 377 | 305 | 330 | 0 | 27 | 17 | 0 | 524 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11011000 | 0 | 10111 | 1111 | 0 | 101010100 | 1100100 | 1011001 |
Color Harmonies of #FFC5D8
Complementary color
Monochromatic Colors of #FFC5D8
Black with #FFC5D8
Text Example
Text Example
White with #FFC5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5D8; }
p { color: rgb(255,197,216); }
H1.HeaderClassName
{
color: #FFC5D8;
}
.AnyTagClassName
{
color: #FFC5D8;
}
</style>
background-color css
<style>
a { background-color: #FFC5D8; }
a { background-color: rgb(255,197,216); }
div.DivClassName
{
background-color: #FFC5D8;
}
.BgClassName
{
background-color: #FFC5D8;
}
</style>
border-color css
<style>
span { border-color: #FFC5D8; }
span { border-color: rgb(255,197,216); }
td.TdClassName
{
border-color: #FFC5D8;
}
.TagClassName
{
border-color: #FFC5D8;
}
</style>