Shades of Lavender Rose #FE95EC
Tints of Lavender Rose #FE95EC
RGB
CMYK
RGB Variations
Color information
#FE95EC (or 0xFE95EC) is known color: Lavender Rose. HEX triplet: FE, 95 and EC. RGB value is (254,149,236). Sum of RGB (Red+Green+Blue) = 254+149+236=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 149 (58.59% from 255 or 23.32% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE95EC is #016A13. Grayscale: #BEBEBE. Windows color (decimal): -92692 or 15504894. OLE color: 15504894.
HSL color Cylindrical-coordinate representation of color #FE95EC: hue angle of 310.29º 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 #FE95EC is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 236 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.00 |
| HSL | 310.29º | 0.98% | 0.79% | - |
| HSV(B) | 310.29º | 0.41% | 1% | - |
| XYZ | 66.76 | 48.62 | 85.22 | - |
| YUV | 190.31 | 153.79 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 236 | 0 | 0.41 | 0.07 | 0.00 | 310.29 | 0.98 | 0.79 |
| Hex | FE | 95 | EC | 0 | 29 | 7 | 0 | 136 | 62 | 4F |
| Octal | 376 | 225 | 354 | 0 | 51 | 7 | 0 | 466 | 142 | 117 |
| Binary | 11111110 | 10010101 | 11101100 | 0 | 101001 | 111 | 0 | 100110110 | 1100010 | 1001111 |
Color Harmonies of #FE95EC
Complementary color
Monochromatic Colors of #FE95EC
Black with #FE95EC
Text Example
Text Example
White with #FE95EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE95EC; }
p { color: rgb(254,149,236); }
H1.HeaderClassName
{
color: #FE95EC;
}
.AnyTagClassName
{
color: #FE95EC;
}
</style>
background-color css
<style>
a { background-color: #FE95EC; }
a { background-color: rgb(254,149,236); }
div.DivClassName
{
background-color: #FE95EC;
}
.BgClassName
{
background-color: #FE95EC;
}
</style>
border-color css
<style>
span { border-color: #FE95EC; }
span { border-color: rgb(254,149,236); }
td.TdClassName
{
border-color: #FE95EC;
}
.TagClassName
{
border-color: #FE95EC;
}
</style>