Shades of Pink Lace #FEC6D4
Tints of Pink Lace #FEC6D4
RGB
CMYK
RGB Variations
Color information
#FEC6D4 (or 0xFEC6D4) is known color: Pink Lace. HEX triplet: FE, C6 and D4. RGB value is (254,198,212). Sum of RGB (Red+Green+Blue) = 254+198+212=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 198 (77.73% from 255 or 29.82% from 664); Blue value is 212 (83.20% from 255 or 31.93% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6D4 is #01392B. Grayscale: #D8D8D8. Windows color (decimal): -80172 or 13944574. OLE color: 13944574.
HSL color Cylindrical-coordinate representation of color #FEC6D4: hue angle of 345º 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 #FEC6D4 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 212 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.00 |
| HSL | 345º | 0.97% | 0.89% | - |
| HSV(B) | 345º | 0.22% | 1% | - |
| XYZ | 72.95 | 66.21 | 71.22 | - |
| YUV | 216.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 212 | 0 | 0.22 | 0.17 | 0.00 | 345 | 0.97 | 0.89 |
| Hex | FE | C6 | D4 | 0 | 16 | 11 | 0 | 159 | 61 | 59 |
| Octal | 376 | 306 | 324 | 0 | 26 | 21 | 0 | 531 | 141 | 131 |
| Binary | 11111110 | 11000110 | 11010100 | 0 | 10110 | 10001 | 0 | 101011001 | 1100001 | 1011001 |
Color Harmonies of #FEC6D4
Complementary color
Monochromatic Colors of #FEC6D4
Black with #FEC6D4
Text Example
Text Example
White with #FEC6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6D4; }
p { color: rgb(254,198,212); }
H1.HeaderClassName
{
color: #FEC6D4;
}
.AnyTagClassName
{
color: #FEC6D4;
}
</style>
background-color css
<style>
a { background-color: #FEC6D4; }
a { background-color: rgb(254,198,212); }
div.DivClassName
{
background-color: #FEC6D4;
}
.BgClassName
{
background-color: #FEC6D4;
}
</style>
border-color css
<style>
span { border-color: #FEC6D4; }
span { border-color: rgb(254,198,212); }
td.TdClassName
{
border-color: #FEC6D4;
}
.TagClassName
{
border-color: #FEC6D4;
}
</style>