Shades of Lavender Rose #FE96E2
Tints of Lavender Rose #FE96E2
RGB
CMYK
RGB Variations
Color information
#FE96E2 (or 0xFE96E2) is known color: Lavender Rose. HEX triplet: FE, 96 and E2. RGB value is (254,150,226). Sum of RGB (Red+Green+Blue) = 254+150+226=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 150 (58.98% from 255 or 23.81% from 630); Blue value is 226 (88.67% from 255 or 35.87% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96E2 is #01691D. Grayscale: #BDBDBD. Windows color (decimal): -92446 or 14849790. OLE color: 14849790.
HSL color Cylindrical-coordinate representation of color #FE96E2: hue angle of 316.15º 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 #FE96E2 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 226 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.00 |
| HSL | 316.15º | 0.98% | 0.79% | - |
| HSV(B) | 316.15º | 0.41% | 1% | - |
| XYZ | 65.51 | 48.37 | 77.84 | - |
| YUV | 189.76 | 148.46 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 226 | 0 | 0.41 | 0.11 | 0.00 | 316.15 | 0.98 | 0.79 |
| Hex | FE | 96 | E2 | 0 | 29 | B | 0 | 13C | 62 | 4F |
| Octal | 376 | 226 | 342 | 0 | 51 | 13 | 0 | 474 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11100010 | 0 | 101001 | 1011 | 0 | 100111100 | 1100010 | 1001111 |
Color Harmonies of #FE96E2
Complementary color
Monochromatic Colors of #FE96E2
Black with #FE96E2
Text Example
Text Example
White with #FE96E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96E2; }
p { color: rgb(254,150,226); }
H1.HeaderClassName
{
color: #FE96E2;
}
.AnyTagClassName
{
color: #FE96E2;
}
</style>
background-color css
<style>
a { background-color: #FE96E2; }
a { background-color: rgb(254,150,226); }
div.DivClassName
{
background-color: #FE96E2;
}
.BgClassName
{
background-color: #FE96E2;
}
</style>
border-color css
<style>
span { border-color: #FE96E2; }
span { border-color: rgb(254,150,226); }
td.TdClassName
{
border-color: #FE96E2;
}
.TagClassName
{
border-color: #FE96E2;
}
</style>