Shades of Lavender Rose #FEA6F1
Tints of Lavender Rose #FEA6F1
RGB
CMYK
RGB Variations
Color information
#FEA6F1 (or 0xFEA6F1) is known color: Lavender Rose. HEX triplet: FE, A6 and F1. RGB value is (254,166,241). Sum of RGB (Red+Green+Blue) = 254+166+241=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 166 (65.23% from 255 or 25.11% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA6F1 is #01590E. Grayscale: #C8C8C8. Windows color (decimal): -88335 or 15836926. OLE color: 15836926.
HSL color Cylindrical-coordinate representation of color #FEA6F1: hue angle of 308.86º 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 #FEA6F1 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 241 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.00 |
| HSL | 308.86º | 0.98% | 0.82% | - |
| HSV(B) | 308.86º | 0.35% | 1% | - |
| XYZ | 70.39 | 54.69 | 90.07 | - |
| YUV | 200.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 241 | 0 | 0.35 | 0.05 | 0.00 | 308.86 | 0.98 | 0.82 |
| Hex | FE | A6 | F1 | 0 | 23 | 5 | 0 | 135 | 62 | 52 |
| Octal | 376 | 246 | 361 | 0 | 43 | 5 | 0 | 465 | 142 | 122 |
| Binary | 11111110 | 10100110 | 11110001 | 0 | 100011 | 101 | 0 | 100110101 | 1100010 | 1010010 |
Color Harmonies of #FEA6F1
Complementary color
Monochromatic Colors of #FEA6F1
Black with #FEA6F1
Text Example
Text Example
White with #FEA6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6F1; }
p { color: rgb(254,166,241); }
H1.HeaderClassName
{
color: #FEA6F1;
}
.AnyTagClassName
{
color: #FEA6F1;
}
</style>
background-color css
<style>
a { background-color: #FEA6F1; }
a { background-color: rgb(254,166,241); }
div.DivClassName
{
background-color: #FEA6F1;
}
.BgClassName
{
background-color: #FEA6F1;
}
</style>
border-color css
<style>
span { border-color: #FEA6F1; }
span { border-color: rgb(254,166,241); }
td.TdClassName
{
border-color: #FEA6F1;
}
.TagClassName
{
border-color: #FEA6F1;
}
</style>