Shades of French Lilac #F1B5EA
Tints of French Lilac #F1B5EA
RGB
CMYK
RGB Variations
Color information
#F1B5EA (or 0xF1B5EA) is known color: French Lilac. HEX triplet: F1, B5 and EA. RGB value is (241,181,234). Sum of RGB (Red+Green+Blue) = 241+181+234=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 181 (71.09% from 255 or 27.59% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B5EA is #0E4A15. Grayscale: #CCCCCC. Windows color (decimal): -936470 or 15382001. OLE color: 15382001.
HSL color Cylindrical-coordinate representation of color #F1B5EA: hue angle of 307º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1B5EA is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 181 | 234 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.05 |
| HSL | 307º | 0.68% | 0.83% | - |
| HSV(B) | 307º | 0.25% | 0.95% | - |
| XYZ | 67.65 | 57.69 | 85.41 | - |
| YUV | 204.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 181 | 234 | 0 | 0.25 | 0.03 | 0.05 | 307 | 0.68 | 0.83 |
| Hex | F1 | B5 | EA | 0 | 19 | 3 | 5 | 133 | 44 | 53 |
| Octal | 361 | 265 | 352 | 0 | 31 | 3 | 5 | 463 | 104 | 123 |
| Binary | 11110001 | 10110101 | 11101010 | 0 | 11001 | 11 | 101 | 100110011 | 1000100 | 1010011 |
Color Harmonies of #F1B5EA
Complementary color
Monochromatic Colors of #F1B5EA
Black with #F1B5EA
Text Example
Text Example
White with #F1B5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B5EA; }
p { color: rgb(241,181,234); }
H1.HeaderClassName
{
color: #F1B5EA;
}
.AnyTagClassName
{
color: #F1B5EA;
}
</style>
background-color css
<style>
a { background-color: #F1B5EA; }
a { background-color: rgb(241,181,234); }
div.DivClassName
{
background-color: #F1B5EA;
}
.BgClassName
{
background-color: #F1B5EA;
}
</style>
border-color css
<style>
span { border-color: #F1B5EA; }
span { border-color: rgb(241,181,234); }
td.TdClassName
{
border-color: #F1B5EA;
}
.TagClassName
{
border-color: #F1B5EA;
}
</style>