Shades of Lavender Rose #FE9BE7
Tints of Lavender Rose #FE9BE7
RGB
CMYK
RGB Variations
Color information
#FE9BE7 (or 0xFE9BE7) is known color: Lavender Rose. HEX triplet: FE, 9B and E7. RGB value is (254,155,231). Sum of RGB (Red+Green+Blue) = 254+155+231=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 155 (60.94% from 255 or 24.22% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9BE7 is #016418. Grayscale: #C1C1C1. Windows color (decimal): -91161 or 15178750. OLE color: 15178750.
HSL color Cylindrical-coordinate representation of color #FE9BE7: hue angle of 313.94º 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 #FE9BE7 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 231 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.00 |
| HSL | 313.94º | 0.98% | 0.8% | - |
| HSV(B) | 313.94º | 0.39% | 1% | - |
| XYZ | 67.02 | 50.28 | 81.77 | - |
| YUV | 193.27 | 149.3 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 231 | 0 | 0.39 | 0.09 | 0.00 | 313.94 | 0.98 | 0.8 |
| Hex | FE | 9B | E7 | 0 | 27 | 9 | 0 | 13A | 62 | 50 |
| Octal | 376 | 233 | 347 | 0 | 47 | 11 | 0 | 472 | 142 | 120 |
| Binary | 11111110 | 10011011 | 11100111 | 0 | 100111 | 1001 | 0 | 100111010 | 1100010 | 1010000 |
Color Harmonies of #FE9BE7
Complementary color
Monochromatic Colors of #FE9BE7
Black with #FE9BE7
Text Example
Text Example
White with #FE9BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9BE7; }
p { color: rgb(254,155,231); }
H1.HeaderClassName
{
color: #FE9BE7;
}
.AnyTagClassName
{
color: #FE9BE7;
}
</style>
background-color css
<style>
a { background-color: #FE9BE7; }
a { background-color: rgb(254,155,231); }
div.DivClassName
{
background-color: #FE9BE7;
}
.BgClassName
{
background-color: #FE9BE7;
}
</style>
border-color css
<style>
span { border-color: #FE9BE7; }
span { border-color: rgb(254,155,231); }
td.TdClassName
{
border-color: #FE9BE7;
}
.TagClassName
{
border-color: #FE9BE7;
}
</style>