Shades of Lavender Rose #FE9BF7
Tints of Lavender Rose #FE9BF7
RGB
CMYK
RGB Variations
Color information
#FE9BF7 (or 0xFE9BF7) is known color: Lavender Rose. HEX triplet: FE, 9B and F7. RGB value is (254,155,247). Sum of RGB (Red+Green+Blue) = 254+155+247=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 155 (60.94% from 255 or 23.63% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9BF7 is #016408. Grayscale: #C2C2C2. Windows color (decimal): -91145 or 16227326. OLE color: 16227326.
HSL color Cylindrical-coordinate representation of color #FE9BF7: hue angle of 304.24º 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 #FE9BF7 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 247 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.00 |
| HSL | 304.24º | 0.98% | 0.8% | - |
| HSV(B) | 304.24º | 0.39% | 1% | - |
| XYZ | 69.38 | 51.23 | 94.23 | - |
| YUV | 195.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 247 | 0 | 0.39 | 0.03 | 0.00 | 304.24 | 0.98 | 0.8 |
| Hex | FE | 9B | F7 | 0 | 27 | 3 | 0 | 130 | 62 | 50 |
| Octal | 376 | 233 | 367 | 0 | 47 | 3 | 0 | 460 | 142 | 120 |
| Binary | 11111110 | 10011011 | 11110111 | 0 | 100111 | 11 | 0 | 100110000 | 1100010 | 1010000 |
Color Harmonies of #FE9BF7
Complementary color
Monochromatic Colors of #FE9BF7
Black with #FE9BF7
Text Example
Text Example
White with #FE9BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9BF7; }
p { color: rgb(254,155,247); }
H1.HeaderClassName
{
color: #FE9BF7;
}
.AnyTagClassName
{
color: #FE9BF7;
}
</style>
background-color css
<style>
a { background-color: #FE9BF7; }
a { background-color: rgb(254,155,247); }
div.DivClassName
{
background-color: #FE9BF7;
}
.BgClassName
{
background-color: #FE9BF7;
}
</style>
border-color css
<style>
span { border-color: #FE9BF7; }
span { border-color: rgb(254,155,247); }
td.TdClassName
{
border-color: #FE9BF7;
}
.TagClassName
{
border-color: #FE9BF7;
}
</style>