Shades of French Lilac #F0BEED
Tints of French Lilac #F0BEED
RGB
CMYK
RGB Variations
Color information
#F0BEED (or 0xF0BEED) is known color: French Lilac. HEX triplet: F0, BE and ED. RGB value is (240,190,237). Sum of RGB (Red+Green+Blue) = 240+190+237=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 190 (74.61% from 255 or 28.49% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BEED is #0F4112. Grayscale: #D2D2D2. Windows color (decimal): -999699 or 15580912. OLE color: 15580912.
HSL color Cylindrical-coordinate representation of color #F0BEED: hue angle of 303.6º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BEED is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 237 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.06 |
| HSL | 303.6º | 0.63% | 0.84% | - |
| HSV(B) | 303.6º | 0.21% | 0.94% | - |
| XYZ | 69.63 | 61.47 | 88.31 | - |
| YUV | 210.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 237 | 0 | 0.21 | 0.01 | 0.06 | 303.6 | 0.63 | 0.84 |
| Hex | F0 | BE | ED | 0 | 15 | 1 | 6 | 130 | 3E | 54 |
| Octal | 360 | 276 | 355 | 0 | 25 | 1 | 6 | 460 | 76 | 124 |
| Binary | 11110000 | 10111110 | 11101101 | 0 | 10101 | 1 | 110 | 100110000 | 111110 | 1010100 |
Color Harmonies of #F0BEED
Complementary color
Monochromatic Colors of #F0BEED
Black with #F0BEED
Text Example
Text Example
White with #F0BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BEED; }
p { color: rgb(240,190,237); }
H1.HeaderClassName
{
color: #F0BEED;
}
.AnyTagClassName
{
color: #F0BEED;
}
</style>
background-color css
<style>
a { background-color: #F0BEED; }
a { background-color: rgb(240,190,237); }
div.DivClassName
{
background-color: #F0BEED;
}
.BgClassName
{
background-color: #F0BEED;
}
</style>
border-color css
<style>
span { border-color: #F0BEED; }
span { border-color: rgb(240,190,237); }
td.TdClassName
{
border-color: #F0BEED;
}
.TagClassName
{
border-color: #F0BEED;
}
</style>