Shades of Lavender Rose #FE9FF0
Tints of Lavender Rose #FE9FF0
RGB
CMYK
RGB Variations
Color information
#FE9FF0 (or 0xFE9FF0) is known color: Lavender Rose. HEX triplet: FE, 9F and F0. RGB value is (254,159,240). Sum of RGB (Red+Green+Blue) = 254+159+240=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 159 (62.5% from 255 or 24.35% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9FF0 is #01600F. Grayscale: #C4C4C4. Windows color (decimal): -90128 or 15769598. OLE color: 15769598.
HSL color Cylindrical-coordinate representation of color #FE9FF0: hue angle of 308.84º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FE9FF0 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 240 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.00 |
| HSL | 308.84º | 0.98% | 0.81% | - |
| HSV(B) | 308.84º | 0.37% | 1% | - |
| XYZ | 69 | 52.16 | 88.87 | - |
| YUV | 196.64 | 152.47 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 240 | 0 | 0.37 | 0.06 | 0.00 | 308.84 | 0.98 | 0.81 |
| Hex | FE | 9F | F0 | 0 | 25 | 6 | 0 | 135 | 62 | 51 |
| Octal | 376 | 237 | 360 | 0 | 45 | 6 | 0 | 465 | 142 | 121 |
| Binary | 11111110 | 10011111 | 11110000 | 0 | 100101 | 110 | 0 | 100110101 | 1100010 | 1010001 |
Color Harmonies of #FE9FF0
Complementary color
Monochromatic Colors of #FE9FF0
Black with #FE9FF0
Text Example
Text Example
White with #FE9FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FF0; }
p { color: rgb(254,159,240); }
H1.HeaderClassName
{
color: #FE9FF0;
}
.AnyTagClassName
{
color: #FE9FF0;
}
</style>
background-color css
<style>
a { background-color: #FE9FF0; }
a { background-color: rgb(254,159,240); }
div.DivClassName
{
background-color: #FE9FF0;
}
.BgClassName
{
background-color: #FE9FF0;
}
</style>
border-color css
<style>
span { border-color: #FE9FF0; }
span { border-color: rgb(254,159,240); }
td.TdClassName
{
border-color: #FE9FF0;
}
.TagClassName
{
border-color: #FE9FF0;
}
</style>