Shades of Pink Lace #FEC8D9
Tints of Pink Lace #FEC8D9
RGB
CMYK
RGB Variations
Color information
#FEC8D9 (or 0xFEC8D9) is known color: Pink Lace. HEX triplet: FE, C8 and D9. RGB value is (254,200,217). Sum of RGB (Red+Green+Blue) = 254+200+217=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 200 (78.52% from 255 or 29.81% from 671); Blue value is 217 (85.16% from 255 or 32.34% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8D9 is #013726. Grayscale: #DADADA. Windows color (decimal): -79655 or 14272766. OLE color: 14272766.
HSL color Cylindrical-coordinate representation of color #FEC8D9: hue angle of 341.11º 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 #FEC8D9 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 200 | 217 | - |
CMYK | 0 | 0.21 | 0.15 | 0.00 |
HSL | 341.11º | 0.96% | 0.89% | - |
HSV(B) | 341.11º | 0.21% | 1% | - |
XYZ | 74.05 | 67.39 | 74.75 | - |
YUV | 218.08 | 127.39 | 153.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 200 | 217 | 0 | 0.21 | 0.15 | 0.00 | 341.11 | 0.96 | 0.89 |
Hex | FE | C8 | D9 | 0 | 15 | F | 0 | 155 | 60 | 59 |
Octal | 376 | 310 | 331 | 0 | 25 | 17 | 0 | 525 | 140 | 131 |
Binary | 11111110 | 11001000 | 11011001 | 0 | 10101 | 1111 | 0 | 101010101 | 1100000 | 1011001 |
Color Harmonies of #FEC8D9
Complementary color
Monochromatic Colors of #FEC8D9
Black with #FEC8D9
Text Example
Text Example
White with #FEC8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8D9; }
p { color: rgb(254,200,217); }
H1.HeaderClassName
{
color: #FEC8D9;
}
.AnyTagClassName
{
color: #FEC8D9;
}
</style>
background-color css
<style>
a { background-color: #FEC8D9; }
a { background-color: rgb(254,200,217); }
div.DivClassName
{
background-color: #FEC8D9;
}
.BgClassName
{
background-color: #FEC8D9;
}
</style>
border-color css
<style>
span { border-color: #FEC8D9; }
span { border-color: rgb(254,200,217); }
td.TdClassName
{
border-color: #FEC8D9;
}
.TagClassName
{
border-color: #FEC8D9;
}
</style>