Shades of Pink Lace #FECDDD
Tints of Pink Lace #FECDDD
RGB
CMYK
RGB Variations
Color information
#FECDDD (or 0xFECDDD) is known color: Pink Lace. HEX triplet: FE, CD and DD. RGB value is (254,205,221). Sum of RGB (Red+Green+Blue) = 254+205+221=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 205 (80.47% from 255 or 30.15% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDDD is #013222. Grayscale: #DDDDDD. Windows color (decimal): -78371 or 14536190. OLE color: 14536190.
HSL color Cylindrical-coordinate representation of color #FECDDD: hue angle of 340.41º 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 #FECDDD is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 221 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.00 |
| HSL | 340.41º | 0.96% | 0.9% | - |
| HSV(B) | 340.41º | 0.19% | 1% | - |
| XYZ | 75.76 | 69.95 | 77.92 | - |
| YUV | 221.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 221 | 0 | 0.19 | 0.13 | 0.00 | 340.41 | 0.96 | 0.9 |
| Hex | FE | CD | DD | 0 | 13 | D | 0 | 154 | 60 | 5A |
| Octal | 376 | 315 | 335 | 0 | 23 | 15 | 0 | 524 | 140 | 132 |
| Binary | 11111110 | 11001101 | 11011101 | 0 | 10011 | 1101 | 0 | 101010100 | 1100000 | 1011010 |
Color Harmonies of #FECDDD
Complementary color
Monochromatic Colors of #FECDDD
Black with #FECDDD
Text Example
Text Example
White with #FECDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDDD; }
p { color: rgb(254,205,221); }
H1.HeaderClassName
{
color: #FECDDD;
}
.AnyTagClassName
{
color: #FECDDD;
}
</style>
background-color css
<style>
a { background-color: #FECDDD; }
a { background-color: rgb(254,205,221); }
div.DivClassName
{
background-color: #FECDDD;
}
.BgClassName
{
background-color: #FECDDD;
}
</style>
border-color css
<style>
span { border-color: #FECDDD; }
span { border-color: rgb(254,205,221); }
td.TdClassName
{
border-color: #FECDDD;
}
.TagClassName
{
border-color: #FECDDD;
}
</style>