Shades of Pink Lace #FEC6D6
Tints of Pink Lace #FEC6D6
RGB
CMYK
RGB Variations
Color information
#FEC6D6 (or 0xFEC6D6) is known color: Pink Lace. HEX triplet: FE, C6 and D6. RGB value is (254,198,214). Sum of RGB (Red+Green+Blue) = 254+198+214=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 198 (77.73% from 255 or 29.73% from 666); Blue value is 214 (83.98% from 255 or 32.13% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6D6 is #013929. Grayscale: #D8D8D8. Windows color (decimal): -80170 or 14075646. OLE color: 14075646.
HSL color Cylindrical-coordinate representation of color #FEC6D6: hue angle of 342.86º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC6D6 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 214 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.00 |
| HSL | 342.86º | 0.97% | 0.89% | - |
| HSV(B) | 342.86º | 0.22% | 1% | - |
| XYZ | 73.2 | 66.31 | 72.56 | - |
| YUV | 216.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 214 | 0 | 0.22 | 0.16 | 0.00 | 342.86 | 0.97 | 0.89 |
| Hex | FE | C6 | D6 | 0 | 16 | 10 | 0 | 157 | 61 | 59 |
| Octal | 376 | 306 | 326 | 0 | 26 | 20 | 0 | 527 | 141 | 131 |
| Binary | 11111110 | 11000110 | 11010110 | 0 | 10110 | 10000 | 0 | 101010111 | 1100001 | 1011001 |
Color Harmonies of #FEC6D6
Complementary color
Monochromatic Colors of #FEC6D6
Black with #FEC6D6
Text Example
Text Example
White with #FEC6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6D6; }
p { color: rgb(254,198,214); }
H1.HeaderClassName
{
color: #FEC6D6;
}
.AnyTagClassName
{
color: #FEC6D6;
}
</style>
background-color css
<style>
a { background-color: #FEC6D6; }
a { background-color: rgb(254,198,214); }
div.DivClassName
{
background-color: #FEC6D6;
}
.BgClassName
{
background-color: #FEC6D6;
}
</style>
border-color css
<style>
span { border-color: #FEC6D6; }
span { border-color: rgb(254,198,214); }
td.TdClassName
{
border-color: #FEC6D6;
}
.TagClassName
{
border-color: #FEC6D6;
}
</style>