Shades of Pink Lace #FECDD4
Tints of Pink Lace #FECDD4
RGB
CMYK
RGB Variations
Color information
#FECDD4 (or 0xFECDD4) is known color: Pink Lace. HEX triplet: FE, CD and D4. RGB value is (254,205,212). Sum of RGB (Red+Green+Blue) = 254+205+212=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 212 (83.20% from 255 or 31.59% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDD4 is #01322B. Grayscale: #DCDCDC. Windows color (decimal): -78380 or 13946366. OLE color: 13946366.
HSL color Cylindrical-coordinate representation of color #FECDD4: hue angle of 351.43º 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 #FECDD4 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 212 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.00 |
| HSL | 351.43º | 0.96% | 0.9% | - |
| HSV(B) | 351.43º | 0.19% | 1% | - |
| XYZ | 74.59 | 69.49 | 71.77 | - |
| YUV | 220.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 212 | 0 | 0.19 | 0.17 | 0.00 | 351.43 | 0.96 | 0.9 |
| Hex | FE | CD | D4 | 0 | 13 | 11 | 0 | 15F | 60 | 5A |
| Octal | 376 | 315 | 324 | 0 | 23 | 21 | 0 | 537 | 140 | 132 |
| Binary | 11111110 | 11001101 | 11010100 | 0 | 10011 | 10001 | 0 | 101011111 | 1100000 | 1011010 |
Color Harmonies of #FECDD4
Complementary color
Monochromatic Colors of #FECDD4
Black with #FECDD4
Text Example
Text Example
White with #FECDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDD4; }
p { color: rgb(254,205,212); }
H1.HeaderClassName
{
color: #FECDD4;
}
.AnyTagClassName
{
color: #FECDD4;
}
</style>
background-color css
<style>
a { background-color: #FECDD4; }
a { background-color: rgb(254,205,212); }
div.DivClassName
{
background-color: #FECDD4;
}
.BgClassName
{
background-color: #FECDD4;
}
</style>
border-color css
<style>
span { border-color: #FECDD4; }
span { border-color: rgb(254,205,212); }
td.TdClassName
{
border-color: #FECDD4;
}
.TagClassName
{
border-color: #FECDD4;
}
</style>