Shades of Pink Lace #FFC5D9
Tints of Pink Lace #FFC5D9
RGB
CMYK
RGB Variations
Color information
#FFC5D9 (or 0xFFC5D9) is known color: Pink Lace. HEX triplet: FF, C5 and D9. RGB value is (255,197,217). Sum of RGB (Red+Green+Blue) = 255+197+217=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 197 (77.34% from 255 or 29.45% from 669); Blue value is 217 (85.16% from 255 or 32.44% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5D9 is #003A26. Grayscale: #D8D8D8. Windows color (decimal): -14887 or 14271999. OLE color: 14271999.
HSL color Cylindrical-coordinate representation of color #FFC5D9: hue angle of 339.31º 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 #FFC5D9 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 197 | 217 | - |
CMYK | 0 | 0.23 | 0.15 | 0 |
HSL | 339.31º | 1% | 0.89% | - |
HSV(B) | 339.31º | 0.23% | 1% | - |
XYZ | 73.73 | 66.2 | 74.54 | - |
YUV | 216.62 | 128.22 | 155.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 197 | 217 | 0 | 0.23 | 0.15 | 0 | 339.31 | 1 | 0.89 |
Hex | FF | C5 | D9 | 0 | 17 | F | 0 | 153 | 64 | 59 |
Octal | 377 | 305 | 331 | 0 | 27 | 17 | 0 | 523 | 144 | 131 |
Binary | 11111111 | 11000101 | 11011001 | 0 | 10111 | 1111 | 0 | 101010011 | 1100100 | 1011001 |
Color Harmonies of #FFC5D9
Complementary color
Monochromatic Colors of #FFC5D9
Black with #FFC5D9
Text Example
Text Example
White with #FFC5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5D9; }
p { color: rgb(255,197,217); }
H1.HeaderClassName
{
color: #FFC5D9;
}
.AnyTagClassName
{
color: #FFC5D9;
}
</style>
background-color css
<style>
a { background-color: #FFC5D9; }
a { background-color: rgb(255,197,217); }
div.DivClassName
{
background-color: #FFC5D9;
}
.BgClassName
{
background-color: #FFC5D9;
}
</style>
border-color css
<style>
span { border-color: #FFC5D9; }
span { border-color: rgb(255,197,217); }
td.TdClassName
{
border-color: #FFC5D9;
}
.TagClassName
{
border-color: #FFC5D9;
}
</style>