Shades of Lavender Rose #FE93E3
Tints of Lavender Rose #FE93E3
RGB
CMYK
RGB Variations
Color information
#FE93E3 (or 0xFE93E3) is known color: Lavender Rose. HEX triplet: FE, 93 and E3. RGB value is (254,147,227). Sum of RGB (Red+Green+Blue) = 254+147+227=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 147 (57.81% from 255 or 23.41% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93E3 is #016C1C. Grayscale: #BBBBBB. Windows color (decimal): -93213 or 14914558. OLE color: 14914558.
HSL color Cylindrical-coordinate representation of color #FE93E3: hue angle of 315.14º 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 #FE93E3 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 227 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.00 |
| HSL | 315.14º | 0.98% | 0.79% | - |
| HSV(B) | 315.14º | 0.42% | 1% | - |
| XYZ | 65.17 | 47.48 | 78.4 | - |
| YUV | 188.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 227 | 0 | 0.42 | 0.11 | 0.00 | 315.14 | 0.98 | 0.79 |
| Hex | FE | 93 | E3 | 0 | 2A | B | 0 | 13B | 62 | 4F |
| Octal | 376 | 223 | 343 | 0 | 52 | 13 | 0 | 473 | 142 | 117 |
| Binary | 11111110 | 10010011 | 11100011 | 0 | 101010 | 1011 | 0 | 100111011 | 1100010 | 1001111 |
Color Harmonies of #FE93E3
Complementary color
Monochromatic Colors of #FE93E3
Black with #FE93E3
Text Example
Text Example
White with #FE93E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE93E3; }
p { color: rgb(254,147,227); }
H1.HeaderClassName
{
color: #FE93E3;
}
.AnyTagClassName
{
color: #FE93E3;
}
</style>
background-color css
<style>
a { background-color: #FE93E3; }
a { background-color: rgb(254,147,227); }
div.DivClassName
{
background-color: #FE93E3;
}
.BgClassName
{
background-color: #FE93E3;
}
</style>
border-color css
<style>
span { border-color: #FE93E3; }
span { border-color: rgb(254,147,227); }
td.TdClassName
{
border-color: #FE93E3;
}
.TagClassName
{
border-color: #FE93E3;
}
</style>