Shades of Lavender Rose #FE9FF2
Tints of Lavender Rose #FE9FF2
RGB
CMYK
RGB Variations
Color information
#FE9FF2 (or 0xFE9FF2) is known color: Lavender Rose. HEX triplet: FE, 9F and F2. RGB value is (254,159,242). Sum of RGB (Red+Green+Blue) = 254+159+242=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 159 (62.5% from 255 or 24.27% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9FF2 is #01600D. Grayscale: #C4C4C4. Windows color (decimal): -90126 or 15900670. OLE color: 15900670.
HSL color Cylindrical-coordinate representation of color #FE9FF2: hue angle of 307.58º 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 #FE9FF2 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 242 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.00 |
| HSL | 307.58º | 0.98% | 0.81% | - |
| HSV(B) | 307.58º | 0.37% | 1% | - |
| XYZ | 69.3 | 52.28 | 90.44 | - |
| YUV | 196.87 | 153.47 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 242 | 0 | 0.37 | 0.05 | 0.00 | 307.58 | 0.98 | 0.81 |
| Hex | FE | 9F | F2 | 0 | 25 | 5 | 0 | 134 | 62 | 51 |
| Octal | 376 | 237 | 362 | 0 | 45 | 5 | 0 | 464 | 142 | 121 |
| Binary | 11111110 | 10011111 | 11110010 | 0 | 100101 | 101 | 0 | 100110100 | 1100010 | 1010001 |
Color Harmonies of #FE9FF2
Complementary color
Monochromatic Colors of #FE9FF2
Black with #FE9FF2
Text Example
Text Example
White with #FE9FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FF2; }
p { color: rgb(254,159,242); }
H1.HeaderClassName
{
color: #FE9FF2;
}
.AnyTagClassName
{
color: #FE9FF2;
}
</style>
background-color css
<style>
a { background-color: #FE9FF2; }
a { background-color: rgb(254,159,242); }
div.DivClassName
{
background-color: #FE9FF2;
}
.BgClassName
{
background-color: #FE9FF2;
}
</style>
border-color css
<style>
span { border-color: #FE9FF2; }
span { border-color: rgb(254,159,242); }
td.TdClassName
{
border-color: #FE9FF2;
}
.TagClassName
{
border-color: #FE9FF2;
}
</style>