Shades of Lavender Rose #FE96EE
Tints of Lavender Rose #FE96EE
RGB
CMYK
RGB Variations
Color information
#FE96EE (or 0xFE96EE) is known color: Lavender Rose. HEX triplet: FE, 96 and EE. RGB value is (254,150,238). Sum of RGB (Red+Green+Blue) = 254+150+238=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 150 (58.98% from 255 or 23.36% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE96EE is #016911. Grayscale: #BEBEBE. Windows color (decimal): -92434 or 15636222. OLE color: 15636222.
HSL color Cylindrical-coordinate representation of color #FE96EE: hue angle of 309.23º 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 #FE96EE is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 238 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.00 |
| HSL | 309.23º | 0.98% | 0.79% | - |
| HSV(B) | 309.23º | 0.41% | 1% | - |
| XYZ | 67.21 | 49.06 | 86.82 | - |
| YUV | 191.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 238 | 0 | 0.41 | 0.06 | 0.00 | 309.23 | 0.98 | 0.79 |
| Hex | FE | 96 | EE | 0 | 29 | 6 | 0 | 135 | 62 | 4F |
| Octal | 376 | 226 | 356 | 0 | 51 | 6 | 0 | 465 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11101110 | 0 | 101001 | 110 | 0 | 100110101 | 1100010 | 1001111 |
Color Harmonies of #FE96EE
Complementary color
Monochromatic Colors of #FE96EE
Black with #FE96EE
Text Example
Text Example
White with #FE96EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96EE; }
p { color: rgb(254,150,238); }
H1.HeaderClassName
{
color: #FE96EE;
}
.AnyTagClassName
{
color: #FE96EE;
}
</style>
background-color css
<style>
a { background-color: #FE96EE; }
a { background-color: rgb(254,150,238); }
div.DivClassName
{
background-color: #FE96EE;
}
.BgClassName
{
background-color: #FE96EE;
}
</style>
border-color css
<style>
span { border-color: #FE96EE; }
span { border-color: rgb(254,150,238); }
td.TdClassName
{
border-color: #FE96EE;
}
.TagClassName
{
border-color: #FE96EE;
}
</style>