Shades of Lavender Rose #FE9AE9
Tints of Lavender Rose #FE9AE9
RGB
CMYK
RGB Variations
Color information
#FE9AE9 (or 0xFE9AE9) is known color: Lavender Rose. HEX triplet: FE, 9A and E9. RGB value is (254,154,233). Sum of RGB (Red+Green+Blue) = 254+154+233=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 154 (60.55% from 255 or 24.02% from 641); Blue value is 233 (91.41% from 255 or 36.35% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9AE9 is #016516. Grayscale: #C0C0C0. Windows color (decimal): -91415 or 15309566. OLE color: 15309566.
HSL color Cylindrical-coordinate representation of color #FE9AE9: hue angle of 312.6º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9AE9 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 233 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.00 |
| HSL | 312.6º | 0.98% | 0.8% | - |
| HSV(B) | 312.6º | 0.39% | 1% | - |
| XYZ | 67.14 | 50.07 | 83.22 | - |
| YUV | 192.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 233 | 0 | 0.39 | 0.08 | 0.00 | 312.6 | 0.98 | 0.8 |
| Hex | FE | 9A | E9 | 0 | 27 | 8 | 0 | 139 | 62 | 50 |
| Octal | 376 | 232 | 351 | 0 | 47 | 10 | 0 | 471 | 142 | 120 |
| Binary | 11111110 | 10011010 | 11101001 | 0 | 100111 | 1000 | 0 | 100111001 | 1100010 | 1010000 |
Color Harmonies of #FE9AE9
Complementary color
Monochromatic Colors of #FE9AE9
Black with #FE9AE9
Text Example
Text Example
White with #FE9AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9AE9; }
p { color: rgb(254,154,233); }
H1.HeaderClassName
{
color: #FE9AE9;
}
.AnyTagClassName
{
color: #FE9AE9;
}
</style>
background-color css
<style>
a { background-color: #FE9AE9; }
a { background-color: rgb(254,154,233); }
div.DivClassName
{
background-color: #FE9AE9;
}
.BgClassName
{
background-color: #FE9AE9;
}
</style>
border-color css
<style>
span { border-color: #FE9AE9; }
span { border-color: rgb(254,154,233); }
td.TdClassName
{
border-color: #FE9AE9;
}
.TagClassName
{
border-color: #FE9AE9;
}
</style>