Shades of French Lilac #F1BFE8
Tints of French Lilac #F1BFE8
RGB
CMYK
RGB Variations
Color information
#F1BFE8 (or 0xF1BFE8) is known color: French Lilac. HEX triplet: F1, BF and E8. RGB value is (241,191,232). Sum of RGB (Red+Green+Blue) = 241+191+232=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 232 (91.02% from 255 or 34.94% from 664); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BFE8 is #0E4017. Grayscale: #D2D2D2. Windows color (decimal): -933912 or 15253489. OLE color: 15253489.
HSL color Cylindrical-coordinate representation of color #F1BFE8: hue angle of 310.8º 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 #F1BFE8 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 232 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.05 |
| HSL | 310.8º | 0.64% | 0.85% | - |
| HSV(B) | 310.8º | 0.21% | 0.95% | - |
| XYZ | 69.47 | 61.79 | 84.61 | - |
| YUV | 210.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 232 | 0 | 0.21 | 0.04 | 0.05 | 310.8 | 0.64 | 0.85 |
| Hex | F1 | BF | E8 | 0 | 15 | 4 | 5 | 137 | 40 | 55 |
| Octal | 361 | 277 | 350 | 0 | 25 | 4 | 5 | 467 | 100 | 125 |
| Binary | 11110001 | 10111111 | 11101000 | 0 | 10101 | 100 | 101 | 100110111 | 1000000 | 1010101 |
Color Harmonies of #F1BFE8
Complementary color
Monochromatic Colors of #F1BFE8
Black with #F1BFE8
Text Example
Text Example
White with #F1BFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFE8; }
p { color: rgb(241,191,232); }
H1.HeaderClassName
{
color: #F1BFE8;
}
.AnyTagClassName
{
color: #F1BFE8;
}
</style>
background-color css
<style>
a { background-color: #F1BFE8; }
a { background-color: rgb(241,191,232); }
div.DivClassName
{
background-color: #F1BFE8;
}
.BgClassName
{
background-color: #F1BFE8;
}
</style>
border-color css
<style>
span { border-color: #F1BFE8; }
span { border-color: rgb(241,191,232); }
td.TdClassName
{
border-color: #F1BFE8;
}
.TagClassName
{
border-color: #F1BFE8;
}
</style>