Shades of Pink Lace #FEC7D5
Tints of Pink Lace #FEC7D5
RGB
CMYK
RGB Variations
Color information
#FEC7D5 (or 0xFEC7D5) is known color: Pink Lace. HEX triplet: FE, C7 and D5. RGB value is (254,199,213). Sum of RGB (Red+Green+Blue) = 254+199+213=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 199 (78.12% from 255 or 29.88% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7D5 is #01382A. Grayscale: #D9D9D9. Windows color (decimal): -79915 or 14010366. OLE color: 14010366.
HSL color Cylindrical-coordinate representation of color #FEC7D5: hue angle of 344.73º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC7D5 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 199 | 213 | - |
CMYK | 0 | 0.22 | 0.16 | 0.00 |
HSL | 344.73º | 0.96% | 0.89% | - |
HSV(B) | 344.73º | 0.22% | 1% | - |
XYZ | 73.31 | 66.72 | 71.97 | - |
YUV | 217.04 | 125.72 | 154.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 199 | 213 | 0 | 0.22 | 0.16 | 0.00 | 344.73 | 0.96 | 0.89 |
Hex | FE | C7 | D5 | 0 | 16 | 10 | 0 | 159 | 60 | 59 |
Octal | 376 | 307 | 325 | 0 | 26 | 20 | 0 | 531 | 140 | 131 |
Binary | 11111110 | 11000111 | 11010101 | 0 | 10110 | 10000 | 0 | 101011001 | 1100000 | 1011001 |
Color Harmonies of #FEC7D5
Complementary color
Monochromatic Colors of #FEC7D5
Black with #FEC7D5
Text Example
Text Example
White with #FEC7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7D5; }
p { color: rgb(254,199,213); }
H1.HeaderClassName
{
color: #FEC7D5;
}
.AnyTagClassName
{
color: #FEC7D5;
}
</style>
background-color css
<style>
a { background-color: #FEC7D5; }
a { background-color: rgb(254,199,213); }
div.DivClassName
{
background-color: #FEC7D5;
}
.BgClassName
{
background-color: #FEC7D5;
}
</style>
border-color css
<style>
span { border-color: #FEC7D5; }
span { border-color: rgb(254,199,213); }
td.TdClassName
{
border-color: #FEC7D5;
}
.TagClassName
{
border-color: #FEC7D5;
}
</style>