Shades of Pink Lace #FEC9D8
Tints of Pink Lace #FEC9D8
RGB
CMYK
RGB Variations
Color information
#FEC9D8 (or 0xFEC9D8) is known color: Pink Lace. HEX triplet: FE, C9 and D8. RGB value is (254,201,216). Sum of RGB (Red+Green+Blue) = 254+201+216=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 201 (78.91% from 255 or 29.96% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9D8 is #013627. Grayscale: #DADADA. Windows color (decimal): -79400 or 14207486. OLE color: 14207486.
HSL color Cylindrical-coordinate representation of color #FEC9D8: hue angle of 343.02º 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 #FEC9D8 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 216 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.00 |
| HSL | 343.02º | 0.96% | 0.89% | - |
| HSV(B) | 343.02º | 0.21% | 1% | - |
| XYZ | 74.15 | 67.8 | 74.14 | - |
| YUV | 218.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 216 | 0 | 0.21 | 0.15 | 0.00 | 343.02 | 0.96 | 0.89 |
| Hex | FE | C9 | D8 | 0 | 15 | F | 0 | 157 | 60 | 59 |
| Octal | 376 | 311 | 330 | 0 | 25 | 17 | 0 | 527 | 140 | 131 |
| Binary | 11111110 | 11001001 | 11011000 | 0 | 10101 | 1111 | 0 | 101010111 | 1100000 | 1011001 |
Color Harmonies of #FEC9D8
Complementary color
Monochromatic Colors of #FEC9D8
Black with #FEC9D8
Text Example
Text Example
White with #FEC9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9D8; }
p { color: rgb(254,201,216); }
H1.HeaderClassName
{
color: #FEC9D8;
}
.AnyTagClassName
{
color: #FEC9D8;
}
</style>
background-color css
<style>
a { background-color: #FEC9D8; }
a { background-color: rgb(254,201,216); }
div.DivClassName
{
background-color: #FEC9D8;
}
.BgClassName
{
background-color: #FEC9D8;
}
</style>
border-color css
<style>
span { border-color: #FEC9D8; }
span { border-color: rgb(254,201,216); }
td.TdClassName
{
border-color: #FEC9D8;
}
.TagClassName
{
border-color: #FEC9D8;
}
</style>