Shades of French Lilac #F1BDE9
Tints of French Lilac #F1BDE9
RGB
CMYK
RGB Variations
Color information
#F1BDE9 (or 0xF1BDE9) is known color: French Lilac. HEX triplet: F1, BD and E9. RGB value is (241,189,233). Sum of RGB (Red+Green+Blue) = 241+189+233=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BDE9 is #0E4216. Grayscale: #D1D1D1. Windows color (decimal): -934423 or 15318513. OLE color: 15318513.
HSL color Cylindrical-coordinate representation of color #F1BDE9: hue angle of 309.23º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1BDE9 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 189 | 233 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.05 |
| HSL | 309.23º | 0.65% | 0.84% | - |
| HSV(B) | 309.23º | 0.22% | 0.95% | - |
| XYZ | 69.18 | 60.98 | 85.21 | - |
| YUV | 209.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 189 | 233 | 0 | 0.22 | 0.03 | 0.05 | 309.23 | 0.65 | 0.84 |
| Hex | F1 | BD | E9 | 0 | 16 | 3 | 5 | 135 | 41 | 54 |
| Octal | 361 | 275 | 351 | 0 | 26 | 3 | 5 | 465 | 101 | 124 |
| Binary | 11110001 | 10111101 | 11101001 | 0 | 10110 | 11 | 101 | 100110101 | 1000001 | 1010100 |
Color Harmonies of #F1BDE9
Complementary color
Monochromatic Colors of #F1BDE9
Black with #F1BDE9
Text Example
Text Example
White with #F1BDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BDE9; }
p { color: rgb(241,189,233); }
H1.HeaderClassName
{
color: #F1BDE9;
}
.AnyTagClassName
{
color: #F1BDE9;
}
</style>
background-color css
<style>
a { background-color: #F1BDE9; }
a { background-color: rgb(241,189,233); }
div.DivClassName
{
background-color: #F1BDE9;
}
.BgClassName
{
background-color: #F1BDE9;
}
</style>
border-color css
<style>
span { border-color: #F1BDE9; }
span { border-color: rgb(241,189,233); }
td.TdClassName
{
border-color: #F1BDE9;
}
.TagClassName
{
border-color: #F1BDE9;
}
</style>