Shades of Pink Lace #FEC9D7
Tints of Pink Lace #FEC9D7
RGB
CMYK
RGB Variations
Color information
#FEC9D7 (or 0xFEC9D7) is known color: Pink Lace. HEX triplet: FE, C9 and D7. RGB value is (254,201,215). Sum of RGB (Red+Green+Blue) = 254+201+215=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 201 (78.91% from 255 or 30% from 670); Blue value is 215 (84.38% from 255 or 32.09% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9D7 is #013628. Grayscale: #DADADA. Windows color (decimal): -79401 or 14141950. OLE color: 14141950.
HSL color Cylindrical-coordinate representation of color #FEC9D7: hue angle of 344.15º 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 #FEC9D7 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 215 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.00 |
| HSL | 344.15º | 0.96% | 0.89% | - |
| HSV(B) | 344.15º | 0.21% | 1% | - |
| XYZ | 74.03 | 67.75 | 73.47 | - |
| YUV | 218.44 | 126.06 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 215 | 0 | 0.21 | 0.15 | 0.00 | 344.15 | 0.96 | 0.89 |
| Hex | FE | C9 | D7 | 0 | 15 | F | 0 | 158 | 60 | 59 |
| Octal | 376 | 311 | 327 | 0 | 25 | 17 | 0 | 530 | 140 | 131 |
| Binary | 11111110 | 11001001 | 11010111 | 0 | 10101 | 1111 | 0 | 101011000 | 1100000 | 1011001 |
Color Harmonies of #FEC9D7
Complementary color
Monochromatic Colors of #FEC9D7
Black with #FEC9D7
Text Example
Text Example
White with #FEC9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9D7; }
p { color: rgb(254,201,215); }
H1.HeaderClassName
{
color: #FEC9D7;
}
.AnyTagClassName
{
color: #FEC9D7;
}
</style>
background-color css
<style>
a { background-color: #FEC9D7; }
a { background-color: rgb(254,201,215); }
div.DivClassName
{
background-color: #FEC9D7;
}
.BgClassName
{
background-color: #FEC9D7;
}
</style>
border-color css
<style>
span { border-color: #FEC9D7; }
span { border-color: rgb(254,201,215); }
td.TdClassName
{
border-color: #FEC9D7;
}
.TagClassName
{
border-color: #FEC9D7;
}
</style>