Shades of Lavender Rose #FEA1E7
Tints of Lavender Rose #FEA1E7
RGB
CMYK
RGB Variations
Color information
#FEA1E7 (or 0xFEA1E7) is known color: Lavender Rose. HEX triplet: FE, A1 and E7. RGB value is (254,161,231). Sum of RGB (Red+Green+Blue) = 254+161+231=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 161 (63.28% from 255 or 24.92% from 646); Blue value is 231 (90.62% from 255 or 35.76% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA1E7 is #015E18. Grayscale: #C4C4C4. Windows color (decimal): -89625 or 15180286. OLE color: 15180286.
HSL color Cylindrical-coordinate representation of color #FEA1E7: hue angle of 314.84º 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 #FEA1E7 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 231 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.00 |
| HSL | 314.84º | 0.98% | 0.81% | - |
| HSV(B) | 314.84º | 0.37% | 1% | - |
| XYZ | 68.04 | 52.33 | 82.12 | - |
| YUV | 196.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 231 | 0 | 0.37 | 0.09 | 0.00 | 314.84 | 0.98 | 0.81 |
| Hex | FE | A1 | E7 | 0 | 25 | 9 | 0 | 13B | 62 | 51 |
| Octal | 376 | 241 | 347 | 0 | 45 | 11 | 0 | 473 | 142 | 121 |
| Binary | 11111110 | 10100001 | 11100111 | 0 | 100101 | 1001 | 0 | 100111011 | 1100010 | 1010001 |
Color Harmonies of #FEA1E7
Complementary color
Monochromatic Colors of #FEA1E7
Black with #FEA1E7
Text Example
Text Example
White with #FEA1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1E7; }
p { color: rgb(254,161,231); }
H1.HeaderClassName
{
color: #FEA1E7;
}
.AnyTagClassName
{
color: #FEA1E7;
}
</style>
background-color css
<style>
a { background-color: #FEA1E7; }
a { background-color: rgb(254,161,231); }
div.DivClassName
{
background-color: #FEA1E7;
}
.BgClassName
{
background-color: #FEA1E7;
}
</style>
border-color css
<style>
span { border-color: #FEA1E7; }
span { border-color: rgb(254,161,231); }
td.TdClassName
{
border-color: #FEA1E7;
}
.TagClassName
{
border-color: #FEA1E7;
}
</style>