Shades of Lavender Rose #FE93D7
Tints of Lavender Rose #FE93D7
RGB
CMYK
RGB Variations
Color information
#FE93D7 (or 0xFE93D7) is known color: Lavender Rose. HEX triplet: FE, 93 and D7. RGB value is (254,147,215). Sum of RGB (Red+Green+Blue) = 254+147+215=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 147 (57.81% from 255 or 23.86% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93D7 is #016C28. Grayscale: #BABABA. Windows color (decimal): -93225 or 14128126. OLE color: 14128126.
HSL color Cylindrical-coordinate representation of color #FE93D7: hue angle of 321.87º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FE93D7 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 215 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.00 |
| HSL | 321.87º | 0.98% | 0.79% | - |
| HSV(B) | 321.87º | 0.42% | 1% | - |
| XYZ | 63.57 | 46.84 | 69.98 | - |
| YUV | 186.75 | 143.95 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 215 | 0 | 0.42 | 0.15 | 0.00 | 321.87 | 0.98 | 0.79 |
| Hex | FE | 93 | D7 | 0 | 2A | F | 0 | 142 | 62 | 4F |
| Octal | 376 | 223 | 327 | 0 | 52 | 17 | 0 | 502 | 142 | 117 |
| Binary | 11111110 | 10010011 | 11010111 | 0 | 101010 | 1111 | 0 | 101000010 | 1100010 | 1001111 |
Color Harmonies of #FE93D7
Complementary color
Monochromatic Colors of #FE93D7
Black with #FE93D7
Text Example
Text Example
White with #FE93D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE93D7; }
p { color: rgb(254,147,215); }
H1.HeaderClassName
{
color: #FE93D7;
}
.AnyTagClassName
{
color: #FE93D7;
}
</style>
background-color css
<style>
a { background-color: #FE93D7; }
a { background-color: rgb(254,147,215); }
div.DivClassName
{
background-color: #FE93D7;
}
.BgClassName
{
background-color: #FE93D7;
}
</style>
border-color css
<style>
span { border-color: #FE93D7; }
span { border-color: rgb(254,147,215); }
td.TdClassName
{
border-color: #FE93D7;
}
.TagClassName
{
border-color: #FE93D7;
}
</style>