Shades of French Lilac #F0BFEB
Tints of French Lilac #F0BFEB
RGB
CMYK
RGB Variations
Color information
#F0BFEB (or 0xF0BFEB) is known color: French Lilac. HEX triplet: F0, BF and EB. RGB value is (240,191,235). Sum of RGB (Red+Green+Blue) = 240+191+235=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 191 (75% from 255 or 28.68% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BFEB is #0F4014. Grayscale: #D2D2D2. Windows color (decimal): -999445 or 15450096. OLE color: 15450096.
HSL color Cylindrical-coordinate representation of color #F0BFEB: hue angle of 306.12º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0BFEB is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 235 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.06 |
| HSL | 306.12º | 0.62% | 0.85% | - |
| HSV(B) | 306.12º | 0.2% | 0.94% | - |
| XYZ | 69.56 | 61.79 | 86.86 | - |
| YUV | 210.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 235 | 0 | 0.20 | 0.02 | 0.06 | 306.12 | 0.62 | 0.85 |
| Hex | F0 | BF | EB | 0 | 14 | 2 | 6 | 132 | 3E | 55 |
| Octal | 360 | 277 | 353 | 0 | 24 | 2 | 6 | 462 | 76 | 125 |
| Binary | 11110000 | 10111111 | 11101011 | 0 | 10100 | 10 | 110 | 100110010 | 111110 | 1010101 |
Color Harmonies of #F0BFEB
Complementary color
Monochromatic Colors of #F0BFEB
Black with #F0BFEB
Text Example
Text Example
White with #F0BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFEB; }
p { color: rgb(240,191,235); }
H1.HeaderClassName
{
color: #F0BFEB;
}
.AnyTagClassName
{
color: #F0BFEB;
}
</style>
background-color css
<style>
a { background-color: #F0BFEB; }
a { background-color: rgb(240,191,235); }
div.DivClassName
{
background-color: #F0BFEB;
}
.BgClassName
{
background-color: #F0BFEB;
}
</style>
border-color css
<style>
span { border-color: #F0BFEB; }
span { border-color: rgb(240,191,235); }
td.TdClassName
{
border-color: #F0BFEB;
}
.TagClassName
{
border-color: #F0BFEB;
}
</style>