Shades of Pink Lace #FFC8D7
Tints of Pink Lace #FFC8D7
RGB
CMYK
RGB Variations
Color information
#FFC8D7 (or 0xFFC8D7) is known color: Pink Lace. HEX triplet: FF, C8 and D7. RGB value is (255,200,215). Sum of RGB (Red+Green+Blue) = 255+200+215=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 200 (78.52% from 255 or 29.85% from 670); Blue value is 215 (84.38% from 255 or 32.09% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8D7 is #003728. Grayscale: #DADADA. Windows color (decimal): -14121 or 14141695. OLE color: 14141695.
HSL color Cylindrical-coordinate representation of color #FFC8D7: hue angle of 343.64º 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 #FFC8D7 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 215 | - |
| CMYK | 0 | 0.22 | 0.16 | 0 |
| HSL | 343.64º | 1% | 0.89% | - |
| HSV(B) | 343.64º | 0.22% | 1% | - |
| XYZ | 74.16 | 67.47 | 73.41 | - |
| YUV | 218.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 215 | 0 | 0.22 | 0.16 | 0 | 343.64 | 1 | 0.89 |
| Hex | FF | C8 | D7 | 0 | 16 | 10 | 0 | 158 | 64 | 59 |
| Octal | 377 | 310 | 327 | 0 | 26 | 20 | 0 | 530 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11010111 | 0 | 10110 | 10000 | 0 | 101011000 | 1100100 | 1011001 |
Color Harmonies of #FFC8D7
Complementary color
Monochromatic Colors of #FFC8D7
Black with #FFC8D7
Text Example
Text Example
White with #FFC8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8D7; }
p { color: rgb(255,200,215); }
H1.HeaderClassName
{
color: #FFC8D7;
}
.AnyTagClassName
{
color: #FFC8D7;
}
</style>
background-color css
<style>
a { background-color: #FFC8D7; }
a { background-color: rgb(255,200,215); }
div.DivClassName
{
background-color: #FFC8D7;
}
.BgClassName
{
background-color: #FFC8D7;
}
</style>
border-color css
<style>
span { border-color: #FFC8D7; }
span { border-color: rgb(255,200,215); }
td.TdClassName
{
border-color: #FFC8D7;
}
.TagClassName
{
border-color: #FFC8D7;
}
</style>