Shades of Lavender Rose #F1A1EE
Tints of Lavender Rose #F1A1EE
RGB
CMYK
RGB Variations
Color information
#F1A1EE (or 0xF1A1EE) is known color: Lavender Rose. HEX triplet: F1, A1 and EE. RGB value is (241,161,238). Sum of RGB (Red+Green+Blue) = 241+161+238=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 161 (63.28% from 255 or 25.16% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A1EE is #0E5E11. Grayscale: #C1C1C1. Windows color (decimal): -941586 or 15639025. OLE color: 15639025.
HSL color Cylindrical-coordinate representation of color #F1A1EE: hue angle of 302.25º 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 #F1A1EE is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 161 | 238 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.05 |
| HSL | 302.25º | 0.74% | 0.79% | - |
| HSV(B) | 302.25º | 0.33% | 0.95% | - |
| XYZ | 64.45 | 50.36 | 87.21 | - |
| YUV | 193.7 | 153 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 161 | 238 | 0 | 0.33 | 0.01 | 0.05 | 302.25 | 0.74 | 0.79 |
| Hex | F1 | A1 | EE | 0 | 21 | 1 | 5 | 12E | 4A | 4F |
| Octal | 361 | 241 | 356 | 0 | 41 | 1 | 5 | 456 | 112 | 117 |
| Binary | 11110001 | 10100001 | 11101110 | 0 | 100001 | 1 | 101 | 100101110 | 1001010 | 1001111 |
Color Harmonies of #F1A1EE
Complementary color
Monochromatic Colors of #F1A1EE
Black with #F1A1EE
Text Example
Text Example
White with #F1A1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A1EE; }
p { color: rgb(241,161,238); }
H1.HeaderClassName
{
color: #F1A1EE;
}
.AnyTagClassName
{
color: #F1A1EE;
}
</style>
background-color css
<style>
a { background-color: #F1A1EE; }
a { background-color: rgb(241,161,238); }
div.DivClassName
{
background-color: #F1A1EE;
}
.BgClassName
{
background-color: #F1A1EE;
}
</style>
border-color css
<style>
span { border-color: #F1A1EE; }
span { border-color: rgb(241,161,238); }
td.TdClassName
{
border-color: #F1A1EE;
}
.TagClassName
{
border-color: #F1A1EE;
}
</style>