Shades of Lavender Rose #FEA4F1
Tints of Lavender Rose #FEA4F1
RGB
CMYK
RGB Variations
Color information
#FEA4F1 (or 0xFEA4F1) is known color: Lavender Rose. HEX triplet: FE, A4 and F1. RGB value is (254,164,241). Sum of RGB (Red+Green+Blue) = 254+164+241=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 164 (64.45% from 255 or 24.89% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA4F1 is #015B0E. Grayscale: #C7C7C7. Windows color (decimal): -88847 or 15836414. OLE color: 15836414.
HSL color Cylindrical-coordinate representation of color #FEA4F1: hue angle of 308.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA4F1 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 241 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.00 |
| HSL | 308.67º | 0.98% | 0.82% | - |
| HSV(B) | 308.67º | 0.35% | 1% | - |
| XYZ | 70.03 | 53.97 | 89.95 | - |
| YUV | 199.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 241 | 0 | 0.35 | 0.05 | 0.00 | 308.67 | 0.98 | 0.82 |
| Hex | FE | A4 | F1 | 0 | 23 | 5 | 0 | 135 | 62 | 52 |
| Octal | 376 | 244 | 361 | 0 | 43 | 5 | 0 | 465 | 142 | 122 |
| Binary | 11111110 | 10100100 | 11110001 | 0 | 100011 | 101 | 0 | 100110101 | 1100010 | 1010010 |
Color Harmonies of #FEA4F1
Complementary color
Monochromatic Colors of #FEA4F1
Black with #FEA4F1
Text Example
Text Example
White with #FEA4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA4F1; }
p { color: rgb(254,164,241); }
H1.HeaderClassName
{
color: #FEA4F1;
}
.AnyTagClassName
{
color: #FEA4F1;
}
</style>
background-color css
<style>
a { background-color: #FEA4F1; }
a { background-color: rgb(254,164,241); }
div.DivClassName
{
background-color: #FEA4F1;
}
.BgClassName
{
background-color: #FEA4F1;
}
</style>
border-color css
<style>
span { border-color: #FEA4F1; }
span { border-color: rgb(254,164,241); }
td.TdClassName
{
border-color: #FEA4F1;
}
.TagClassName
{
border-color: #FEA4F1;
}
</style>