Shades of Lavender Rose #FE9FFF
Tints of Lavender Rose #FE9FFF
RGB
CMYK
RGB Variations
Color information
#FE9FFF (or 0xFE9FFF) is known color: Lavender Rose. HEX triplet: FE, 9F and FF. RGB value is (254,159,255). Sum of RGB (Red+Green+Blue) = 254+159+255=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 159 (62.5% from 255 or 23.80% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE9FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9FFF is #016000. Grayscale: #C6C6C6. Windows color (decimal): -90113 or 16752638. OLE color: 16752638.
HSL color Cylindrical-coordinate representation of color #FE9FFF: hue angle of 299.38º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9FFF is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 159 | 255 | - |
| CMYK | 0.00 | 0.38 | 0 | 0 |
| HSL | 299.38º | 1% | 0.81% | - |
| HSV(B) | 299.38º | 0.38% | 1% | - |
| XYZ | 71.32 | 53.09 | 101.1 | - |
| YUV | 198.35 | 159.97 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 255 | 0.00 | 0.38 | 0 | 0 | 299.38 | 1 | 0.81 |
| Hex | FE | 9F | FF | 0 | 26 | 0 | 0 | 12B | 64 | 51 |
| Octal | 376 | 237 | 377 | 0 | 46 | 0 | 0 | 453 | 144 | 121 |
| Binary | 11111110 | 10011111 | 11111111 | 0 | 100110 | 0 | 0 | 100101011 | 1100100 | 1010001 |
Color Harmonies of #FE9FFF
Complementary color
Monochromatic Colors of #FE9FFF
Black with #FE9FFF
Text Example
Text Example
White with #FE9FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FFF; }
p { color: rgb(254,159,255); }
H1.HeaderClassName
{
color: #FE9FFF;
}
.AnyTagClassName
{
color: #FE9FFF;
}
</style>
background-color css
<style>
a { background-color: #FE9FFF; }
a { background-color: rgb(254,159,255); }
div.DivClassName
{
background-color: #FE9FFF;
}
.BgClassName
{
background-color: #FE9FFF;
}
</style>
border-color css
<style>
span { border-color: #FE9FFF; }
span { border-color: rgb(254,159,255); }
td.TdClassName
{
border-color: #FE9FFF;
}
.TagClassName
{
border-color: #FE9FFF;
}
</style>