Shades of Lavender Rose #FE96E9
Tints of Lavender Rose #FE96E9
RGB
CMYK
RGB Variations
Color information
#FE96E9 (or 0xFE96E9) is known color: Lavender Rose. HEX triplet: FE, 96 and E9. RGB value is (254,150,233). Sum of RGB (Red+Green+Blue) = 254+150+233=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 150 (58.98% from 255 or 23.55% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE96E9 is #016916. Grayscale: #BEBEBE. Windows color (decimal): -92439 or 15308542. OLE color: 15308542.
HSL color Cylindrical-coordinate representation of color #FE96E9: hue angle of 312.12º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FE96E9 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 233 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.00 |
| HSL | 312.12º | 0.98% | 0.79% | - |
| HSV(B) | 312.12º | 0.41% | 1% | - |
| XYZ | 66.49 | 48.77 | 83 | - |
| YUV | 190.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 233 | 0 | 0.41 | 0.08 | 0.00 | 312.12 | 0.98 | 0.79 |
| Hex | FE | 96 | E9 | 0 | 29 | 8 | 0 | 138 | 62 | 4F |
| Octal | 376 | 226 | 351 | 0 | 51 | 10 | 0 | 470 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11101001 | 0 | 101001 | 1000 | 0 | 100111000 | 1100010 | 1001111 |
Color Harmonies of #FE96E9
Complementary color
Monochromatic Colors of #FE96E9
Black with #FE96E9
Text Example
Text Example
White with #FE96E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96E9; }
p { color: rgb(254,150,233); }
H1.HeaderClassName
{
color: #FE96E9;
}
.AnyTagClassName
{
color: #FE96E9;
}
</style>
background-color css
<style>
a { background-color: #FE96E9; }
a { background-color: rgb(254,150,233); }
div.DivClassName
{
background-color: #FE96E9;
}
.BgClassName
{
background-color: #FE96E9;
}
</style>
border-color css
<style>
span { border-color: #FE96E9; }
span { border-color: rgb(254,150,233); }
td.TdClassName
{
border-color: #FE96E9;
}
.TagClassName
{
border-color: #FE96E9;
}
</style>