Shades of French Lilac #F0B2EC
Tints of French Lilac #F0B2EC
RGB
CMYK
RGB Variations
Color information
#F0B2EC (or 0xF0B2EC) is known color: French Lilac. HEX triplet: F0, B2 and EC. RGB value is (240,178,236). Sum of RGB (Red+Green+Blue) = 240+178+236=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 178 (69.92% from 255 or 27.22% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B2EC is #0F4D13. Grayscale: #CACACA. Windows color (decimal): -1002772 or 15512304. OLE color: 15512304.
HSL color Cylindrical-coordinate representation of color #F0B2EC: hue angle of 303.87º 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 #F0B2EC is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 236 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.06 |
| HSL | 303.87º | 0.67% | 0.82% | - |
| HSV(B) | 303.87º | 0.26% | 0.94% | - |
| XYZ | 67 | 56.42 | 86.72 | - |
| YUV | 203.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 236 | 0 | 0.26 | 0.02 | 0.06 | 303.87 | 0.67 | 0.82 |
| Hex | F0 | B2 | EC | 0 | 1A | 2 | 6 | 130 | 43 | 52 |
| Octal | 360 | 262 | 354 | 0 | 32 | 2 | 6 | 460 | 103 | 122 |
| Binary | 11110000 | 10110010 | 11101100 | 0 | 11010 | 10 | 110 | 100110000 | 1000011 | 1010010 |
Color Harmonies of #F0B2EC
Complementary color
Monochromatic Colors of #F0B2EC
Black with #F0B2EC
Text Example
Text Example
White with #F0B2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B2EC; }
p { color: rgb(240,178,236); }
H1.HeaderClassName
{
color: #F0B2EC;
}
.AnyTagClassName
{
color: #F0B2EC;
}
</style>
background-color css
<style>
a { background-color: #F0B2EC; }
a { background-color: rgb(240,178,236); }
div.DivClassName
{
background-color: #F0B2EC;
}
.BgClassName
{
background-color: #F0B2EC;
}
</style>
border-color css
<style>
span { border-color: #F0B2EC; }
span { border-color: rgb(240,178,236); }
td.TdClassName
{
border-color: #F0B2EC;
}
.TagClassName
{
border-color: #F0B2EC;
}
</style>