Shades of Lavender Rose #FE94E6
Tints of Lavender Rose #FE94E6
RGB
CMYK
RGB Variations
Color information
#FE94E6 (or 0xFE94E6) is known color: Lavender Rose. HEX triplet: FE, 94 and E6. RGB value is (254,148,230). Sum of RGB (Red+Green+Blue) = 254+148+230=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 148 (58.20% from 255 or 23.42% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE94E6 is #016B19. Grayscale: #BCBCBC. Windows color (decimal): -92954 or 15111422. OLE color: 15111422.
HSL color Cylindrical-coordinate representation of color #FE94E6: hue angle of 313.58º 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 #FE94E6 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 230 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.00 |
| HSL | 313.58º | 0.98% | 0.79% | - |
| HSV(B) | 313.58º | 0.42% | 1% | - |
| XYZ | 65.75 | 47.96 | 80.66 | - |
| YUV | 189.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 230 | 0 | 0.42 | 0.09 | 0.00 | 313.58 | 0.98 | 0.79 |
| Hex | FE | 94 | E6 | 0 | 2A | 9 | 0 | 13A | 62 | 4F |
| Octal | 376 | 224 | 346 | 0 | 52 | 11 | 0 | 472 | 142 | 117 |
| Binary | 11111110 | 10010100 | 11100110 | 0 | 101010 | 1001 | 0 | 100111010 | 1100010 | 1001111 |
Color Harmonies of #FE94E6
Complementary color
Monochromatic Colors of #FE94E6
Black with #FE94E6
Text Example
Text Example
White with #FE94E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE94E6; }
p { color: rgb(254,148,230); }
H1.HeaderClassName
{
color: #FE94E6;
}
.AnyTagClassName
{
color: #FE94E6;
}
</style>
background-color css
<style>
a { background-color: #FE94E6; }
a { background-color: rgb(254,148,230); }
div.DivClassName
{
background-color: #FE94E6;
}
.BgClassName
{
background-color: #FE94E6;
}
</style>
border-color css
<style>
span { border-color: #FE94E6; }
span { border-color: rgb(254,148,230); }
td.TdClassName
{
border-color: #FE94E6;
}
.TagClassName
{
border-color: #FE94E6;
}
</style>