Shades of Pink Lace #FFC9D4
Tints of Pink Lace #FFC9D4
RGB
CMYK
RGB Variations
Color information
#FFC9D4 (or 0xFFC9D4) is known color: Pink Lace. HEX triplet: FF, C9 and D4. RGB value is (255,201,212). Sum of RGB (Red+Green+Blue) = 255+201+212=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 201 (78.91% from 255 or 30.09% from 668); Blue value is 212 (83.20% from 255 or 31.74% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9D4 is #00362B. Grayscale: #DADADA. Windows color (decimal): -13868 or 13945343. OLE color: 13945343.
HSL color Cylindrical-coordinate representation of color #FFC9D4: hue angle of 347.78º 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 #FFC9D4 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 212 | - |
| CMYK | 0 | 0.21 | 0.17 | 0 |
| HSL | 347.78º | 1% | 0.89% | - |
| HSV(B) | 347.78º | 0.21% | 1% | - |
| XYZ | 74.01 | 67.79 | 71.47 | - |
| YUV | 218.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 212 | 0 | 0.21 | 0.17 | 0 | 347.78 | 1 | 0.89 |
| Hex | FF | C9 | D4 | 0 | 15 | 11 | 0 | 15C | 64 | 59 |
| Octal | 377 | 311 | 324 | 0 | 25 | 21 | 0 | 534 | 144 | 131 |
| Binary | 11111111 | 11001001 | 11010100 | 0 | 10101 | 10001 | 0 | 101011100 | 1100100 | 1011001 |
Color Harmonies of #FFC9D4
Complementary color
Monochromatic Colors of #FFC9D4
Black with #FFC9D4
Text Example
Text Example
White with #FFC9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9D4; }
p { color: rgb(255,201,212); }
H1.HeaderClassName
{
color: #FFC9D4;
}
.AnyTagClassName
{
color: #FFC9D4;
}
</style>
background-color css
<style>
a { background-color: #FFC9D4; }
a { background-color: rgb(255,201,212); }
div.DivClassName
{
background-color: #FFC9D4;
}
.BgClassName
{
background-color: #FFC9D4;
}
</style>
border-color css
<style>
span { border-color: #FFC9D4; }
span { border-color: rgb(255,201,212); }
td.TdClassName
{
border-color: #FFC9D4;
}
.TagClassName
{
border-color: #FFC9D4;
}
</style>