Shades of Pink Lace #FECDD7
Tints of Pink Lace #FECDD7
RGB
CMYK
RGB Variations
Color information
#FECDD7 (or 0xFECDD7) is known color: Pink Lace. HEX triplet: FE, CD and D7. RGB value is (254,205,215). Sum of RGB (Red+Green+Blue) = 254+205+215=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 215 (84.38% from 255 or 31.90% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDD7 is #013228. Grayscale: #DCDCDC. Windows color (decimal): -78377 or 14142974. OLE color: 14142974.
HSL color Cylindrical-coordinate representation of color #FECDD7: hue angle of 347.76º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECDD7 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 215 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.00 |
| HSL | 347.76º | 0.96% | 0.9% | - |
| HSV(B) | 347.76º | 0.19% | 1% | - |
| XYZ | 74.97 | 69.64 | 73.78 | - |
| YUV | 220.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 215 | 0 | 0.19 | 0.15 | 0.00 | 347.76 | 0.96 | 0.9 |
| Hex | FE | CD | D7 | 0 | 13 | F | 0 | 15C | 60 | 5A |
| Octal | 376 | 315 | 327 | 0 | 23 | 17 | 0 | 534 | 140 | 132 |
| Binary | 11111110 | 11001101 | 11010111 | 0 | 10011 | 1111 | 0 | 101011100 | 1100000 | 1011010 |
Color Harmonies of #FECDD7
Complementary color
Monochromatic Colors of #FECDD7
Black with #FECDD7
Text Example
Text Example
White with #FECDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDD7; }
p { color: rgb(254,205,215); }
H1.HeaderClassName
{
color: #FECDD7;
}
.AnyTagClassName
{
color: #FECDD7;
}
</style>
background-color css
<style>
a { background-color: #FECDD7; }
a { background-color: rgb(254,205,215); }
div.DivClassName
{
background-color: #FECDD7;
}
.BgClassName
{
background-color: #FECDD7;
}
</style>
border-color css
<style>
span { border-color: #FECDD7; }
span { border-color: rgb(254,205,215); }
td.TdClassName
{
border-color: #FECDD7;
}
.TagClassName
{
border-color: #FECDD7;
}
</style>