Shades of Pink Lace #FFC8D9
Tints of Pink Lace #FFC8D9
RGB
CMYK
RGB Variations
Color information
#FFC8D9 (or 0xFFC8D9) is known color: Pink Lace. HEX triplet: FF, C8 and D9. RGB value is (255,200,217). Sum of RGB (Red+Green+Blue) = 255+200+217=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 200 (78.52% from 255 or 29.76% from 672); Blue value is 217 (85.16% from 255 or 32.29% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8D9 is #003726. Grayscale: #DADADA. Windows color (decimal): -14119 or 14272767. OLE color: 14272767.
HSL color Cylindrical-coordinate representation of color #FFC8D9: hue angle of 341.45º 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 #FFC8D9 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 217 | - |
| CMYK | 0 | 0.22 | 0.15 | 0 |
| HSL | 341.45º | 1% | 0.89% | - |
| HSV(B) | 341.45º | 0.22% | 1% | - |
| XYZ | 74.42 | 67.58 | 74.77 | - |
| YUV | 218.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 217 | 0 | 0.22 | 0.15 | 0 | 341.45 | 1 | 0.89 |
| Hex | FF | C8 | D9 | 0 | 16 | F | 0 | 155 | 64 | 59 |
| Octal | 377 | 310 | 331 | 0 | 26 | 17 | 0 | 525 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11011001 | 0 | 10110 | 1111 | 0 | 101010101 | 1100100 | 1011001 |
Color Harmonies of #FFC8D9
Complementary color
Monochromatic Colors of #FFC8D9
Black with #FFC8D9
Text Example
Text Example
White with #FFC8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8D9; }
p { color: rgb(255,200,217); }
H1.HeaderClassName
{
color: #FFC8D9;
}
.AnyTagClassName
{
color: #FFC8D9;
}
</style>
background-color css
<style>
a { background-color: #FFC8D9; }
a { background-color: rgb(255,200,217); }
div.DivClassName
{
background-color: #FFC8D9;
}
.BgClassName
{
background-color: #FFC8D9;
}
</style>
border-color css
<style>
span { border-color: #FFC8D9; }
span { border-color: rgb(255,200,217); }
td.TdClassName
{
border-color: #FFC8D9;
}
.TagClassName
{
border-color: #FFC8D9;
}
</style>