Shades of Pink Lace #FEC8D5
Tints of Pink Lace #FEC8D5
RGB
CMYK
RGB Variations
Color information
#FEC8D5 (or 0xFEC8D5) is known color: Pink Lace. HEX triplet: FE, C8 and D5. RGB value is (254,200,213). Sum of RGB (Red+Green+Blue) = 254+200+213=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 200 (78.52% from 255 or 29.99% from 667); Blue value is 213 (83.59% from 255 or 31.93% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8D5 is #01372A. Grayscale: #D9D9D9. Windows color (decimal): -79659 or 14010622. OLE color: 14010622.
HSL color Cylindrical-coordinate representation of color #FEC8D5: hue angle of 345.56º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC8D5 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 213 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.00 |
| HSL | 345.56º | 0.96% | 0.89% | - |
| HSV(B) | 345.56º | 0.21% | 1% | - |
| XYZ | 73.54 | 67.18 | 72.04 | - |
| YUV | 217.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 213 | 0 | 0.21 | 0.16 | 0.00 | 345.56 | 0.96 | 0.89 |
| Hex | FE | C8 | D5 | 0 | 15 | 10 | 0 | 15A | 60 | 59 |
| Octal | 376 | 310 | 325 | 0 | 25 | 20 | 0 | 532 | 140 | 131 |
| Binary | 11111110 | 11001000 | 11010101 | 0 | 10101 | 10000 | 0 | 101011010 | 1100000 | 1011001 |
Color Harmonies of #FEC8D5
Complementary color
Monochromatic Colors of #FEC8D5
Black with #FEC8D5
Text Example
Text Example
White with #FEC8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8D5; }
p { color: rgb(254,200,213); }
H1.HeaderClassName
{
color: #FEC8D5;
}
.AnyTagClassName
{
color: #FEC8D5;
}
</style>
background-color css
<style>
a { background-color: #FEC8D5; }
a { background-color: rgb(254,200,213); }
div.DivClassName
{
background-color: #FEC8D5;
}
.BgClassName
{
background-color: #FEC8D5;
}
</style>
border-color css
<style>
span { border-color: #FEC8D5; }
span { border-color: rgb(254,200,213); }
td.TdClassName
{
border-color: #FEC8D5;
}
.TagClassName
{
border-color: #FEC8D5;
}
</style>