Shades of Lavender Rose #FE93E6
Tints of Lavender Rose #FE93E6
RGB
CMYK
RGB Variations
Color information
#FE93E6 (or 0xFE93E6) is known color: Lavender Rose. HEX triplet: FE, 93 and E6. RGB value is (254,147,230). Sum of RGB (Red+Green+Blue) = 254+147+230=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 147 (57.81% from 255 or 23.30% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE93E6 is #016C19. Grayscale: #BCBCBC. Windows color (decimal): -93210 or 15111166. OLE color: 15111166.
HSL color Cylindrical-coordinate representation of color #FE93E6: hue angle of 313.46º 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 #FE93E6 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 230 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.00 |
| HSL | 313.46º | 0.98% | 0.79% | - |
| HSV(B) | 313.46º | 0.42% | 1% | - |
| XYZ | 65.59 | 47.65 | 80.6 | - |
| YUV | 188.46 | 151.45 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 230 | 0 | 0.42 | 0.09 | 0.00 | 313.46 | 0.98 | 0.79 |
| Hex | FE | 93 | E6 | 0 | 2A | 9 | 0 | 139 | 62 | 4F |
| Octal | 376 | 223 | 346 | 0 | 52 | 11 | 0 | 471 | 142 | 117 |
| Binary | 11111110 | 10010011 | 11100110 | 0 | 101010 | 1001 | 0 | 100111001 | 1100010 | 1001111 |
Color Harmonies of #FE93E6
Complementary color
Monochromatic Colors of #FE93E6
Black with #FE93E6
Text Example
Text Example
White with #FE93E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE93E6; }
p { color: rgb(254,147,230); }
H1.HeaderClassName
{
color: #FE93E6;
}
.AnyTagClassName
{
color: #FE93E6;
}
</style>
background-color css
<style>
a { background-color: #FE93E6; }
a { background-color: rgb(254,147,230); }
div.DivClassName
{
background-color: #FE93E6;
}
.BgClassName
{
background-color: #FE93E6;
}
</style>
border-color css
<style>
span { border-color: #FE93E6; }
span { border-color: rgb(254,147,230); }
td.TdClassName
{
border-color: #FE93E6;
}
.TagClassName
{
border-color: #FE93E6;
}
</style>