Shades of Pink Lace #FFC7D7
Tints of Pink Lace #FFC7D7
RGB
CMYK
RGB Variations
Color information
#FFC7D7 (or 0xFFC7D7) is known color: Pink Lace. HEX triplet: FF, C7 and D7. RGB value is (255,199,215). Sum of RGB (Red+Green+Blue) = 255+199+215=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 199 (78.12% from 255 or 29.75% from 669); Blue value is 215 (84.38% from 255 or 32.14% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7D7 is #003828. Grayscale: #D9D9D9. Windows color (decimal): -14377 or 14141439. OLE color: 14141439.
HSL color Cylindrical-coordinate representation of color #FFC7D7: hue angle of 342.86º 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 #FFC7D7 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 215 | - |
| CMYK | 0 | 0.22 | 0.16 | 0 |
| HSL | 342.86º | 1% | 0.89% | - |
| HSV(B) | 342.86º | 0.22% | 1% | - |
| XYZ | 73.93 | 67.01 | 73.33 | - |
| YUV | 217.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 215 | 0 | 0.22 | 0.16 | 0 | 342.86 | 1 | 0.89 |
| Hex | FF | C7 | D7 | 0 | 16 | 10 | 0 | 157 | 64 | 59 |
| Octal | 377 | 307 | 327 | 0 | 26 | 20 | 0 | 527 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11010111 | 0 | 10110 | 10000 | 0 | 101010111 | 1100100 | 1011001 |
Color Harmonies of #FFC7D7
Complementary color
Monochromatic Colors of #FFC7D7
Black with #FFC7D7
Text Example
Text Example
White with #FFC7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7D7; }
p { color: rgb(255,199,215); }
H1.HeaderClassName
{
color: #FFC7D7;
}
.AnyTagClassName
{
color: #FFC7D7;
}
</style>
background-color css
<style>
a { background-color: #FFC7D7; }
a { background-color: rgb(255,199,215); }
div.DivClassName
{
background-color: #FFC7D7;
}
.BgClassName
{
background-color: #FFC7D7;
}
</style>
border-color css
<style>
span { border-color: #FFC7D7; }
span { border-color: rgb(255,199,215); }
td.TdClassName
{
border-color: #FFC7D7;
}
.TagClassName
{
border-color: #FFC7D7;
}
</style>