Shades of Lavender Rose #FE9BE2
Tints of Lavender Rose #FE9BE2
RGB
CMYK
RGB Variations
Color information
#FE9BE2 (or 0xFE9BE2) is known color: Lavender Rose. HEX triplet: FE, 9B and E2. RGB value is (254,155,226). Sum of RGB (Red+Green+Blue) = 254+155+226=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 155 (60.94% from 255 or 24.41% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9BE2 is #01641D. Grayscale: #C0C0C0. Windows color (decimal): -91166 or 14851070. OLE color: 14851070.
HSL color Cylindrical-coordinate representation of color #FE9BE2: hue angle of 316.97º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9BE2 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 226 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.00 |
| HSL | 316.97º | 0.98% | 0.8% | - |
| HSV(B) | 316.97º | 0.39% | 1% | - |
| XYZ | 66.32 | 50 | 78.11 | - |
| YUV | 192.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 226 | 0 | 0.39 | 0.11 | 0.00 | 316.97 | 0.98 | 0.8 |
| Hex | FE | 9B | E2 | 0 | 27 | B | 0 | 13D | 62 | 50 |
| Octal | 376 | 233 | 342 | 0 | 47 | 13 | 0 | 475 | 142 | 120 |
| Binary | 11111110 | 10011011 | 11100010 | 0 | 100111 | 1011 | 0 | 100111101 | 1100010 | 1010000 |
Color Harmonies of #FE9BE2
Complementary color
Monochromatic Colors of #FE9BE2
Black with #FE9BE2
Text Example
Text Example
White with #FE9BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9BE2; }
p { color: rgb(254,155,226); }
H1.HeaderClassName
{
color: #FE9BE2;
}
.AnyTagClassName
{
color: #FE9BE2;
}
</style>
background-color css
<style>
a { background-color: #FE9BE2; }
a { background-color: rgb(254,155,226); }
div.DivClassName
{
background-color: #FE9BE2;
}
.BgClassName
{
background-color: #FE9BE2;
}
</style>
border-color css
<style>
span { border-color: #FE9BE2; }
span { border-color: rgb(254,155,226); }
td.TdClassName
{
border-color: #FE9BE2;
}
.TagClassName
{
border-color: #FE9BE2;
}
</style>