Shades of Lavender Rose #F1AAE3
Tints of Lavender Rose #F1AAE3
RGB
CMYK
RGB Variations
Color information
#F1AAE3 (or 0xF1AAE3) is known color: Lavender Rose. HEX triplet: F1, AA and E3. RGB value is (241,170,227). Sum of RGB (Red+Green+Blue) = 241+170+227=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAE3 is #0E551C. Grayscale: #C5C5C5. Windows color (decimal): -939293 or 14920433. OLE color: 14920433.
HSL color Cylindrical-coordinate representation of color #F1AAE3: hue angle of 311.83º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1AAE3 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 227 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.05 |
| HSL | 311.83º | 0.72% | 0.81% | - |
| HSV(B) | 311.83º | 0.29% | 0.95% | - |
| XYZ | 64.52 | 53 | 79.5 | - |
| YUV | 197.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 227 | 0 | 0.29 | 0.06 | 0.05 | 311.83 | 0.72 | 0.81 |
| Hex | F1 | AA | E3 | 0 | 1D | 6 | 5 | 138 | 48 | 51 |
| Octal | 361 | 252 | 343 | 0 | 35 | 6 | 5 | 470 | 110 | 121 |
| Binary | 11110001 | 10101010 | 11100011 | 0 | 11101 | 110 | 101 | 100111000 | 1001000 | 1010001 |
Color Harmonies of #F1AAE3
Complementary color
Monochromatic Colors of #F1AAE3
Black with #F1AAE3
Text Example
Text Example
White with #F1AAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AAE3; }
p { color: rgb(241,170,227); }
H1.HeaderClassName
{
color: #F1AAE3;
}
.AnyTagClassName
{
color: #F1AAE3;
}
</style>
background-color css
<style>
a { background-color: #F1AAE3; }
a { background-color: rgb(241,170,227); }
div.DivClassName
{
background-color: #F1AAE3;
}
.BgClassName
{
background-color: #F1AAE3;
}
</style>
border-color css
<style>
span { border-color: #F1AAE3; }
span { border-color: rgb(241,170,227); }
td.TdClassName
{
border-color: #F1AAE3;
}
.TagClassName
{
border-color: #F1AAE3;
}
</style>