Shades of Lavender Rose #FE96E1
Tints of Lavender Rose #FE96E1
RGB
CMYK
RGB Variations
Color information
#FE96E1 (or 0xFE96E1) is known color: Lavender Rose. HEX triplet: FE, 96 and E1. RGB value is (254,150,225). Sum of RGB (Red+Green+Blue) = 254+150+225=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 150 (58.98% from 255 or 23.85% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96E1 is #01691E. Grayscale: #BDBDBD. Windows color (decimal): -92447 or 14784254. OLE color: 14784254.
HSL color Cylindrical-coordinate representation of color #FE96E1: hue angle of 316.73º 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 #FE96E1 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 225 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.00 |
| HSL | 316.73º | 0.98% | 0.79% | - |
| HSV(B) | 316.73º | 0.41% | 1% | - |
| XYZ | 65.37 | 48.32 | 77.12 | - |
| YUV | 189.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 225 | 0 | 0.41 | 0.11 | 0.00 | 316.73 | 0.98 | 0.79 |
| Hex | FE | 96 | E1 | 0 | 29 | B | 0 | 13D | 62 | 4F |
| Octal | 376 | 226 | 341 | 0 | 51 | 13 | 0 | 475 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11100001 | 0 | 101001 | 1011 | 0 | 100111101 | 1100010 | 1001111 |
Color Harmonies of #FE96E1
Complementary color
Monochromatic Colors of #FE96E1
Black with #FE96E1
Text Example
Text Example
White with #FE96E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96E1; }
p { color: rgb(254,150,225); }
H1.HeaderClassName
{
color: #FE96E1;
}
.AnyTagClassName
{
color: #FE96E1;
}
</style>
background-color css
<style>
a { background-color: #FE96E1; }
a { background-color: rgb(254,150,225); }
div.DivClassName
{
background-color: #FE96E1;
}
.BgClassName
{
background-color: #FE96E1;
}
</style>
border-color css
<style>
span { border-color: #FE96E1; }
span { border-color: rgb(254,150,225); }
td.TdClassName
{
border-color: #FE96E1;
}
.TagClassName
{
border-color: #FE96E1;
}
</style>