Shades of Pink Lace #FECDD8
Tints of Pink Lace #FECDD8
RGB
CMYK
RGB Variations
Color information
#FECDD8 (or 0xFECDD8) is known color: Pink Lace. HEX triplet: FE, CD and D8. RGB value is (254,205,216). Sum of RGB (Red+Green+Blue) = 254+205+216=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 216 (84.77% from 255 or 32% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDD8 is #013227. Grayscale: #DCDCDC. Windows color (decimal): -78376 or 14208510. OLE color: 14208510.
HSL color Cylindrical-coordinate representation of color #FECDD8: hue angle of 346.53º 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 #FECDD8 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 205 | 216 | - |
CMYK | 0 | 0.19 | 0.15 | 0.00 |
HSL | 346.53º | 0.96% | 0.9% | - |
HSV(B) | 346.53º | 0.19% | 1% | - |
XYZ | 75.1 | 69.69 | 74.46 | - |
YUV | 220.91 | 125.23 | 151.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 205 | 216 | 0 | 0.19 | 0.15 | 0.00 | 346.53 | 0.96 | 0.9 |
Hex | FE | CD | D8 | 0 | 13 | F | 0 | 15B | 60 | 5A |
Octal | 376 | 315 | 330 | 0 | 23 | 17 | 0 | 533 | 140 | 132 |
Binary | 11111110 | 11001101 | 11011000 | 0 | 10011 | 1111 | 0 | 101011011 | 1100000 | 1011010 |
Color Harmonies of #FECDD8
Complementary color
Monochromatic Colors of #FECDD8
Black with #FECDD8
Text Example
Text Example
White with #FECDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDD8; }
p { color: rgb(254,205,216); }
H1.HeaderClassName
{
color: #FECDD8;
}
.AnyTagClassName
{
color: #FECDD8;
}
</style>
background-color css
<style>
a { background-color: #FECDD8; }
a { background-color: rgb(254,205,216); }
div.DivClassName
{
background-color: #FECDD8;
}
.BgClassName
{
background-color: #FECDD8;
}
</style>
border-color css
<style>
span { border-color: #FECDD8; }
span { border-color: rgb(254,205,216); }
td.TdClassName
{
border-color: #FECDD8;
}
.TagClassName
{
border-color: #FECDD8;
}
</style>