Shades of Lavender Rose #FEA1F9
Tints of Lavender Rose #FEA1F9
RGB
CMYK
RGB Variations
Color information
#FEA1F9 (or 0xFEA1F9) is known color: Lavender Rose. HEX triplet: FE, A1 and F9. RGB value is (254,161,249). Sum of RGB (Red+Green+Blue) = 254+161+249=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 161 (63.28% from 255 or 24.25% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA1F9 is #015E06. Grayscale: #C6C6C6. Windows color (decimal): -89607 or 16359934. OLE color: 16359934.
HSL color Cylindrical-coordinate representation of color #FEA1F9: hue angle of 303.23º 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 #FEA1F9 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 249 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.00 |
| HSL | 303.23º | 0.98% | 0.81% | - |
| HSV(B) | 303.23º | 0.37% | 1% | - |
| XYZ | 70.72 | 53.4 | 96.2 | - |
| YUV | 198.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 249 | 0 | 0.37 | 0.02 | 0.00 | 303.23 | 0.98 | 0.81 |
| Hex | FE | A1 | F9 | 0 | 25 | 2 | 0 | 12F | 62 | 51 |
| Octal | 376 | 241 | 371 | 0 | 45 | 2 | 0 | 457 | 142 | 121 |
| Binary | 11111110 | 10100001 | 11111001 | 0 | 100101 | 10 | 0 | 100101111 | 1100010 | 1010001 |
Color Harmonies of #FEA1F9
Complementary color
Monochromatic Colors of #FEA1F9
Black with #FEA1F9
Text Example
Text Example
White with #FEA1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1F9; }
p { color: rgb(254,161,249); }
H1.HeaderClassName
{
color: #FEA1F9;
}
.AnyTagClassName
{
color: #FEA1F9;
}
</style>
background-color css
<style>
a { background-color: #FEA1F9; }
a { background-color: rgb(254,161,249); }
div.DivClassName
{
background-color: #FEA1F9;
}
.BgClassName
{
background-color: #FEA1F9;
}
</style>
border-color css
<style>
span { border-color: #FEA1F9; }
span { border-color: rgb(254,161,249); }
td.TdClassName
{
border-color: #FEA1F9;
}
.TagClassName
{
border-color: #FEA1F9;
}
</style>