Shades of Lavender Rose #FE9BF0
Tints of Lavender Rose #FE9BF0
RGB
CMYK
RGB Variations
Color information
#FE9BF0 (or 0xFE9BF0) is known color: Lavender Rose. HEX triplet: FE, 9B and F0. RGB value is (254,155,240). Sum of RGB (Red+Green+Blue) = 254+155+240=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 155 (60.94% from 255 or 23.88% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9BF0 is #01640F. Grayscale: #C2C2C2. Windows color (decimal): -91152 or 15768574. OLE color: 15768574.
HSL color Cylindrical-coordinate representation of color #FE9BF0: hue angle of 308.48º 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 #FE9BF0 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 240 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.00 |
| HSL | 308.48º | 0.98% | 0.8% | - |
| HSV(B) | 308.48º | 0.39% | 1% | - |
| XYZ | 68.32 | 50.8 | 88.64 | - |
| YUV | 194.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 240 | 0 | 0.39 | 0.06 | 0.00 | 308.48 | 0.98 | 0.8 |
| Hex | FE | 9B | F0 | 0 | 27 | 6 | 0 | 134 | 62 | 50 |
| Octal | 376 | 233 | 360 | 0 | 47 | 6 | 0 | 464 | 142 | 120 |
| Binary | 11111110 | 10011011 | 11110000 | 0 | 100111 | 110 | 0 | 100110100 | 1100010 | 1010000 |
Color Harmonies of #FE9BF0
Complementary color
Monochromatic Colors of #FE9BF0
Black with #FE9BF0
Text Example
Text Example
White with #FE9BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9BF0; }
p { color: rgb(254,155,240); }
H1.HeaderClassName
{
color: #FE9BF0;
}
.AnyTagClassName
{
color: #FE9BF0;
}
</style>
background-color css
<style>
a { background-color: #FE9BF0; }
a { background-color: rgb(254,155,240); }
div.DivClassName
{
background-color: #FE9BF0;
}
.BgClassName
{
background-color: #FE9BF0;
}
</style>
border-color css
<style>
span { border-color: #FE9BF0; }
span { border-color: rgb(254,155,240); }
td.TdClassName
{
border-color: #FE9BF0;
}
.TagClassName
{
border-color: #FE9BF0;
}
</style>