Shades of Pink Lace #FFC5D4
Tints of Pink Lace #FFC5D4
RGB
CMYK
RGB Variations
Color information
#FFC5D4 (or 0xFFC5D4) is known color: Pink Lace. HEX triplet: FF, C5 and D4. RGB value is (255,197,212). Sum of RGB (Red+Green+Blue) = 255+197+212=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 197 (77.34% from 255 or 29.67% from 664); Blue value is 212 (83.20% from 255 or 31.93% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5D4 is #003A2B. Grayscale: #D8D8D8. Windows color (decimal): -14892 or 13944319. OLE color: 13944319.
HSL color Cylindrical-coordinate representation of color #FFC5D4: hue angle of 344.48º 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 #FFC5D4 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 197 | 212 | - |
CMYK | 0 | 0.23 | 0.17 | 0 |
HSL | 344.48º | 1% | 0.89% | - |
HSV(B) | 344.48º | 0.23% | 1% | - |
XYZ | 73.09 | 65.95 | 71.16 | - |
YUV | 216.05 | 125.72 | 155.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 197 | 212 | 0 | 0.23 | 0.17 | 0 | 344.48 | 1 | 0.89 |
Hex | FF | C5 | D4 | 0 | 17 | 11 | 0 | 158 | 64 | 59 |
Octal | 377 | 305 | 324 | 0 | 27 | 21 | 0 | 530 | 144 | 131 |
Binary | 11111111 | 11000101 | 11010100 | 0 | 10111 | 10001 | 0 | 101011000 | 1100100 | 1011001 |
Color Harmonies of #FFC5D4
Complementary color
Monochromatic Colors of #FFC5D4
Black with #FFC5D4
Text Example
Text Example
White with #FFC5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5D4; }
p { color: rgb(255,197,212); }
H1.HeaderClassName
{
color: #FFC5D4;
}
.AnyTagClassName
{
color: #FFC5D4;
}
</style>
background-color css
<style>
a { background-color: #FFC5D4; }
a { background-color: rgb(255,197,212); }
div.DivClassName
{
background-color: #FFC5D4;
}
.BgClassName
{
background-color: #FFC5D4;
}
</style>
border-color css
<style>
span { border-color: #FFC5D4; }
span { border-color: rgb(255,197,212); }
td.TdClassName
{
border-color: #FFC5D4;
}
.TagClassName
{
border-color: #FFC5D4;
}
</style>