Shades of Pink Lace #FECAD6
Tints of Pink Lace #FECAD6
RGB
CMYK
RGB Variations
Color information
#FECAD6 (or 0xFECAD6) is known color: Pink Lace. HEX triplet: FE, CA and D6. RGB value is (254,202,214). Sum of RGB (Red+Green+Blue) = 254+202+214=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAD6 is #013529. Grayscale: #DADADA. Windows color (decimal): -79146 or 14076670. OLE color: 14076670.
HSL color Cylindrical-coordinate representation of color #FECAD6: hue angle of 346.15º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECAD6 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 214 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.00 |
| HSL | 346.15º | 0.96% | 0.89% | - |
| HSV(B) | 346.15º | 0.2% | 1% | - |
| XYZ | 74.13 | 68.17 | 72.87 | - |
| YUV | 218.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 214 | 0 | 0.20 | 0.16 | 0.00 | 346.15 | 0.96 | 0.89 |
| Hex | FE | CA | D6 | 0 | 14 | 10 | 0 | 15A | 60 | 59 |
| Octal | 376 | 312 | 326 | 0 | 24 | 20 | 0 | 532 | 140 | 131 |
| Binary | 11111110 | 11001010 | 11010110 | 0 | 10100 | 10000 | 0 | 101011010 | 1100000 | 1011001 |
Color Harmonies of #FECAD6
Complementary color
Monochromatic Colors of #FECAD6
Black with #FECAD6
Text Example
Text Example
White with #FECAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAD6; }
p { color: rgb(254,202,214); }
H1.HeaderClassName
{
color: #FECAD6;
}
.AnyTagClassName
{
color: #FECAD6;
}
</style>
background-color css
<style>
a { background-color: #FECAD6; }
a { background-color: rgb(254,202,214); }
div.DivClassName
{
background-color: #FECAD6;
}
.BgClassName
{
background-color: #FECAD6;
}
</style>
border-color css
<style>
span { border-color: #FECAD6; }
span { border-color: rgb(254,202,214); }
td.TdClassName
{
border-color: #FECAD6;
}
.TagClassName
{
border-color: #FECAD6;
}
</style>