Shades of French Lilac #F1BDEF
Tints of French Lilac #F1BDEF
RGB
CMYK
RGB Variations
Color information
#F1BDEF (or 0xF1BDEF) is known color: French Lilac. HEX triplet: F1, BD and EF. RGB value is (241,189,239). Sum of RGB (Red+Green+Blue) = 241+189+239=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BDEF is #0E4210. Grayscale: #D2D2D2. Windows color (decimal): -934417 or 15711729. OLE color: 15711729.
HSL color Cylindrical-coordinate representation of color #F1BDEF: hue angle of 302.31º 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 #F1BDEF is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 189 | 239 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.05 |
| HSL | 302.31º | 0.65% | 0.84% | - |
| HSV(B) | 302.31º | 0.22% | 0.95% | - |
| XYZ | 70.05 | 61.33 | 89.81 | - |
| YUV | 210.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 189 | 239 | 0 | 0.22 | 0.01 | 0.05 | 302.31 | 0.65 | 0.84 |
| Hex | F1 | BD | EF | 0 | 16 | 1 | 5 | 12E | 41 | 54 |
| Octal | 361 | 275 | 357 | 0 | 26 | 1 | 5 | 456 | 101 | 124 |
| Binary | 11110001 | 10111101 | 11101111 | 0 | 10110 | 1 | 101 | 100101110 | 1000001 | 1010100 |
Color Harmonies of #F1BDEF
Complementary color
Monochromatic Colors of #F1BDEF
Black with #F1BDEF
Text Example
Text Example
White with #F1BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BDEF; }
p { color: rgb(241,189,239); }
H1.HeaderClassName
{
color: #F1BDEF;
}
.AnyTagClassName
{
color: #F1BDEF;
}
</style>
background-color css
<style>
a { background-color: #F1BDEF; }
a { background-color: rgb(241,189,239); }
div.DivClassName
{
background-color: #F1BDEF;
}
.BgClassName
{
background-color: #F1BDEF;
}
</style>
border-color css
<style>
span { border-color: #F1BDEF; }
span { border-color: rgb(241,189,239); }
td.TdClassName
{
border-color: #F1BDEF;
}
.TagClassName
{
border-color: #F1BDEF;
}
</style>