Shades of Lavender Rose #FE99F7
Tints of Lavender Rose #FE99F7
RGB
CMYK
RGB Variations
Color information
#FE99F7 (or 0xFE99F7) is known color: Lavender Rose. HEX triplet: FE, 99 and F7. RGB value is (254,153,247). Sum of RGB (Red+Green+Blue) = 254+153+247=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 153 (60.16% from 255 or 23.39% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE99F7 is #016608. Grayscale: #C1C1C1. Windows color (decimal): -91657 or 16226814. OLE color: 16226814.
HSL color Cylindrical-coordinate representation of color #FE99F7: hue angle of 304.16º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FE99F7 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 247 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.00 |
| HSL | 304.16º | 0.98% | 0.8% | - |
| HSV(B) | 304.16º | 0.4% | 1% | - |
| XYZ | 69.05 | 50.57 | 94.12 | - |
| YUV | 193.92 | 157.96 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 247 | 0 | 0.40 | 0.03 | 0.00 | 304.16 | 0.98 | 0.8 |
| Hex | FE | 99 | F7 | 0 | 28 | 3 | 0 | 130 | 62 | 50 |
| Octal | 376 | 231 | 367 | 0 | 50 | 3 | 0 | 460 | 142 | 120 |
| Binary | 11111110 | 10011001 | 11110111 | 0 | 101000 | 11 | 0 | 100110000 | 1100010 | 1010000 |
Color Harmonies of #FE99F7
Complementary color
Monochromatic Colors of #FE99F7
Black with #FE99F7
Text Example
Text Example
White with #FE99F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE99F7; }
p { color: rgb(254,153,247); }
H1.HeaderClassName
{
color: #FE99F7;
}
.AnyTagClassName
{
color: #FE99F7;
}
</style>
background-color css
<style>
a { background-color: #FE99F7; }
a { background-color: rgb(254,153,247); }
div.DivClassName
{
background-color: #FE99F7;
}
.BgClassName
{
background-color: #FE99F7;
}
</style>
border-color css
<style>
span { border-color: #FE99F7; }
span { border-color: rgb(254,153,247); }
td.TdClassName
{
border-color: #FE99F7;
}
.TagClassName
{
border-color: #FE99F7;
}
</style>