Shades of Lavender Rose #FE99EC
Tints of Lavender Rose #FE99EC
RGB
CMYK
RGB Variations
Color information
#FE99EC (or 0xFE99EC) is known color: Lavender Rose. HEX triplet: FE, 99 and EC. RGB value is (254,153,236). Sum of RGB (Red+Green+Blue) = 254+153+236=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 153 (60.16% from 255 or 23.79% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE99EC is #016613. Grayscale: #C0C0C0. Windows color (decimal): -91668 or 15505918. OLE color: 15505918.
HSL color Cylindrical-coordinate representation of color #FE99EC: hue angle of 310.69º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FE99EC is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 236 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.00 |
| HSL | 310.69º | 0.98% | 0.8% | - |
| HSV(B) | 310.69º | 0.4% | 1% | - |
| XYZ | 67.4 | 49.91 | 85.44 | - |
| YUV | 192.66 | 152.46 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 236 | 0 | 0.40 | 0.07 | 0.00 | 310.69 | 0.98 | 0.8 |
| Hex | FE | 99 | EC | 0 | 28 | 7 | 0 | 137 | 62 | 50 |
| Octal | 376 | 231 | 354 | 0 | 50 | 7 | 0 | 467 | 142 | 120 |
| Binary | 11111110 | 10011001 | 11101100 | 0 | 101000 | 111 | 0 | 100110111 | 1100010 | 1010000 |
Color Harmonies of #FE99EC
Complementary color
Monochromatic Colors of #FE99EC
Black with #FE99EC
Text Example
Text Example
White with #FE99EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE99EC; }
p { color: rgb(254,153,236); }
H1.HeaderClassName
{
color: #FE99EC;
}
.AnyTagClassName
{
color: #FE99EC;
}
</style>
background-color css
<style>
a { background-color: #FE99EC; }
a { background-color: rgb(254,153,236); }
div.DivClassName
{
background-color: #FE99EC;
}
.BgClassName
{
background-color: #FE99EC;
}
</style>
border-color css
<style>
span { border-color: #FE99EC; }
span { border-color: rgb(254,153,236); }
td.TdClassName
{
border-color: #FE99EC;
}
.TagClassName
{
border-color: #FE99EC;
}
</style>