Shades of Lavender Rose #FEA1EF
Tints of Lavender Rose #FEA1EF
RGB
CMYK
RGB Variations
Color information
#FEA1EF (or 0xFEA1EF) is known color: Lavender Rose. HEX triplet: FE, A1 and EF. RGB value is (254,161,239). Sum of RGB (Red+Green+Blue) = 254+161+239=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 161 (63.28% from 255 or 24.62% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA1EF is #015E10. Grayscale: #C5C5C5. Windows color (decimal): -89617 or 15704574. OLE color: 15704574.
HSL color Cylindrical-coordinate representation of color #FEA1EF: hue angle of 309.68º 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 #FEA1EF is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 239 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.00 |
| HSL | 309.68º | 0.98% | 0.81% | - |
| HSV(B) | 309.68º | 0.37% | 1% | - |
| XYZ | 69.2 | 52.79 | 88.2 | - |
| YUV | 197.7 | 151.31 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 239 | 0 | 0.37 | 0.06 | 0.00 | 309.68 | 0.98 | 0.81 |
| Hex | FE | A1 | EF | 0 | 25 | 6 | 0 | 136 | 62 | 51 |
| Octal | 376 | 241 | 357 | 0 | 45 | 6 | 0 | 466 | 142 | 121 |
| Binary | 11111110 | 10100001 | 11101111 | 0 | 100101 | 110 | 0 | 100110110 | 1100010 | 1010001 |
Color Harmonies of #FEA1EF
Complementary color
Monochromatic Colors of #FEA1EF
Black with #FEA1EF
Text Example
Text Example
White with #FEA1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1EF; }
p { color: rgb(254,161,239); }
H1.HeaderClassName
{
color: #FEA1EF;
}
.AnyTagClassName
{
color: #FEA1EF;
}
</style>
background-color css
<style>
a { background-color: #FEA1EF; }
a { background-color: rgb(254,161,239); }
div.DivClassName
{
background-color: #FEA1EF;
}
.BgClassName
{
background-color: #FEA1EF;
}
</style>
border-color css
<style>
span { border-color: #FEA1EF; }
span { border-color: rgb(254,161,239); }
td.TdClassName
{
border-color: #FEA1EF;
}
.TagClassName
{
border-color: #FEA1EF;
}
</style>