Shades of Pink Lace #FEC2D4
Tints of Pink Lace #FEC2D4
RGB
CMYK
RGB Variations
Color information
#FEC2D4 (or 0xFEC2D4) is known color: Pink Lace. HEX triplet: FE, C2 and D4. RGB value is (254,194,212). Sum of RGB (Red+Green+Blue) = 254+194+212=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 194 (76.17% from 255 or 29.39% from 660); Blue value is 212 (83.20% from 255 or 32.12% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2D4 is #013D2B. Grayscale: #D5D5D5. Windows color (decimal): -81196 or 13943550. OLE color: 13943550.
HSL color Cylindrical-coordinate representation of color #FEC2D4: hue angle of 342º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC2D4 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 212 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.00 |
| HSL | 342º | 0.97% | 0.88% | - |
| HSV(B) | 342º | 0.24% | 1% | - |
| XYZ | 72.05 | 64.41 | 70.92 | - |
| YUV | 213.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 212 | 0 | 0.24 | 0.17 | 0.00 | 342 | 0.97 | 0.88 |
| Hex | FE | C2 | D4 | 0 | 18 | 11 | 0 | 156 | 61 | 58 |
| Octal | 376 | 302 | 324 | 0 | 30 | 21 | 0 | 526 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11010100 | 0 | 11000 | 10001 | 0 | 101010110 | 1100001 | 1011000 |
Color Harmonies of #FEC2D4
Complementary color
Monochromatic Colors of #FEC2D4
Black with #FEC2D4
Text Example
Text Example
White with #FEC2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2D4; }
p { color: rgb(254,194,212); }
H1.HeaderClassName
{
color: #FEC2D4;
}
.AnyTagClassName
{
color: #FEC2D4;
}
</style>
background-color css
<style>
a { background-color: #FEC2D4; }
a { background-color: rgb(254,194,212); }
div.DivClassName
{
background-color: #FEC2D4;
}
.BgClassName
{
background-color: #FEC2D4;
}
</style>
border-color css
<style>
span { border-color: #FEC2D4; }
span { border-color: rgb(254,194,212); }
td.TdClassName
{
border-color: #FEC2D4;
}
.TagClassName
{
border-color: #FEC2D4;
}
</style>