Shades of Lavender Rose #F1A1ED
Tints of Lavender Rose #F1A1ED
RGB
CMYK
RGB Variations
Color information
#F1A1ED (or 0xF1A1ED) is known color: Lavender Rose. HEX triplet: F1, A1 and ED. RGB value is (241,161,237). Sum of RGB (Red+Green+Blue) = 241+161+237=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 161 (63.28% from 255 or 25.20% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A1ED is #0E5E12. Grayscale: #C1C1C1. Windows color (decimal): -941587 or 15573489. OLE color: 15573489.
HSL color Cylindrical-coordinate representation of color #F1A1ED: hue angle of 303º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1A1ED is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 161 | 237 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.05 |
| HSL | 303º | 0.74% | 0.79% | - |
| HSV(B) | 303º | 0.33% | 0.95% | - |
| XYZ | 64.31 | 50.3 | 86.44 | - |
| YUV | 193.58 | 152.5 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 161 | 237 | 0 | 0.33 | 0.02 | 0.05 | 303 | 0.74 | 0.79 |
| Hex | F1 | A1 | ED | 0 | 21 | 2 | 5 | 12F | 4A | 4F |
| Octal | 361 | 241 | 355 | 0 | 41 | 2 | 5 | 457 | 112 | 117 |
| Binary | 11110001 | 10100001 | 11101101 | 0 | 100001 | 10 | 101 | 100101111 | 1001010 | 1001111 |
Color Harmonies of #F1A1ED
Complementary color
Monochromatic Colors of #F1A1ED
Black with #F1A1ED
Text Example
Text Example
White with #F1A1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A1ED; }
p { color: rgb(241,161,237); }
H1.HeaderClassName
{
color: #F1A1ED;
}
.AnyTagClassName
{
color: #F1A1ED;
}
</style>
background-color css
<style>
a { background-color: #F1A1ED; }
a { background-color: rgb(241,161,237); }
div.DivClassName
{
background-color: #F1A1ED;
}
.BgClassName
{
background-color: #F1A1ED;
}
</style>
border-color css
<style>
span { border-color: #F1A1ED; }
span { border-color: rgb(241,161,237); }
td.TdClassName
{
border-color: #F1A1ED;
}
.TagClassName
{
border-color: #F1A1ED;
}
</style>