Shades of Lavender Rose #FE91D6
Tints of Lavender Rose #FE91D6
RGB
CMYK
RGB Variations
Color information
#FE91D6 (or 0xFE91D6) is known color: Lavender Rose. HEX triplet: FE, 91 and D6. RGB value is (254,145,214). Sum of RGB (Red+Green+Blue) = 254+145+214=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 145 (57.03% from 255 or 23.65% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE91D6 is #016E29. Grayscale: #B9B9B9. Windows color (decimal): -93738 or 14062078. OLE color: 14062078.
HSL color Cylindrical-coordinate representation of color #FE91D6: hue angle of 322.02º 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 #FE91D6 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 214 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.00 |
| HSL | 322.02º | 0.98% | 0.78% | - |
| HSV(B) | 322.02º | 0.43% | 1% | - |
| XYZ | 63.14 | 46.18 | 69.2 | - |
| YUV | 185.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 214 | 0 | 0.43 | 0.16 | 0.00 | 322.02 | 0.98 | 0.78 |
| Hex | FE | 91 | D6 | 0 | 2B | 10 | 0 | 142 | 62 | 4E |
| Octal | 376 | 221 | 326 | 0 | 53 | 20 | 0 | 502 | 142 | 116 |
| Binary | 11111110 | 10010001 | 11010110 | 0 | 101011 | 10000 | 0 | 101000010 | 1100010 | 1001110 |
Color Harmonies of #FE91D6
Complementary color
Monochromatic Colors of #FE91D6
Black with #FE91D6
Text Example
Text Example
White with #FE91D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE91D6; }
p { color: rgb(254,145,214); }
H1.HeaderClassName
{
color: #FE91D6;
}
.AnyTagClassName
{
color: #FE91D6;
}
</style>
background-color css
<style>
a { background-color: #FE91D6; }
a { background-color: rgb(254,145,214); }
div.DivClassName
{
background-color: #FE91D6;
}
.BgClassName
{
background-color: #FE91D6;
}
</style>
border-color css
<style>
span { border-color: #FE91D6; }
span { border-color: rgb(254,145,214); }
td.TdClassName
{
border-color: #FE91D6;
}
.TagClassName
{
border-color: #FE91D6;
}
</style>