Shades of Lavender Rose #F1A8E9
Tints of Lavender Rose #F1A8E9
RGB
CMYK
RGB Variations
Color information
#F1A8E9 (or 0xF1A8E9) is known color: Lavender Rose. HEX triplet: F1, A8 and E9. RGB value is (241,168,233). Sum of RGB (Red+Green+Blue) = 241+168+233=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 168 (66.02% from 255 or 26.17% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A8E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A8E9 is #0E5716. Grayscale: #C5C5C5. Windows color (decimal): -939799 or 15313137. OLE color: 15313137.
HSL color Cylindrical-coordinate representation of color #F1A8E9: hue angle of 306.58º 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 #F1A8E9 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 233 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.05 |
| HSL | 306.58º | 0.72% | 0.8% | - |
| HSV(B) | 306.58º | 0.3% | 0.95% | - |
| XYZ | 64.99 | 52.59 | 83.82 | - |
| YUV | 197.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 233 | 0 | 0.30 | 0.03 | 0.05 | 306.58 | 0.72 | 0.8 |
| Hex | F1 | A8 | E9 | 0 | 1E | 3 | 5 | 133 | 48 | 50 |
| Octal | 361 | 250 | 351 | 0 | 36 | 3 | 5 | 463 | 110 | 120 |
| Binary | 11110001 | 10101000 | 11101001 | 0 | 11110 | 11 | 101 | 100110011 | 1001000 | 1010000 |
Color Harmonies of #F1A8E9
Complementary color
Monochromatic Colors of #F1A8E9
Black with #F1A8E9
Text Example
Text Example
White with #F1A8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A8E9; }
p { color: rgb(241,168,233); }
H1.HeaderClassName
{
color: #F1A8E9;
}
.AnyTagClassName
{
color: #F1A8E9;
}
</style>
background-color css
<style>
a { background-color: #F1A8E9; }
a { background-color: rgb(241,168,233); }
div.DivClassName
{
background-color: #F1A8E9;
}
.BgClassName
{
background-color: #F1A8E9;
}
</style>
border-color css
<style>
span { border-color: #F1A8E9; }
span { border-color: rgb(241,168,233); }
td.TdClassName
{
border-color: #F1A8E9;
}
.TagClassName
{
border-color: #F1A8E9;
}
</style>