Shades of Lavender Rose #FE93D9
Tints of Lavender Rose #FE93D9
RGB
CMYK
RGB Variations
Color information
#FE93D9 (or 0xFE93D9) is known color: Lavender Rose. HEX triplet: FE, 93 and D9. RGB value is (254,147,217). Sum of RGB (Red+Green+Blue) = 254+147+217=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 147 (57.81% from 255 or 23.79% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93D9 is #016C26. Grayscale: #BABABA. Windows color (decimal): -93223 or 14259198. OLE color: 14259198.
HSL color Cylindrical-coordinate representation of color #FE93D9: hue angle of 320.75º 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 #FE93D9 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 217 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.00 |
| HSL | 320.75º | 0.98% | 0.79% | - |
| HSV(B) | 320.75º | 0.42% | 1% | - |
| XYZ | 63.83 | 46.95 | 71.34 | - |
| YUV | 186.97 | 144.95 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 217 | 0 | 0.42 | 0.15 | 0.00 | 320.75 | 0.98 | 0.79 |
| Hex | FE | 93 | D9 | 0 | 2A | F | 0 | 141 | 62 | 4F |
| Octal | 376 | 223 | 331 | 0 | 52 | 17 | 0 | 501 | 142 | 117 |
| Binary | 11111110 | 10010011 | 11011001 | 0 | 101010 | 1111 | 0 | 101000001 | 1100010 | 1001111 |
Color Harmonies of #FE93D9
Complementary color
Monochromatic Colors of #FE93D9
Black with #FE93D9
Text Example
Text Example
White with #FE93D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE93D9; }
p { color: rgb(254,147,217); }
H1.HeaderClassName
{
color: #FE93D9;
}
.AnyTagClassName
{
color: #FE93D9;
}
</style>
background-color css
<style>
a { background-color: #FE93D9; }
a { background-color: rgb(254,147,217); }
div.DivClassName
{
background-color: #FE93D9;
}
.BgClassName
{
background-color: #FE93D9;
}
</style>
border-color css
<style>
span { border-color: #FE93D9; }
span { border-color: rgb(254,147,217); }
td.TdClassName
{
border-color: #FE93D9;
}
.TagClassName
{
border-color: #FE93D9;
}
</style>