Shades of French Lilac #F1BFE7
Tints of French Lilac #F1BFE7
RGB
CMYK
RGB Variations
Color information
#F1BFE7 (or 0xF1BFE7) is known color: French Lilac. HEX triplet: F1, BF and E7. RGB value is (241,191,231). Sum of RGB (Red+Green+Blue) = 241+191+231=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 231 (90.62% from 255 or 34.84% from 663); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BFE7 is #0E4018. Grayscale: #D2D2D2. Windows color (decimal): -933913 or 15187953. OLE color: 15187953.
HSL color Cylindrical-coordinate representation of color #F1BFE7: hue angle of 312º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1BFE7 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 231 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.05 |
| HSL | 312º | 0.64% | 0.85% | - |
| HSV(B) | 312º | 0.21% | 0.95% | - |
| XYZ | 69.33 | 61.73 | 83.86 | - |
| YUV | 210.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 231 | 0 | 0.21 | 0.04 | 0.05 | 312 | 0.64 | 0.85 |
| Hex | F1 | BF | E7 | 0 | 15 | 4 | 5 | 138 | 40 | 55 |
| Octal | 361 | 277 | 347 | 0 | 25 | 4 | 5 | 470 | 100 | 125 |
| Binary | 11110001 | 10111111 | 11100111 | 0 | 10101 | 100 | 101 | 100111000 | 1000000 | 1010101 |
Color Harmonies of #F1BFE7
Complementary color
Monochromatic Colors of #F1BFE7
Black with #F1BFE7
Text Example
Text Example
White with #F1BFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFE7; }
p { color: rgb(241,191,231); }
H1.HeaderClassName
{
color: #F1BFE7;
}
.AnyTagClassName
{
color: #F1BFE7;
}
</style>
background-color css
<style>
a { background-color: #F1BFE7; }
a { background-color: rgb(241,191,231); }
div.DivClassName
{
background-color: #F1BFE7;
}
.BgClassName
{
background-color: #F1BFE7;
}
</style>
border-color css
<style>
span { border-color: #F1BFE7; }
span { border-color: rgb(241,191,231); }
td.TdClassName
{
border-color: #F1BFE7;
}
.TagClassName
{
border-color: #F1BFE7;
}
</style>