Shades of Pink Lace #FEC9D9
Tints of Pink Lace #FEC9D9
RGB
CMYK
RGB Variations
Color information
#FEC9D9 (or 0xFEC9D9) is known color: Pink Lace. HEX triplet: FE, C9 and D9. RGB value is (254,201,217). Sum of RGB (Red+Green+Blue) = 254+201+217=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 201 (78.91% from 255 or 29.91% from 672); Blue value is 217 (85.16% from 255 or 32.29% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9D9 is #013626. Grayscale: #DADADA. Windows color (decimal): -79399 or 14273022. OLE color: 14273022.
HSL color Cylindrical-coordinate representation of color #FEC9D9: hue angle of 341.89º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC9D9 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 217 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.00 |
| HSL | 341.89º | 0.96% | 0.89% | - |
| HSV(B) | 341.89º | 0.21% | 1% | - |
| XYZ | 74.28 | 67.85 | 74.83 | - |
| YUV | 218.67 | 127.06 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 217 | 0 | 0.21 | 0.15 | 0.00 | 341.89 | 0.96 | 0.89 |
| Hex | FE | C9 | D9 | 0 | 15 | F | 0 | 156 | 60 | 59 |
| Octal | 376 | 311 | 331 | 0 | 25 | 17 | 0 | 526 | 140 | 131 |
| Binary | 11111110 | 11001001 | 11011001 | 0 | 10101 | 1111 | 0 | 101010110 | 1100000 | 1011001 |
Color Harmonies of #FEC9D9
Complementary color
Monochromatic Colors of #FEC9D9
Black with #FEC9D9
Text Example
Text Example
White with #FEC9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9D9; }
p { color: rgb(254,201,217); }
H1.HeaderClassName
{
color: #FEC9D9;
}
.AnyTagClassName
{
color: #FEC9D9;
}
</style>
background-color css
<style>
a { background-color: #FEC9D9; }
a { background-color: rgb(254,201,217); }
div.DivClassName
{
background-color: #FEC9D9;
}
.BgClassName
{
background-color: #FEC9D9;
}
</style>
border-color css
<style>
span { border-color: #FEC9D9; }
span { border-color: rgb(254,201,217); }
td.TdClassName
{
border-color: #FEC9D9;
}
.TagClassName
{
border-color: #FEC9D9;
}
</style>