Shades of Pink Lace #FEC5D7
Tints of Pink Lace #FEC5D7
RGB
CMYK
RGB Variations
Color information
#FEC5D7 (or 0xFEC5D7) is known color: Pink Lace. HEX triplet: FE, C5 and D7. RGB value is (254,197,215). Sum of RGB (Red+Green+Blue) = 254+197+215=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 197 (77.34% from 255 or 29.58% from 666); Blue value is 215 (84.38% from 255 or 32.28% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5D7 is #013A28. Grayscale: #D8D8D8. Windows color (decimal): -80425 or 14140926. OLE color: 14140926.
HSL color Cylindrical-coordinate representation of color #FEC5D7: hue angle of 341.05º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC5D7 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 215 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.00 |
| HSL | 341.05º | 0.97% | 0.88% | - |
| HSV(B) | 341.05º | 0.22% | 1% | - |
| XYZ | 73.11 | 65.91 | 73.16 | - |
| YUV | 216.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 215 | 0 | 0.22 | 0.15 | 0.00 | 341.05 | 0.97 | 0.88 |
| Hex | FE | C5 | D7 | 0 | 16 | F | 0 | 155 | 61 | 58 |
| Octal | 376 | 305 | 327 | 0 | 26 | 17 | 0 | 525 | 141 | 130 |
| Binary | 11111110 | 11000101 | 11010111 | 0 | 10110 | 1111 | 0 | 101010101 | 1100001 | 1011000 |
Color Harmonies of #FEC5D7
Complementary color
Monochromatic Colors of #FEC5D7
Black with #FEC5D7
Text Example
Text Example
White with #FEC5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5D7; }
p { color: rgb(254,197,215); }
H1.HeaderClassName
{
color: #FEC5D7;
}
.AnyTagClassName
{
color: #FEC5D7;
}
</style>
background-color css
<style>
a { background-color: #FEC5D7; }
a { background-color: rgb(254,197,215); }
div.DivClassName
{
background-color: #FEC5D7;
}
.BgClassName
{
background-color: #FEC5D7;
}
</style>
border-color css
<style>
span { border-color: #FEC5D7; }
span { border-color: rgb(254,197,215); }
td.TdClassName
{
border-color: #FEC5D7;
}
.TagClassName
{
border-color: #FEC5D7;
}
</style>