Shades of Lavender Rose #FEA1F3
Tints of Lavender Rose #FEA1F3
RGB
CMYK
RGB Variations
Color information
#FEA1F3 (or 0xFEA1F3) is known color: Lavender Rose. HEX triplet: FE, A1 and F3. RGB value is (254,161,243). Sum of RGB (Red+Green+Blue) = 254+161+243=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 161 (63.28% from 255 or 24.47% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA1F3 is #015E0C. Grayscale: #C5C5C5. Windows color (decimal): -89613 or 15966718. OLE color: 15966718.
HSL color Cylindrical-coordinate representation of color #FEA1F3: hue angle of 307.1º 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 #FEA1F3 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 243 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.00 |
| HSL | 307.1º | 0.98% | 0.81% | - |
| HSV(B) | 307.1º | 0.37% | 1% | - |
| XYZ | 69.8 | 53.03 | 91.35 | - |
| YUV | 198.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 243 | 0 | 0.37 | 0.04 | 0.00 | 307.1 | 0.98 | 0.81 |
| Hex | FE | A1 | F3 | 0 | 25 | 4 | 0 | 133 | 62 | 51 |
| Octal | 376 | 241 | 363 | 0 | 45 | 4 | 0 | 463 | 142 | 121 |
| Binary | 11111110 | 10100001 | 11110011 | 0 | 100101 | 100 | 0 | 100110011 | 1100010 | 1010001 |
Color Harmonies of #FEA1F3
Complementary color
Monochromatic Colors of #FEA1F3
Black with #FEA1F3
Text Example
Text Example
White with #FEA1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1F3; }
p { color: rgb(254,161,243); }
H1.HeaderClassName
{
color: #FEA1F3;
}
.AnyTagClassName
{
color: #FEA1F3;
}
</style>
background-color css
<style>
a { background-color: #FEA1F3; }
a { background-color: rgb(254,161,243); }
div.DivClassName
{
background-color: #FEA1F3;
}
.BgClassName
{
background-color: #FEA1F3;
}
</style>
border-color css
<style>
span { border-color: #FEA1F3; }
span { border-color: rgb(254,161,243); }
td.TdClassName
{
border-color: #FEA1F3;
}
.TagClassName
{
border-color: #FEA1F3;
}
</style>