Shades of Lavender Rose #FEA1E3
Tints of Lavender Rose #FEA1E3
RGB
CMYK
RGB Variations
Color information
#FEA1E3 (or 0xFEA1E3) is known color: Lavender Rose. HEX triplet: FE, A1 and E3. RGB value is (254,161,227). Sum of RGB (Red+Green+Blue) = 254+161+227=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 161 (63.28% from 255 or 25.08% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1E3 is #015E1C. Grayscale: #C4C4C4. Windows color (decimal): -89629 or 14918142. OLE color: 14918142.
HSL color Cylindrical-coordinate representation of color #FEA1E3: hue angle of 317.42º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA1E3 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 227 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.00 |
| HSL | 317.42º | 0.98% | 0.81% | - |
| HSV(B) | 317.42º | 0.37% | 1% | - |
| XYZ | 67.48 | 52.11 | 79.17 | - |
| YUV | 196.33 | 145.31 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 227 | 0 | 0.37 | 0.11 | 0.00 | 317.42 | 0.98 | 0.81 |
| Hex | FE | A1 | E3 | 0 | 25 | B | 0 | 13D | 62 | 51 |
| Octal | 376 | 241 | 343 | 0 | 45 | 13 | 0 | 475 | 142 | 121 |
| Binary | 11111110 | 10100001 | 11100011 | 0 | 100101 | 1011 | 0 | 100111101 | 1100010 | 1010001 |
Color Harmonies of #FEA1E3
Complementary color
Monochromatic Colors of #FEA1E3
Black with #FEA1E3
Text Example
Text Example
White with #FEA1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1E3; }
p { color: rgb(254,161,227); }
H1.HeaderClassName
{
color: #FEA1E3;
}
.AnyTagClassName
{
color: #FEA1E3;
}
</style>
background-color css
<style>
a { background-color: #FEA1E3; }
a { background-color: rgb(254,161,227); }
div.DivClassName
{
background-color: #FEA1E3;
}
.BgClassName
{
background-color: #FEA1E3;
}
</style>
border-color css
<style>
span { border-color: #FEA1E3; }
span { border-color: rgb(254,161,227); }
td.TdClassName
{
border-color: #FEA1E3;
}
.TagClassName
{
border-color: #FEA1E3;
}
</style>