Shades of French Lilac #F0BCEC
Tints of French Lilac #F0BCEC
RGB
CMYK
RGB Variations
Color information
#F0BCEC (or 0xF0BCEC) is known color: French Lilac. HEX triplet: F0, BC and EC. RGB value is (240,188,236). Sum of RGB (Red+Green+Blue) = 240+188+236=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 188 (73.83% from 255 or 28.31% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BCEC is #0F4313. Grayscale: #D0D0D0. Windows color (decimal): -1000212 or 15514864. OLE color: 15514864.
HSL color Cylindrical-coordinate representation of color #F0BCEC: hue angle of 304.62º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BCEC is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 236 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.06 |
| HSL | 304.62º | 0.63% | 0.84% | - |
| HSV(B) | 304.62º | 0.22% | 0.94% | - |
| XYZ | 69.06 | 60.55 | 87.4 | - |
| YUV | 209.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 236 | 0 | 0.22 | 0.02 | 0.06 | 304.62 | 0.63 | 0.84 |
| Hex | F0 | BC | EC | 0 | 16 | 2 | 6 | 131 | 3F | 54 |
| Octal | 360 | 274 | 354 | 0 | 26 | 2 | 6 | 461 | 77 | 124 |
| Binary | 11110000 | 10111100 | 11101100 | 0 | 10110 | 10 | 110 | 100110001 | 111111 | 1010100 |
Color Harmonies of #F0BCEC
Complementary color
Monochromatic Colors of #F0BCEC
Black with #F0BCEC
Text Example
Text Example
White with #F0BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCEC; }
p { color: rgb(240,188,236); }
H1.HeaderClassName
{
color: #F0BCEC;
}
.AnyTagClassName
{
color: #F0BCEC;
}
</style>
background-color css
<style>
a { background-color: #F0BCEC; }
a { background-color: rgb(240,188,236); }
div.DivClassName
{
background-color: #F0BCEC;
}
.BgClassName
{
background-color: #F0BCEC;
}
</style>
border-color css
<style>
span { border-color: #F0BCEC; }
span { border-color: rgb(240,188,236); }
td.TdClassName
{
border-color: #F0BCEC;
}
.TagClassName
{
border-color: #F0BCEC;
}
</style>