Shades of Lavender Rose #F1A9EA
Tints of Lavender Rose #F1A9EA
RGB
CMYK
RGB Variations
Color information
#F1A9EA (or 0xF1A9EA) is known color: Lavender Rose. HEX triplet: F1, A9 and EA. RGB value is (241,169,234). Sum of RGB (Red+Green+Blue) = 241+169+234=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 169 (66.41% from 255 or 26.24% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A9EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A9EA is #0E5615. Grayscale: #C5C5C5. Windows color (decimal): -939542 or 15378929. OLE color: 15378929.
HSL color Cylindrical-coordinate representation of color #F1A9EA: hue angle of 305.83º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1A9EA is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 169 | 234 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.05 |
| HSL | 305.83º | 0.72% | 0.8% | - |
| HSV(B) | 305.83º | 0.3% | 0.95% | - |
| XYZ | 65.31 | 53.02 | 84.63 | - |
| YUV | 197.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 169 | 234 | 0 | 0.30 | 0.03 | 0.05 | 305.83 | 0.72 | 0.8 |
| Hex | F1 | A9 | EA | 0 | 1E | 3 | 5 | 132 | 48 | 50 |
| Octal | 361 | 251 | 352 | 0 | 36 | 3 | 5 | 462 | 110 | 120 |
| Binary | 11110001 | 10101001 | 11101010 | 0 | 11110 | 11 | 101 | 100110010 | 1001000 | 1010000 |
Color Harmonies of #F1A9EA
Complementary color
Monochromatic Colors of #F1A9EA
Black with #F1A9EA
Text Example
Text Example
White with #F1A9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A9EA; }
p { color: rgb(241,169,234); }
H1.HeaderClassName
{
color: #F1A9EA;
}
.AnyTagClassName
{
color: #F1A9EA;
}
</style>
background-color css
<style>
a { background-color: #F1A9EA; }
a { background-color: rgb(241,169,234); }
div.DivClassName
{
background-color: #F1A9EA;
}
.BgClassName
{
background-color: #F1A9EA;
}
</style>
border-color css
<style>
span { border-color: #F1A9EA; }
span { border-color: rgb(241,169,234); }
td.TdClassName
{
border-color: #F1A9EA;
}
.TagClassName
{
border-color: #F1A9EA;
}
</style>