Shades of Lavender Rose #FE9DFA
Tints of Lavender Rose #FE9DFA
RGB
CMYK
RGB Variations
Color information
#FE9DFA (or 0xFE9DFA) is known color: Lavender Rose. HEX triplet: FE, 9D and FA. RGB value is (254,157,250). Sum of RGB (Red+Green+Blue) = 254+157+250=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 157 (61.72% from 255 or 23.75% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9DFA is #016205. Grayscale: #C4C4C4. Windows color (decimal): -90630 or 16424446. OLE color: 16424446.
HSL color Cylindrical-coordinate representation of color #FE9DFA: hue angle of 302.47º 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 #FE9DFA is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 250 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.00 |
| HSL | 302.47º | 0.98% | 0.81% | - |
| HSV(B) | 302.47º | 0.38% | 1% | - |
| XYZ | 70.19 | 52.09 | 96.8 | - |
| YUV | 196.61 | 158.14 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 250 | 0 | 0.38 | 0.02 | 0.00 | 302.47 | 0.98 | 0.81 |
| Hex | FE | 9D | FA | 0 | 26 | 2 | 0 | 12E | 62 | 51 |
| Octal | 376 | 235 | 372 | 0 | 46 | 2 | 0 | 456 | 142 | 121 |
| Binary | 11111110 | 10011101 | 11111010 | 0 | 100110 | 10 | 0 | 100101110 | 1100010 | 1010001 |
Color Harmonies of #FE9DFA
Complementary color
Monochromatic Colors of #FE9DFA
Black with #FE9DFA
Text Example
Text Example
White with #FE9DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DFA; }
p { color: rgb(254,157,250); }
H1.HeaderClassName
{
color: #FE9DFA;
}
.AnyTagClassName
{
color: #FE9DFA;
}
</style>
background-color css
<style>
a { background-color: #FE9DFA; }
a { background-color: rgb(254,157,250); }
div.DivClassName
{
background-color: #FE9DFA;
}
.BgClassName
{
background-color: #FE9DFA;
}
</style>
border-color css
<style>
span { border-color: #FE9DFA; }
span { border-color: rgb(254,157,250); }
td.TdClassName
{
border-color: #FE9DFA;
}
.TagClassName
{
border-color: #FE9DFA;
}
</style>