Shades of Lavender Rose #FE99EF
Tints of Lavender Rose #FE99EF
RGB
CMYK
RGB Variations
Color information
#FE99EF (or 0xFE99EF) is known color: Lavender Rose. HEX triplet: FE, 99 and EF. RGB value is (254,153,239). Sum of RGB (Red+Green+Blue) = 254+153+239=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 153 (60.16% from 255 or 23.68% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE99EF is #016610. Grayscale: #C0C0C0. Windows color (decimal): -91665 or 15702526. OLE color: 15702526.
HSL color Cylindrical-coordinate representation of color #FE99EF: hue angle of 308.91º 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 #FE99EF is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 239 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.00 |
| HSL | 308.91º | 0.98% | 0.8% | - |
| HSV(B) | 308.91º | 0.4% | 1% | - |
| XYZ | 67.84 | 50.09 | 87.75 | - |
| YUV | 193 | 153.96 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 239 | 0 | 0.40 | 0.06 | 0.00 | 308.91 | 0.98 | 0.8 |
| Hex | FE | 99 | EF | 0 | 28 | 6 | 0 | 135 | 62 | 50 |
| Octal | 376 | 231 | 357 | 0 | 50 | 6 | 0 | 465 | 142 | 120 |
| Binary | 11111110 | 10011001 | 11101111 | 0 | 101000 | 110 | 0 | 100110101 | 1100010 | 1010000 |
Color Harmonies of #FE99EF
Complementary color
Monochromatic Colors of #FE99EF
Black with #FE99EF
Text Example
Text Example
White with #FE99EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE99EF; }
p { color: rgb(254,153,239); }
H1.HeaderClassName
{
color: #FE99EF;
}
.AnyTagClassName
{
color: #FE99EF;
}
</style>
background-color css
<style>
a { background-color: #FE99EF; }
a { background-color: rgb(254,153,239); }
div.DivClassName
{
background-color: #FE99EF;
}
.BgClassName
{
background-color: #FE99EF;
}
</style>
border-color css
<style>
span { border-color: #FE99EF; }
span { border-color: rgb(254,153,239); }
td.TdClassName
{
border-color: #FE99EF;
}
.TagClassName
{
border-color: #FE99EF;
}
</style>