Shades of Lavender Rose #FE9FFA
Tints of Lavender Rose #FE9FFA
RGB
CMYK
RGB Variations
Color information
#FE9FFA (or 0xFE9FFA) is known color: Lavender Rose. HEX triplet: FE, 9F and FA. RGB value is (254,159,250). Sum of RGB (Red+Green+Blue) = 254+159+250=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 159 (62.5% from 255 or 23.98% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9FFA is #016005. Grayscale: #C5C5C5. Windows color (decimal): -90118 or 16424958. OLE color: 16424958.
HSL color Cylindrical-coordinate representation of color #FE9FFA: hue angle of 302.53º 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 #FE9FFA is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 250 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.00 |
| HSL | 302.53º | 0.98% | 0.81% | - |
| HSV(B) | 302.53º | 0.37% | 1% | - |
| XYZ | 70.53 | 52.77 | 96.91 | - |
| YUV | 197.78 | 157.47 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 250 | 0 | 0.37 | 0.02 | 0.00 | 302.53 | 0.98 | 0.81 |
| Hex | FE | 9F | FA | 0 | 25 | 2 | 0 | 12F | 62 | 51 |
| Octal | 376 | 237 | 372 | 0 | 45 | 2 | 0 | 457 | 142 | 121 |
| Binary | 11111110 | 10011111 | 11111010 | 0 | 100101 | 10 | 0 | 100101111 | 1100010 | 1010001 |
Color Harmonies of #FE9FFA
Complementary color
Monochromatic Colors of #FE9FFA
Black with #FE9FFA
Text Example
Text Example
White with #FE9FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FFA; }
p { color: rgb(254,159,250); }
H1.HeaderClassName
{
color: #FE9FFA;
}
.AnyTagClassName
{
color: #FE9FFA;
}
</style>
background-color css
<style>
a { background-color: #FE9FFA; }
a { background-color: rgb(254,159,250); }
div.DivClassName
{
background-color: #FE9FFA;
}
.BgClassName
{
background-color: #FE9FFA;
}
</style>
border-color css
<style>
span { border-color: #FE9FFA; }
span { border-color: rgb(254,159,250); }
td.TdClassName
{
border-color: #FE9FFA;
}
.TagClassName
{
border-color: #FE9FFA;
}
</style>