Shades of Lavender Rose #FE91D7
Tints of Lavender Rose #FE91D7
RGB
CMYK
RGB Variations
Color information
#FE91D7 (or 0xFE91D7) is known color: Lavender Rose. HEX triplet: FE, 91 and D7. RGB value is (254,145,215). Sum of RGB (Red+Green+Blue) = 254+145+215=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 145 (57.03% from 255 or 23.62% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE91D7 is #016E28. Grayscale: #B9B9B9. Windows color (decimal): -93737 or 14127614. OLE color: 14127614.
HSL color Cylindrical-coordinate representation of color #FE91D7: hue angle of 321.47º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE91D7 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 215 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.00 |
| HSL | 321.47º | 0.98% | 0.78% | - |
| HSV(B) | 321.47º | 0.43% | 1% | - |
| XYZ | 63.26 | 46.23 | 69.88 | - |
| YUV | 185.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 215 | 0 | 0.43 | 0.15 | 0.00 | 321.47 | 0.98 | 0.78 |
| Hex | FE | 91 | D7 | 0 | 2B | F | 0 | 141 | 62 | 4E |
| Octal | 376 | 221 | 327 | 0 | 53 | 17 | 0 | 501 | 142 | 116 |
| Binary | 11111110 | 10010001 | 11010111 | 0 | 101011 | 1111 | 0 | 101000001 | 1100010 | 1001110 |
Color Harmonies of #FE91D7
Complementary color
Monochromatic Colors of #FE91D7
Black with #FE91D7
Text Example
Text Example
White with #FE91D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE91D7; }
p { color: rgb(254,145,215); }
H1.HeaderClassName
{
color: #FE91D7;
}
.AnyTagClassName
{
color: #FE91D7;
}
</style>
background-color css
<style>
a { background-color: #FE91D7; }
a { background-color: rgb(254,145,215); }
div.DivClassName
{
background-color: #FE91D7;
}
.BgClassName
{
background-color: #FE91D7;
}
</style>
border-color css
<style>
span { border-color: #FE91D7; }
span { border-color: rgb(254,145,215); }
td.TdClassName
{
border-color: #FE91D7;
}
.TagClassName
{
border-color: #FE91D7;
}
</style>