Shades of Pink Lace #FEC9D5
Tints of Pink Lace #FEC9D5
RGB
CMYK
RGB Variations
Color information
#FEC9D5 (or 0xFEC9D5) is known color: Pink Lace. HEX triplet: FE, C9 and D5. RGB value is (254,201,213). Sum of RGB (Red+Green+Blue) = 254+201+213=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 201 (78.91% from 255 or 30.09% from 668); Blue value is 213 (83.59% from 255 or 31.89% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9D5 is #01362A. Grayscale: #DADADA. Windows color (decimal): -79403 or 14010878. OLE color: 14010878.
HSL color Cylindrical-coordinate representation of color #FEC9D5: hue angle of 346.42º 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 #FEC9D5 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 201 | 213 | - |
CMYK | 0 | 0.21 | 0.16 | 0.00 |
HSL | 346.42º | 0.96% | 0.89% | - |
HSV(B) | 346.42º | 0.21% | 1% | - |
XYZ | 73.77 | 67.65 | 72.12 | - |
YUV | 218.22 | 125.06 | 153.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 201 | 213 | 0 | 0.21 | 0.16 | 0.00 | 346.42 | 0.96 | 0.89 |
Hex | FE | C9 | D5 | 0 | 15 | 10 | 0 | 15A | 60 | 59 |
Octal | 376 | 311 | 325 | 0 | 25 | 20 | 0 | 532 | 140 | 131 |
Binary | 11111110 | 11001001 | 11010101 | 0 | 10101 | 10000 | 0 | 101011010 | 1100000 | 1011001 |
Color Harmonies of #FEC9D5
Complementary color
Monochromatic Colors of #FEC9D5
Black with #FEC9D5
Text Example
Text Example
White with #FEC9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9D5; }
p { color: rgb(254,201,213); }
H1.HeaderClassName
{
color: #FEC9D5;
}
.AnyTagClassName
{
color: #FEC9D5;
}
</style>
background-color css
<style>
a { background-color: #FEC9D5; }
a { background-color: rgb(254,201,213); }
div.DivClassName
{
background-color: #FEC9D5;
}
.BgClassName
{
background-color: #FEC9D5;
}
</style>
border-color css
<style>
span { border-color: #FEC9D5; }
span { border-color: rgb(254,201,213); }
td.TdClassName
{
border-color: #FEC9D5;
}
.TagClassName
{
border-color: #FEC9D5;
}
</style>