Shades of Lavender Rose #F1A3EE
Tints of Lavender Rose #F1A3EE
RGB
CMYK
RGB Variations
Color information
#F1A3EE (or 0xF1A3EE) is known color: Lavender Rose. HEX triplet: F1, A3 and EE. RGB value is (241,163,238). Sum of RGB (Red+Green+Blue) = 241+163+238=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 163 (64.06% from 255 or 25.39% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A3EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A3EE is #0E5C11. Grayscale: #C2C2C2. Windows color (decimal): -941074 or 15639537. OLE color: 15639537.
HSL color Cylindrical-coordinate representation of color #F1A3EE: hue angle of 302.31º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A3EE is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 238 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.05 |
| HSL | 302.31º | 0.74% | 0.79% | - |
| HSV(B) | 302.31º | 0.32% | 0.95% | - |
| XYZ | 64.81 | 51.07 | 87.33 | - |
| YUV | 194.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 238 | 0 | 0.32 | 0.01 | 0.05 | 302.31 | 0.74 | 0.79 |
| Hex | F1 | A3 | EE | 0 | 20 | 1 | 5 | 12E | 4A | 4F |
| Octal | 361 | 243 | 356 | 0 | 40 | 1 | 5 | 456 | 112 | 117 |
| Binary | 11110001 | 10100011 | 11101110 | 0 | 100000 | 1 | 101 | 100101110 | 1001010 | 1001111 |
Color Harmonies of #F1A3EE
Complementary color
Monochromatic Colors of #F1A3EE
Black with #F1A3EE
Text Example
Text Example
White with #F1A3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A3EE; }
p { color: rgb(241,163,238); }
H1.HeaderClassName
{
color: #F1A3EE;
}
.AnyTagClassName
{
color: #F1A3EE;
}
</style>
background-color css
<style>
a { background-color: #F1A3EE; }
a { background-color: rgb(241,163,238); }
div.DivClassName
{
background-color: #F1A3EE;
}
.BgClassName
{
background-color: #F1A3EE;
}
</style>
border-color css
<style>
span { border-color: #F1A3EE; }
span { border-color: rgb(241,163,238); }
td.TdClassName
{
border-color: #F1A3EE;
}
.TagClassName
{
border-color: #F1A3EE;
}
</style>