Shades of Pink Lace #FEC9DB
Tints of Pink Lace #FEC9DB
RGB
CMYK
RGB Variations
Color information
#FEC9DB (or 0xFEC9DB) is known color: Pink Lace. HEX triplet: FE, C9 and DB. RGB value is (254,201,219). Sum of RGB (Red+Green+Blue) = 254+201+219=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 201 (78.91% from 255 or 29.82% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9DB is #013624. Grayscale: #DADADA. Windows color (decimal): -79397 or 14404094. OLE color: 14404094.
HSL color Cylindrical-coordinate representation of color #FEC9DB: hue angle of 339.62º 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 #FEC9DB is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 219 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.00 |
| HSL | 339.62º | 0.96% | 0.89% | - |
| HSV(B) | 339.62º | 0.21% | 1% | - |
| XYZ | 74.55 | 67.96 | 76.21 | - |
| YUV | 218.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 219 | 0 | 0.21 | 0.14 | 0.00 | 339.62 | 0.96 | 0.89 |
| Hex | FE | C9 | DB | 0 | 15 | E | 0 | 154 | 60 | 59 |
| Octal | 376 | 311 | 333 | 0 | 25 | 16 | 0 | 524 | 140 | 131 |
| Binary | 11111110 | 11001001 | 11011011 | 0 | 10101 | 1110 | 0 | 101010100 | 1100000 | 1011001 |
Color Harmonies of #FEC9DB
Complementary color
Monochromatic Colors of #FEC9DB
Black with #FEC9DB
Text Example
Text Example
White with #FEC9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9DB; }
p { color: rgb(254,201,219); }
H1.HeaderClassName
{
color: #FEC9DB;
}
.AnyTagClassName
{
color: #FEC9DB;
}
</style>
background-color css
<style>
a { background-color: #FEC9DB; }
a { background-color: rgb(254,201,219); }
div.DivClassName
{
background-color: #FEC9DB;
}
.BgClassName
{
background-color: #FEC9DB;
}
</style>
border-color css
<style>
span { border-color: #FEC9DB; }
span { border-color: rgb(254,201,219); }
td.TdClassName
{
border-color: #FEC9DB;
}
.TagClassName
{
border-color: #FEC9DB;
}
</style>