Shades of Pink Lace #FECDDC
Tints of Pink Lace #FECDDC
RGB
CMYK
RGB Variations
Color information
#FECDDC (or 0xFECDDC) is known color: Pink Lace. HEX triplet: FE, CD and DC. RGB value is (254,205,220). Sum of RGB (Red+Green+Blue) = 254+205+220=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 205 (80.47% from 255 or 30.19% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDDC is #013223. Grayscale: #DDDDDD. Windows color (decimal): -78372 or 14470654. OLE color: 14470654.
HSL color Cylindrical-coordinate representation of color #FECDDC: hue angle of 341.63º 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 #FECDDC is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 220 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.00 |
| HSL | 341.63º | 0.96% | 0.9% | - |
| HSV(B) | 341.63º | 0.19% | 1% | - |
| XYZ | 75.62 | 69.9 | 77.22 | - |
| YUV | 221.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 220 | 0 | 0.19 | 0.13 | 0.00 | 341.63 | 0.96 | 0.9 |
| Hex | FE | CD | DC | 0 | 13 | D | 0 | 156 | 60 | 5A |
| Octal | 376 | 315 | 334 | 0 | 23 | 15 | 0 | 526 | 140 | 132 |
| Binary | 11111110 | 11001101 | 11011100 | 0 | 10011 | 1101 | 0 | 101010110 | 1100000 | 1011010 |
Color Harmonies of #FECDDC
Complementary color
Monochromatic Colors of #FECDDC
Black with #FECDDC
Text Example
Text Example
White with #FECDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDDC; }
p { color: rgb(254,205,220); }
H1.HeaderClassName
{
color: #FECDDC;
}
.AnyTagClassName
{
color: #FECDDC;
}
</style>
background-color css
<style>
a { background-color: #FECDDC; }
a { background-color: rgb(254,205,220); }
div.DivClassName
{
background-color: #FECDDC;
}
.BgClassName
{
background-color: #FECDDC;
}
</style>
border-color css
<style>
span { border-color: #FECDDC; }
span { border-color: rgb(254,205,220); }
td.TdClassName
{
border-color: #FECDDC;
}
.TagClassName
{
border-color: #FECDDC;
}
</style>