Shades of Lavender Rose #FE97EC
Tints of Lavender Rose #FE97EC
RGB
CMYK
RGB Variations
Color information
#FE97EC (or 0xFE97EC) is known color: Lavender Rose. HEX triplet: FE, 97 and EC. RGB value is (254,151,236). Sum of RGB (Red+Green+Blue) = 254+151+236=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 151 (59.38% from 255 or 23.56% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE97EC is #016813. Grayscale: #BFBFBF. Windows color (decimal): -92180 or 15505406. OLE color: 15505406.
HSL color Cylindrical-coordinate representation of color #FE97EC: hue angle of 310.49º 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 #FE97EC is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 151 | 236 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.00 |
| HSL | 310.49º | 0.98% | 0.79% | - |
| HSV(B) | 310.49º | 0.41% | 1% | - |
| XYZ | 67.08 | 49.26 | 85.33 | - |
| YUV | 191.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 151 | 236 | 0 | 0.41 | 0.07 | 0.00 | 310.49 | 0.98 | 0.79 |
| Hex | FE | 97 | EC | 0 | 29 | 7 | 0 | 136 | 62 | 4F |
| Octal | 376 | 227 | 354 | 0 | 51 | 7 | 0 | 466 | 142 | 117 |
| Binary | 11111110 | 10010111 | 11101100 | 0 | 101001 | 111 | 0 | 100110110 | 1100010 | 1001111 |
Color Harmonies of #FE97EC
Complementary color
Monochromatic Colors of #FE97EC
Black with #FE97EC
Text Example
Text Example
White with #FE97EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE97EC; }
p { color: rgb(254,151,236); }
H1.HeaderClassName
{
color: #FE97EC;
}
.AnyTagClassName
{
color: #FE97EC;
}
</style>
background-color css
<style>
a { background-color: #FE97EC; }
a { background-color: rgb(254,151,236); }
div.DivClassName
{
background-color: #FE97EC;
}
.BgClassName
{
background-color: #FE97EC;
}
</style>
border-color css
<style>
span { border-color: #FE97EC; }
span { border-color: rgb(254,151,236); }
td.TdClassName
{
border-color: #FE97EC;
}
.TagClassName
{
border-color: #FE97EC;
}
</style>