Shades of Lavender Rose #FE96ED
Tints of Lavender Rose #FE96ED
RGB
CMYK
RGB Variations
Color information
#FE96ED (or 0xFE96ED) is known color: Lavender Rose. HEX triplet: FE, 96 and ED. RGB value is (254,150,237). Sum of RGB (Red+Green+Blue) = 254+150+237=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 150 (58.98% from 255 or 23.40% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE96ED is #016912. Grayscale: #BEBEBE. Windows color (decimal): -92435 or 15570686. OLE color: 15570686.
HSL color Cylindrical-coordinate representation of color #FE96ED: hue angle of 309.81º 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 #FE96ED is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 237 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.00 |
| HSL | 309.81º | 0.98% | 0.79% | - |
| HSV(B) | 309.81º | 0.41% | 1% | - |
| XYZ | 67.07 | 49 | 86.04 | - |
| YUV | 191.01 | 153.96 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 237 | 0 | 0.41 | 0.07 | 0.00 | 309.81 | 0.98 | 0.79 |
| Hex | FE | 96 | ED | 0 | 29 | 7 | 0 | 136 | 62 | 4F |
| Octal | 376 | 226 | 355 | 0 | 51 | 7 | 0 | 466 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11101101 | 0 | 101001 | 111 | 0 | 100110110 | 1100010 | 1001111 |
Color Harmonies of #FE96ED
Complementary color
Monochromatic Colors of #FE96ED
Black with #FE96ED
Text Example
Text Example
White with #FE96ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96ED; }
p { color: rgb(254,150,237); }
H1.HeaderClassName
{
color: #FE96ED;
}
.AnyTagClassName
{
color: #FE96ED;
}
</style>
background-color css
<style>
a { background-color: #FE96ED; }
a { background-color: rgb(254,150,237); }
div.DivClassName
{
background-color: #FE96ED;
}
.BgClassName
{
background-color: #FE96ED;
}
</style>
border-color css
<style>
span { border-color: #FE96ED; }
span { border-color: rgb(254,150,237); }
td.TdClassName
{
border-color: #FE96ED;
}
.TagClassName
{
border-color: #FE96ED;
}
</style>