Shades of French Lilac #F1B5E7
Tints of French Lilac #F1B5E7
RGB
CMYK
RGB Variations
Color information
#F1B5E7 (or 0xF1B5E7) is known color: French Lilac. HEX triplet: F1, B5 and E7. RGB value is (241,181,231). Sum of RGB (Red+Green+Blue) = 241+181+231=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 181 (71.09% from 255 or 27.72% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B5E7 is #0E4A18. Grayscale: #CCCCCC. Windows color (decimal): -936473 or 15185393. OLE color: 15185393.
HSL color Cylindrical-coordinate representation of color #F1B5E7: hue angle of 310º 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 #F1B5E7 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 181 | 231 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.05 |
| HSL | 310º | 0.68% | 0.83% | - |
| HSV(B) | 310º | 0.25% | 0.95% | - |
| XYZ | 67.22 | 57.52 | 83.16 | - |
| YUV | 204.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 181 | 231 | 0 | 0.25 | 0.04 | 0.05 | 310 | 0.68 | 0.83 |
| Hex | F1 | B5 | E7 | 0 | 19 | 4 | 5 | 136 | 44 | 53 |
| Octal | 361 | 265 | 347 | 0 | 31 | 4 | 5 | 466 | 104 | 123 |
| Binary | 11110001 | 10110101 | 11100111 | 0 | 11001 | 100 | 101 | 100110110 | 1000100 | 1010011 |
Color Harmonies of #F1B5E7
Complementary color
Monochromatic Colors of #F1B5E7
Black with #F1B5E7
Text Example
Text Example
White with #F1B5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B5E7; }
p { color: rgb(241,181,231); }
H1.HeaderClassName
{
color: #F1B5E7;
}
.AnyTagClassName
{
color: #F1B5E7;
}
</style>
background-color css
<style>
a { background-color: #F1B5E7; }
a { background-color: rgb(241,181,231); }
div.DivClassName
{
background-color: #F1B5E7;
}
.BgClassName
{
background-color: #F1B5E7;
}
</style>
border-color css
<style>
span { border-color: #F1B5E7; }
span { border-color: rgb(241,181,231); }
td.TdClassName
{
border-color: #F1B5E7;
}
.TagClassName
{
border-color: #F1B5E7;
}
</style>