Shades of Pink Lace #FEC6D3
Tints of Pink Lace #FEC6D3
RGB
CMYK
RGB Variations
Color information
#FEC6D3 (or 0xFEC6D3) is known color: Pink Lace. HEX triplet: FE, C6 and D3. RGB value is (254,198,211). Sum of RGB (Red+Green+Blue) = 254+198+211=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 198 (77.73% from 255 or 29.86% from 663); Blue value is 211 (82.81% from 255 or 31.83% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6D3 is #01392C. Grayscale: #D8D8D8. Windows color (decimal): -80173 or 13879038. OLE color: 13879038.
HSL color Cylindrical-coordinate representation of color #FEC6D3: hue angle of 346.07º 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 #FEC6D3 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 211 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.00 |
| HSL | 346.07º | 0.97% | 0.89% | - |
| HSV(B) | 346.07º | 0.22% | 1% | - |
| XYZ | 72.83 | 66.16 | 70.56 | - |
| YUV | 216.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 211 | 0 | 0.22 | 0.17 | 0.00 | 346.07 | 0.97 | 0.89 |
| Hex | FE | C6 | D3 | 0 | 16 | 11 | 0 | 15A | 61 | 59 |
| Octal | 376 | 306 | 323 | 0 | 26 | 21 | 0 | 532 | 141 | 131 |
| Binary | 11111110 | 11000110 | 11010011 | 0 | 10110 | 10001 | 0 | 101011010 | 1100001 | 1011001 |
Color Harmonies of #FEC6D3
Complementary color
Monochromatic Colors of #FEC6D3
Black with #FEC6D3
Text Example
Text Example
White with #FEC6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6D3; }
p { color: rgb(254,198,211); }
H1.HeaderClassName
{
color: #FEC6D3;
}
.AnyTagClassName
{
color: #FEC6D3;
}
</style>
background-color css
<style>
a { background-color: #FEC6D3; }
a { background-color: rgb(254,198,211); }
div.DivClassName
{
background-color: #FEC6D3;
}
.BgClassName
{
background-color: #FEC6D3;
}
</style>
border-color css
<style>
span { border-color: #FEC6D3; }
span { border-color: rgb(254,198,211); }
td.TdClassName
{
border-color: #FEC6D3;
}
.TagClassName
{
border-color: #FEC6D3;
}
</style>