Shades of Lavender Rose #FE94E3
Tints of Lavender Rose #FE94E3
RGB
CMYK
RGB Variations
Color information
#FE94E3 (or 0xFE94E3) is known color: Lavender Rose. HEX triplet: FE, 94 and E3. RGB value is (254,148,227). Sum of RGB (Red+Green+Blue) = 254+148+227=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 148 (58.20% from 255 or 23.53% from 629); Blue value is 227 (89.06% from 255 or 36.09% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE94E3 is #016B1C. Grayscale: #BCBCBC. Windows color (decimal): -92957 or 14914814. OLE color: 14914814.
HSL color Cylindrical-coordinate representation of color #FE94E3: hue angle of 315.28º 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 #FE94E3 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 227 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.00 |
| HSL | 315.28º | 0.98% | 0.79% | - |
| HSV(B) | 315.28º | 0.42% | 1% | - |
| XYZ | 65.33 | 47.8 | 78.46 | - |
| YUV | 188.7 | 149.62 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 227 | 0 | 0.42 | 0.11 | 0.00 | 315.28 | 0.98 | 0.79 |
| Hex | FE | 94 | E3 | 0 | 2A | B | 0 | 13B | 62 | 4F |
| Octal | 376 | 224 | 343 | 0 | 52 | 13 | 0 | 473 | 142 | 117 |
| Binary | 11111110 | 10010100 | 11100011 | 0 | 101010 | 1011 | 0 | 100111011 | 1100010 | 1001111 |
Color Harmonies of #FE94E3
Complementary color
Monochromatic Colors of #FE94E3
Black with #FE94E3
Text Example
Text Example
White with #FE94E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE94E3; }
p { color: rgb(254,148,227); }
H1.HeaderClassName
{
color: #FE94E3;
}
.AnyTagClassName
{
color: #FE94E3;
}
</style>
background-color css
<style>
a { background-color: #FE94E3; }
a { background-color: rgb(254,148,227); }
div.DivClassName
{
background-color: #FE94E3;
}
.BgClassName
{
background-color: #FE94E3;
}
</style>
border-color css
<style>
span { border-color: #FE94E3; }
span { border-color: rgb(254,148,227); }
td.TdClassName
{
border-color: #FE94E3;
}
.TagClassName
{
border-color: #FE94E3;
}
</style>