Shades of Lavender Rose #FE96EC
Tints of Lavender Rose #FE96EC
RGB
CMYK
RGB Variations
Color information
#FE96EC (or 0xFE96EC) is known color: Lavender Rose. HEX triplet: FE, 96 and EC. RGB value is (254,150,236). Sum of RGB (Red+Green+Blue) = 254+150+236=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 150 (58.98% from 255 or 23.44% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE96EC is #016913. Grayscale: #BEBEBE. Windows color (decimal): -92436 or 15505150. OLE color: 15505150.
HSL color Cylindrical-coordinate representation of color #FE96EC: hue angle of 310.38º 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 #FE96EC is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 236 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.00 |
| HSL | 310.38º | 0.98% | 0.79% | - |
| HSV(B) | 310.38º | 0.41% | 1% | - |
| XYZ | 66.92 | 48.94 | 85.28 | - |
| YUV | 190.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 236 | 0 | 0.41 | 0.07 | 0.00 | 310.38 | 0.98 | 0.79 |
| Hex | FE | 96 | EC | 0 | 29 | 7 | 0 | 136 | 62 | 4F |
| Octal | 376 | 226 | 354 | 0 | 51 | 7 | 0 | 466 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11101100 | 0 | 101001 | 111 | 0 | 100110110 | 1100010 | 1001111 |
Color Harmonies of #FE96EC
Complementary color
Monochromatic Colors of #FE96EC
Black with #FE96EC
Text Example
Text Example
White with #FE96EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96EC; }
p { color: rgb(254,150,236); }
H1.HeaderClassName
{
color: #FE96EC;
}
.AnyTagClassName
{
color: #FE96EC;
}
</style>
background-color css
<style>
a { background-color: #FE96EC; }
a { background-color: rgb(254,150,236); }
div.DivClassName
{
background-color: #FE96EC;
}
.BgClassName
{
background-color: #FE96EC;
}
</style>
border-color css
<style>
span { border-color: #FE96EC; }
span { border-color: rgb(254,150,236); }
td.TdClassName
{
border-color: #FE96EC;
}
.TagClassName
{
border-color: #FE96EC;
}
</style>