Shades of Pink Lace #FECDD9
Tints of Pink Lace #FECDD9
RGB
CMYK
RGB Variations
Color information
#FECDD9 (or 0xFECDD9) is known color: Pink Lace. HEX triplet: FE, CD and D9. RGB value is (254,205,217). Sum of RGB (Red+Green+Blue) = 254+205+217=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 205 (80.47% from 255 or 30.33% from 676); Blue value is 217 (85.16% from 255 or 32.10% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDD9 is #013226. Grayscale: #DDDDDD. Windows color (decimal): -78375 or 14274046. OLE color: 14274046.
HSL color Cylindrical-coordinate representation of color #FECDD9: hue angle of 345.31º 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 #FECDD9 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 205 | 217 | - |
CMYK | 0 | 0.19 | 0.15 | 0.00 |
HSL | 345.31º | 0.96% | 0.9% | - |
HSV(B) | 345.31º | 0.19% | 1% | - |
XYZ | 75.23 | 69.74 | 75.14 | - |
YUV | 221.02 | 125.73 | 151.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 205 | 217 | 0 | 0.19 | 0.15 | 0.00 | 345.31 | 0.96 | 0.9 |
Hex | FE | CD | D9 | 0 | 13 | F | 0 | 159 | 60 | 5A |
Octal | 376 | 315 | 331 | 0 | 23 | 17 | 0 | 531 | 140 | 132 |
Binary | 11111110 | 11001101 | 11011001 | 0 | 10011 | 1111 | 0 | 101011001 | 1100000 | 1011010 |
Color Harmonies of #FECDD9
Complementary color
Monochromatic Colors of #FECDD9
Black with #FECDD9
Text Example
Text Example
White with #FECDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDD9; }
p { color: rgb(254,205,217); }
H1.HeaderClassName
{
color: #FECDD9;
}
.AnyTagClassName
{
color: #FECDD9;
}
</style>
background-color css
<style>
a { background-color: #FECDD9; }
a { background-color: rgb(254,205,217); }
div.DivClassName
{
background-color: #FECDD9;
}
.BgClassName
{
background-color: #FECDD9;
}
</style>
border-color css
<style>
span { border-color: #FECDD9; }
span { border-color: rgb(254,205,217); }
td.TdClassName
{
border-color: #FECDD9;
}
.TagClassName
{
border-color: #FECDD9;
}
</style>