Shades of French Lilac #F0B2EB
Tints of French Lilac #F0B2EB
RGB
CMYK
RGB Variations
Color information
#F0B2EB (or 0xF0B2EB) is known color: French Lilac. HEX triplet: F0, B2 and EB. RGB value is (240,178,235). Sum of RGB (Red+Green+Blue) = 240+178+235=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 178 (69.92% from 255 or 27.26% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B2EB is #0F4D14. Grayscale: #CACACA. Windows color (decimal): -1002773 or 15446768. OLE color: 15446768.
HSL color Cylindrical-coordinate representation of color #F0B2EB: hue angle of 304.84º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B2EB is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 235 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.06 |
| HSL | 304.84º | 0.67% | 0.82% | - |
| HSV(B) | 304.84º | 0.26% | 0.94% | - |
| XYZ | 66.85 | 56.36 | 85.95 | - |
| YUV | 203.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 235 | 0 | 0.26 | 0.02 | 0.06 | 304.84 | 0.67 | 0.82 |
| Hex | F0 | B2 | EB | 0 | 1A | 2 | 6 | 131 | 43 | 52 |
| Octal | 360 | 262 | 353 | 0 | 32 | 2 | 6 | 461 | 103 | 122 |
| Binary | 11110000 | 10110010 | 11101011 | 0 | 11010 | 10 | 110 | 100110001 | 1000011 | 1010010 |
Color Harmonies of #F0B2EB
Complementary color
Monochromatic Colors of #F0B2EB
Black with #F0B2EB
Text Example
Text Example
White with #F0B2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B2EB; }
p { color: rgb(240,178,235); }
H1.HeaderClassName
{
color: #F0B2EB;
}
.AnyTagClassName
{
color: #F0B2EB;
}
</style>
background-color css
<style>
a { background-color: #F0B2EB; }
a { background-color: rgb(240,178,235); }
div.DivClassName
{
background-color: #F0B2EB;
}
.BgClassName
{
background-color: #F0B2EB;
}
</style>
border-color css
<style>
span { border-color: #F0B2EB; }
span { border-color: rgb(240,178,235); }
td.TdClassName
{
border-color: #F0B2EB;
}
.TagClassName
{
border-color: #F0B2EB;
}
</style>