Shades of Lavender Rose #FE94ED
Tints of Lavender Rose #FE94ED
RGB
CMYK
RGB Variations
Color information
#FE94ED (or 0xFE94ED) is known color: Lavender Rose. HEX triplet: FE, 94 and ED. RGB value is (254,148,237). Sum of RGB (Red+Green+Blue) = 254+148+237=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 148 (58.20% from 255 or 23.16% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE94ED is #016B12. Grayscale: #BDBDBD. Windows color (decimal): -92947 or 15570174. OLE color: 15570174.
HSL color Cylindrical-coordinate representation of color #FE94ED: hue angle of 309.62º 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 #FE94ED is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 237 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.00 |
| HSL | 309.62º | 0.98% | 0.79% | - |
| HSV(B) | 309.62º | 0.42% | 1% | - |
| XYZ | 66.75 | 48.37 | 85.94 | - |
| YUV | 189.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 237 | 0 | 0.42 | 0.07 | 0.00 | 309.62 | 0.98 | 0.79 |
| Hex | FE | 94 | ED | 0 | 2A | 7 | 0 | 136 | 62 | 4F |
| Octal | 376 | 224 | 355 | 0 | 52 | 7 | 0 | 466 | 142 | 117 |
| Binary | 11111110 | 10010100 | 11101101 | 0 | 101010 | 111 | 0 | 100110110 | 1100010 | 1001111 |
Color Harmonies of #FE94ED
Complementary color
Monochromatic Colors of #FE94ED
Black with #FE94ED
Text Example
Text Example
White with #FE94ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE94ED; }
p { color: rgb(254,148,237); }
H1.HeaderClassName
{
color: #FE94ED;
}
.AnyTagClassName
{
color: #FE94ED;
}
</style>
background-color css
<style>
a { background-color: #FE94ED; }
a { background-color: rgb(254,148,237); }
div.DivClassName
{
background-color: #FE94ED;
}
.BgClassName
{
background-color: #FE94ED;
}
</style>
border-color css
<style>
span { border-color: #FE94ED; }
span { border-color: rgb(254,148,237); }
td.TdClassName
{
border-color: #FE94ED;
}
.TagClassName
{
border-color: #FE94ED;
}
</style>