Shades of French Lilac #F1BFE9
Tints of French Lilac #F1BFE9
RGB
CMYK
RGB Variations
Color information
#F1BFE9 (or 0xF1BFE9) is known color: French Lilac. HEX triplet: F1, BF and E9. RGB value is (241,191,233). Sum of RGB (Red+Green+Blue) = 241+191+233=665 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.24% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BFE9 is #0E4016. Grayscale: #D2D2D2. Windows color (decimal): -933911 or 15319025. OLE color: 15319025.
HSL color Cylindrical-coordinate representation of color #F1BFE9: hue angle of 309.6º 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 #F1BFE9 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 233 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.05 |
| HSL | 309.6º | 0.64% | 0.85% | - |
| HSV(B) | 309.6º | 0.21% | 0.95% | - |
| XYZ | 69.61 | 61.85 | 85.36 | - |
| YUV | 210.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 233 | 0 | 0.21 | 0.03 | 0.05 | 309.6 | 0.64 | 0.85 |
| Hex | F1 | BF | E9 | 0 | 15 | 3 | 5 | 136 | 40 | 55 |
| Octal | 361 | 277 | 351 | 0 | 25 | 3 | 5 | 466 | 100 | 125 |
| Binary | 11110001 | 10111111 | 11101001 | 0 | 10101 | 11 | 101 | 100110110 | 1000000 | 1010101 |
Color Harmonies of #F1BFE9
Complementary color
Monochromatic Colors of #F1BFE9
Black with #F1BFE9
Text Example
Text Example
White with #F1BFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFE9; }
p { color: rgb(241,191,233); }
H1.HeaderClassName
{
color: #F1BFE9;
}
.AnyTagClassName
{
color: #F1BFE9;
}
</style>
background-color css
<style>
a { background-color: #F1BFE9; }
a { background-color: rgb(241,191,233); }
div.DivClassName
{
background-color: #F1BFE9;
}
.BgClassName
{
background-color: #F1BFE9;
}
</style>
border-color css
<style>
span { border-color: #F1BFE9; }
span { border-color: rgb(241,191,233); }
td.TdClassName
{
border-color: #F1BFE9;
}
.TagClassName
{
border-color: #F1BFE9;
}
</style>