Shades of Lavender Rose #F1A6EA
Tints of Lavender Rose #F1A6EA
RGB
CMYK
RGB Variations
Color information
#F1A6EA (or 0xF1A6EA) is known color: Lavender Rose. HEX triplet: F1, A6 and EA. RGB value is (241,166,234). Sum of RGB (Red+Green+Blue) = 241+166+234=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 166 (65.23% from 255 or 25.90% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A6EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A6EA is #0E5915. Grayscale: #C3C3C3. Windows color (decimal): -940310 or 15378161. OLE color: 15378161.
HSL color Cylindrical-coordinate representation of color #F1A6EA: hue angle of 305.6º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1A6EA is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 166 | 234 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.05 |
| HSL | 305.6º | 0.73% | 0.8% | - |
| HSV(B) | 305.6º | 0.31% | 0.95% | - |
| XYZ | 64.76 | 51.91 | 84.45 | - |
| YUV | 196.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 166 | 234 | 0 | 0.31 | 0.03 | 0.05 | 305.6 | 0.73 | 0.8 |
| Hex | F1 | A6 | EA | 0 | 1F | 3 | 5 | 132 | 49 | 50 |
| Octal | 361 | 246 | 352 | 0 | 37 | 3 | 5 | 462 | 111 | 120 |
| Binary | 11110001 | 10100110 | 11101010 | 0 | 11111 | 11 | 101 | 100110010 | 1001001 | 1010000 |
Color Harmonies of #F1A6EA
Complementary color
Monochromatic Colors of #F1A6EA
Black with #F1A6EA
Text Example
Text Example
White with #F1A6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A6EA; }
p { color: rgb(241,166,234); }
H1.HeaderClassName
{
color: #F1A6EA;
}
.AnyTagClassName
{
color: #F1A6EA;
}
</style>
background-color css
<style>
a { background-color: #F1A6EA; }
a { background-color: rgb(241,166,234); }
div.DivClassName
{
background-color: #F1A6EA;
}
.BgClassName
{
background-color: #F1A6EA;
}
</style>
border-color css
<style>
span { border-color: #F1A6EA; }
span { border-color: rgb(241,166,234); }
td.TdClassName
{
border-color: #F1A6EA;
}
.TagClassName
{
border-color: #F1A6EA;
}
</style>