Shades of Pink Lace #FECED6
Tints of Pink Lace #FECED6
RGB
CMYK
RGB Variations
Color information
#FECED6 (or 0xFECED6) is known color: Pink Lace. HEX triplet: FE, CE and D6. RGB value is (254,206,214). Sum of RGB (Red+Green+Blue) = 254+206+214=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 214 (83.98% from 255 or 31.75% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FECED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECED6 is #013129. Grayscale: #DDDDDD. Windows color (decimal): -78122 or 14077694. OLE color: 14077694.
HSL color Cylindrical-coordinate representation of color #FECED6: hue angle of 350º 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 #FECED6 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 214 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.00 |
| HSL | 350º | 0.96% | 0.9% | - |
| HSV(B) | 350º | 0.19% | 1% | - |
| XYZ | 75.08 | 70.07 | 73.19 | - |
| YUV | 221.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 214 | 0 | 0.19 | 0.16 | 0.00 | 350 | 0.96 | 0.9 |
| Hex | FE | CE | D6 | 0 | 13 | 10 | 0 | 15E | 60 | 5A |
| Octal | 376 | 316 | 326 | 0 | 23 | 20 | 0 | 536 | 140 | 132 |
| Binary | 11111110 | 11001110 | 11010110 | 0 | 10011 | 10000 | 0 | 101011110 | 1100000 | 1011010 |
Color Harmonies of #FECED6
Complementary color
Monochromatic Colors of #FECED6
Black with #FECED6
Text Example
Text Example
White with #FECED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECED6; }
p { color: rgb(254,206,214); }
H1.HeaderClassName
{
color: #FECED6;
}
.AnyTagClassName
{
color: #FECED6;
}
</style>
background-color css
<style>
a { background-color: #FECED6; }
a { background-color: rgb(254,206,214); }
div.DivClassName
{
background-color: #FECED6;
}
.BgClassName
{
background-color: #FECED6;
}
</style>
border-color css
<style>
span { border-color: #FECED6; }
span { border-color: rgb(254,206,214); }
td.TdClassName
{
border-color: #FECED6;
}
.TagClassName
{
border-color: #FECED6;
}
</style>