Shades of Pink Lace #FFC7D8
Tints of Pink Lace #FFC7D8
RGB
CMYK
RGB Variations
Color information
#FFC7D8 (or 0xFFC7D8) is known color: Pink Lace. HEX triplet: FF, C7 and D8. RGB value is (255,199,216). Sum of RGB (Red+Green+Blue) = 255+199+216=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 199 (78.12% from 255 or 29.70% from 670); Blue value is 216 (84.77% from 255 or 32.24% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7D8 is #003827. Grayscale: #D9D9D9. Windows color (decimal): -14376 or 14206975. OLE color: 14206975.
HSL color Cylindrical-coordinate representation of color #FFC7D8: hue angle of 341.79º 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 #FFC7D8 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 216 | - |
| CMYK | 0 | 0.22 | 0.15 | 0 |
| HSL | 341.79º | 1% | 0.89% | - |
| HSV(B) | 341.79º | 0.22% | 1% | - |
| XYZ | 74.06 | 67.06 | 74.01 | - |
| YUV | 217.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 216 | 0 | 0.22 | 0.15 | 0 | 341.79 | 1 | 0.89 |
| Hex | FF | C7 | D8 | 0 | 16 | F | 0 | 156 | 64 | 59 |
| Octal | 377 | 307 | 330 | 0 | 26 | 17 | 0 | 526 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11011000 | 0 | 10110 | 1111 | 0 | 101010110 | 1100100 | 1011001 |
Color Harmonies of #FFC7D8
Complementary color
Monochromatic Colors of #FFC7D8
Black with #FFC7D8
Text Example
Text Example
White with #FFC7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7D8; }
p { color: rgb(255,199,216); }
H1.HeaderClassName
{
color: #FFC7D8;
}
.AnyTagClassName
{
color: #FFC7D8;
}
</style>
background-color css
<style>
a { background-color: #FFC7D8; }
a { background-color: rgb(255,199,216); }
div.DivClassName
{
background-color: #FFC7D8;
}
.BgClassName
{
background-color: #FFC7D8;
}
</style>
border-color css
<style>
span { border-color: #FFC7D8; }
span { border-color: rgb(255,199,216); }
td.TdClassName
{
border-color: #FFC7D8;
}
.TagClassName
{
border-color: #FFC7D8;
}
</style>