Shades of Pink Lace #FFC7D9
Tints of Pink Lace #FFC7D9
RGB
CMYK
RGB Variations
Color information
#FFC7D9 (or 0xFFC7D9) is known color: Pink Lace. HEX triplet: FF, C7 and D9. RGB value is (255,199,217). Sum of RGB (Red+Green+Blue) = 255+199+217=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 199 (78.12% from 255 or 29.66% from 671); Blue value is 217 (85.16% from 255 or 32.34% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7D9 is #003826. Grayscale: #D9D9D9. Windows color (decimal): -14375 or 14272511. OLE color: 14272511.
HSL color Cylindrical-coordinate representation of color #FFC7D9: hue angle of 340.71º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC7D9 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 199 | 217 | - |
CMYK | 0 | 0.22 | 0.15 | 0 |
HSL | 340.71º | 1% | 0.89% | - |
HSV(B) | 340.71º | 0.22% | 1% | - |
XYZ | 74.19 | 67.12 | 74.69 | - |
YUV | 217.8 | 127.55 | 154.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 199 | 217 | 0 | 0.22 | 0.15 | 0 | 340.71 | 1 | 0.89 |
Hex | FF | C7 | D9 | 0 | 16 | F | 0 | 155 | 64 | 59 |
Octal | 377 | 307 | 331 | 0 | 26 | 17 | 0 | 525 | 144 | 131 |
Binary | 11111111 | 11000111 | 11011001 | 0 | 10110 | 1111 | 0 | 101010101 | 1100100 | 1011001 |
Color Harmonies of #FFC7D9
Complementary color
Monochromatic Colors of #FFC7D9
Black with #FFC7D9
Text Example
Text Example
White with #FFC7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7D9; }
p { color: rgb(255,199,217); }
H1.HeaderClassName
{
color: #FFC7D9;
}
.AnyTagClassName
{
color: #FFC7D9;
}
</style>
background-color css
<style>
a { background-color: #FFC7D9; }
a { background-color: rgb(255,199,217); }
div.DivClassName
{
background-color: #FFC7D9;
}
.BgClassName
{
background-color: #FFC7D9;
}
</style>
border-color css
<style>
span { border-color: #FFC7D9; }
span { border-color: rgb(255,199,217); }
td.TdClassName
{
border-color: #FFC7D9;
}
.TagClassName
{
border-color: #FFC7D9;
}
</style>