Shades of French Lilac #F0BFED
Tints of French Lilac #F0BFED
RGB
CMYK
RGB Variations
Color information
#F0BFED (or 0xF0BFED) is known color: French Lilac. HEX triplet: F0, BF and ED. RGB value is (240,191,237). Sum of RGB (Red+Green+Blue) = 240+191+237=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BFED is #0F4012. Grayscale: #D2D2D2. Windows color (decimal): -999443 or 15581168. OLE color: 15581168.
HSL color Cylindrical-coordinate representation of color #F0BFED: hue angle of 303.67º 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 #F0BFED is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 237 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.06 |
| HSL | 303.67º | 0.62% | 0.85% | - |
| HSV(B) | 303.67º | 0.2% | 0.94% | - |
| XYZ | 69.85 | 61.9 | 88.39 | - |
| YUV | 210.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 237 | 0 | 0.20 | 0.01 | 0.06 | 303.67 | 0.62 | 0.85 |
| Hex | F0 | BF | ED | 0 | 14 | 1 | 6 | 130 | 3E | 55 |
| Octal | 360 | 277 | 355 | 0 | 24 | 1 | 6 | 460 | 76 | 125 |
| Binary | 11110000 | 10111111 | 11101101 | 0 | 10100 | 1 | 110 | 100110000 | 111110 | 1010101 |
Color Harmonies of #F0BFED
Complementary color
Monochromatic Colors of #F0BFED
Black with #F0BFED
Text Example
Text Example
White with #F0BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFED; }
p { color: rgb(240,191,237); }
H1.HeaderClassName
{
color: #F0BFED;
}
.AnyTagClassName
{
color: #F0BFED;
}
</style>
background-color css
<style>
a { background-color: #F0BFED; }
a { background-color: rgb(240,191,237); }
div.DivClassName
{
background-color: #F0BFED;
}
.BgClassName
{
background-color: #F0BFED;
}
</style>
border-color css
<style>
span { border-color: #F0BFED; }
span { border-color: rgb(240,191,237); }
td.TdClassName
{
border-color: #F0BFED;
}
.TagClassName
{
border-color: #F0BFED;
}
</style>