Shades of Lavender Rose #FE9DF7
Tints of Lavender Rose #FE9DF7
RGB
CMYK
RGB Variations
Color information
#FE9DF7 (or 0xFE9DF7) is known color: Lavender Rose. HEX triplet: FE, 9D and F7. RGB value is (254,157,247). Sum of RGB (Red+Green+Blue) = 254+157+247=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 157 (61.72% from 255 or 23.86% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9DF7 is #016208. Grayscale: #C4C4C4. Windows color (decimal): -90633 or 16227838. OLE color: 16227838.
HSL color Cylindrical-coordinate representation of color #FE9DF7: hue angle of 304.33º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9DF7 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 247 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.00 |
| HSL | 304.33º | 0.98% | 0.81% | - |
| HSV(B) | 304.33º | 0.38% | 1% | - |
| XYZ | 69.72 | 51.9 | 94.34 | - |
| YUV | 196.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 247 | 0 | 0.38 | 0.03 | 0.00 | 304.33 | 0.98 | 0.81 |
| Hex | FE | 9D | F7 | 0 | 26 | 3 | 0 | 130 | 62 | 51 |
| Octal | 376 | 235 | 367 | 0 | 46 | 3 | 0 | 460 | 142 | 121 |
| Binary | 11111110 | 10011101 | 11110111 | 0 | 100110 | 11 | 0 | 100110000 | 1100010 | 1010001 |
Color Harmonies of #FE9DF7
Complementary color
Monochromatic Colors of #FE9DF7
Black with #FE9DF7
Text Example
Text Example
White with #FE9DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DF7; }
p { color: rgb(254,157,247); }
H1.HeaderClassName
{
color: #FE9DF7;
}
.AnyTagClassName
{
color: #FE9DF7;
}
</style>
background-color css
<style>
a { background-color: #FE9DF7; }
a { background-color: rgb(254,157,247); }
div.DivClassName
{
background-color: #FE9DF7;
}
.BgClassName
{
background-color: #FE9DF7;
}
</style>
border-color css
<style>
span { border-color: #FE9DF7; }
span { border-color: rgb(254,157,247); }
td.TdClassName
{
border-color: #FE9DF7;
}
.TagClassName
{
border-color: #FE9DF7;
}
</style>