Shades of Lavender Rose #FE9AEA
Tints of Lavender Rose #FE9AEA
RGB
CMYK
RGB Variations
Color information
#FE9AEA (or 0xFE9AEA) is known color: Lavender Rose. HEX triplet: FE, 9A and EA. RGB value is (254,154,234). Sum of RGB (Red+Green+Blue) = 254+154+234=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 154 (60.55% from 255 or 23.99% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9AEA is #016515. Grayscale: #C0C0C0. Windows color (decimal): -91414 or 15375102. OLE color: 15375102.
HSL color Cylindrical-coordinate representation of color #FE9AEA: hue angle of 312º 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 #FE9AEA is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 234 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.00 |
| HSL | 312º | 0.98% | 0.8% | - |
| HSV(B) | 312º | 0.39% | 1% | - |
| XYZ | 67.28 | 50.12 | 83.97 | - |
| YUV | 193.02 | 151.13 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 234 | 0 | 0.39 | 0.08 | 0.00 | 312 | 0.98 | 0.8 |
| Hex | FE | 9A | EA | 0 | 27 | 8 | 0 | 138 | 62 | 50 |
| Octal | 376 | 232 | 352 | 0 | 47 | 10 | 0 | 470 | 142 | 120 |
| Binary | 11111110 | 10011010 | 11101010 | 0 | 100111 | 1000 | 0 | 100111000 | 1100010 | 1010000 |
Color Harmonies of #FE9AEA
Complementary color
Monochromatic Colors of #FE9AEA
Black with #FE9AEA
Text Example
Text Example
White with #FE9AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9AEA; }
p { color: rgb(254,154,234); }
H1.HeaderClassName
{
color: #FE9AEA;
}
.AnyTagClassName
{
color: #FE9AEA;
}
</style>
background-color css
<style>
a { background-color: #FE9AEA; }
a { background-color: rgb(254,154,234); }
div.DivClassName
{
background-color: #FE9AEA;
}
.BgClassName
{
background-color: #FE9AEA;
}
</style>
border-color css
<style>
span { border-color: #FE9AEA; }
span { border-color: rgb(254,154,234); }
td.TdClassName
{
border-color: #FE9AEA;
}
.TagClassName
{
border-color: #FE9AEA;
}
</style>