Shades of Lavender Rose #FE8ED7
Tints of Lavender Rose #FE8ED7
RGB
CMYK
RGB Variations
Color information
#FE8ED7 (or 0xFE8ED7) is known color: Lavender Rose. HEX triplet: FE, 8E and D7. RGB value is (254,142,215). Sum of RGB (Red+Green+Blue) = 254+142+215=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 142 (55.86% from 255 or 23.24% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8ED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8ED7 is #017128. Grayscale: #B7B7B7. Windows color (decimal): -94505 or 14126846. OLE color: 14126846.
HSL color Cylindrical-coordinate representation of color #FE8ED7: hue angle of 320.89º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8ED7 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 142 | 215 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.00 |
| HSL | 320.89º | 0.98% | 0.78% | - |
| HSV(B) | 320.89º | 0.44% | 1% | - |
| XYZ | 62.81 | 45.32 | 69.73 | - |
| YUV | 183.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 142 | 215 | 0 | 0.44 | 0.15 | 0.00 | 320.89 | 0.98 | 0.78 |
| Hex | FE | 8E | D7 | 0 | 2C | F | 0 | 141 | 62 | 4E |
| Octal | 376 | 216 | 327 | 0 | 54 | 17 | 0 | 501 | 142 | 116 |
| Binary | 11111110 | 10001110 | 11010111 | 0 | 101100 | 1111 | 0 | 101000001 | 1100010 | 1001110 |
Color Harmonies of #FE8ED7
Complementary color
Monochromatic Colors of #FE8ED7
Black with #FE8ED7
Text Example
Text Example
White with #FE8ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8ED7; }
p { color: rgb(254,142,215); }
H1.HeaderClassName
{
color: #FE8ED7;
}
.AnyTagClassName
{
color: #FE8ED7;
}
</style>
background-color css
<style>
a { background-color: #FE8ED7; }
a { background-color: rgb(254,142,215); }
div.DivClassName
{
background-color: #FE8ED7;
}
.BgClassName
{
background-color: #FE8ED7;
}
</style>
border-color css
<style>
span { border-color: #FE8ED7; }
span { border-color: rgb(254,142,215); }
td.TdClassName
{
border-color: #FE8ED7;
}
.TagClassName
{
border-color: #FE8ED7;
}
</style>