Shades of Pink Lace #FFC9D9
Tints of Pink Lace #FFC9D9
RGB
CMYK
RGB Variations
Color information
#FFC9D9 (or 0xFFC9D9) is known color: Pink Lace. HEX triplet: FF, C9 and D9. RGB value is (255,201,217). Sum of RGB (Red+Green+Blue) = 255+201+217=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 201 (78.91% from 255 or 29.87% from 673); Blue value is 217 (85.16% from 255 or 32.24% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9D9 is #003626. Grayscale: #DADADA. Windows color (decimal): -13863 or 14273023. OLE color: 14273023.
HSL color Cylindrical-coordinate representation of color #FFC9D9: hue angle of 342.22º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFC9D9 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 217 | - |
| CMYK | 0 | 0.21 | 0.15 | 0 |
| HSL | 342.22º | 1% | 0.89% | - |
| HSV(B) | 342.22º | 0.21% | 1% | - |
| XYZ | 74.65 | 68.04 | 74.84 | - |
| YUV | 218.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 217 | 0 | 0.21 | 0.15 | 0 | 342.22 | 1 | 0.89 |
| Hex | FF | C9 | D9 | 0 | 15 | F | 0 | 156 | 64 | 59 |
| Octal | 377 | 311 | 331 | 0 | 25 | 17 | 0 | 526 | 144 | 131 |
| Binary | 11111111 | 11001001 | 11011001 | 0 | 10101 | 1111 | 0 | 101010110 | 1100100 | 1011001 |
Color Harmonies of #FFC9D9
Complementary color
Monochromatic Colors of #FFC9D9
Black with #FFC9D9
Text Example
Text Example
White with #FFC9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9D9; }
p { color: rgb(255,201,217); }
H1.HeaderClassName
{
color: #FFC9D9;
}
.AnyTagClassName
{
color: #FFC9D9;
}
</style>
background-color css
<style>
a { background-color: #FFC9D9; }
a { background-color: rgb(255,201,217); }
div.DivClassName
{
background-color: #FFC9D9;
}
.BgClassName
{
background-color: #FFC9D9;
}
</style>
border-color css
<style>
span { border-color: #FFC9D9; }
span { border-color: rgb(255,201,217); }
td.TdClassName
{
border-color: #FFC9D9;
}
.TagClassName
{
border-color: #FFC9D9;
}
</style>