Shades of Pink Lace #FEC7D3
Tints of Pink Lace #FEC7D3
RGB
CMYK
RGB Variations
Color information
#FEC7D3 (or 0xFEC7D3) is known color: Pink Lace. HEX triplet: FE, C7 and D3. RGB value is (254,199,211). Sum of RGB (Red+Green+Blue) = 254+199+211=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 199 (78.12% from 255 or 29.97% from 664); Blue value is 211 (82.81% from 255 or 31.78% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7D3 is #01382C. Grayscale: #D8D8D8. Windows color (decimal): -79917 or 13879294. OLE color: 13879294.
HSL color Cylindrical-coordinate representation of color #FEC7D3: hue angle of 346.91º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC7D3 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 211 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.00 |
| HSL | 346.91º | 0.96% | 0.89% | - |
| HSV(B) | 346.91º | 0.22% | 1% | - |
| XYZ | 73.05 | 66.62 | 70.64 | - |
| YUV | 216.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 211 | 0 | 0.22 | 0.17 | 0.00 | 346.91 | 0.96 | 0.89 |
| Hex | FE | C7 | D3 | 0 | 16 | 11 | 0 | 15B | 60 | 59 |
| Octal | 376 | 307 | 323 | 0 | 26 | 21 | 0 | 533 | 140 | 131 |
| Binary | 11111110 | 11000111 | 11010011 | 0 | 10110 | 10001 | 0 | 101011011 | 1100000 | 1011001 |
Color Harmonies of #FEC7D3
Complementary color
Monochromatic Colors of #FEC7D3
Black with #FEC7D3
Text Example
Text Example
White with #FEC7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7D3; }
p { color: rgb(254,199,211); }
H1.HeaderClassName
{
color: #FEC7D3;
}
.AnyTagClassName
{
color: #FEC7D3;
}
</style>
background-color css
<style>
a { background-color: #FEC7D3; }
a { background-color: rgb(254,199,211); }
div.DivClassName
{
background-color: #FEC7D3;
}
.BgClassName
{
background-color: #FEC7D3;
}
</style>
border-color css
<style>
span { border-color: #FEC7D3; }
span { border-color: rgb(254,199,211); }
td.TdClassName
{
border-color: #FEC7D3;
}
.TagClassName
{
border-color: #FEC7D3;
}
</style>