Shades of Pink Lace #FECDD5
Tints of Pink Lace #FECDD5
RGB
CMYK
RGB Variations
Color information
#FECDD5 (or 0xFECDD5) is known color: Pink Lace. HEX triplet: FE, CD and D5. RGB value is (254,205,213). Sum of RGB (Red+Green+Blue) = 254+205+213=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 213 (83.59% from 255 or 31.70% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDD5 is #01322A. Grayscale: #DCDCDC. Windows color (decimal): -78379 or 14011902. OLE color: 14011902.
HSL color Cylindrical-coordinate representation of color #FECDD5: hue angle of 350.2º 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 #FECDD5 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 213 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.00 |
| HSL | 350.2º | 0.96% | 0.9% | - |
| HSV(B) | 350.2º | 0.19% | 1% | - |
| XYZ | 74.71 | 69.54 | 72.44 | - |
| YUV | 220.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 213 | 0 | 0.19 | 0.16 | 0.00 | 350.2 | 0.96 | 0.9 |
| Hex | FE | CD | D5 | 0 | 13 | 10 | 0 | 15E | 60 | 5A |
| Octal | 376 | 315 | 325 | 0 | 23 | 20 | 0 | 536 | 140 | 132 |
| Binary | 11111110 | 11001101 | 11010101 | 0 | 10011 | 10000 | 0 | 101011110 | 1100000 | 1011010 |
Color Harmonies of #FECDD5
Complementary color
Monochromatic Colors of #FECDD5
Black with #FECDD5
Text Example
Text Example
White with #FECDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDD5; }
p { color: rgb(254,205,213); }
H1.HeaderClassName
{
color: #FECDD5;
}
.AnyTagClassName
{
color: #FECDD5;
}
</style>
background-color css
<style>
a { background-color: #FECDD5; }
a { background-color: rgb(254,205,213); }
div.DivClassName
{
background-color: #FECDD5;
}
.BgClassName
{
background-color: #FECDD5;
}
</style>
border-color css
<style>
span { border-color: #FECDD5; }
span { border-color: rgb(254,205,213); }
td.TdClassName
{
border-color: #FECDD5;
}
.TagClassName
{
border-color: #FECDD5;
}
</style>