Shades of French Lilac #F0BCE5
Tints of French Lilac #F0BCE5
RGB
CMYK
RGB Variations
Color information
#F0BCE5 (or 0xF0BCE5) is known color: French Lilac. HEX triplet: F0, BC and E5. RGB value is (240,188,229). Sum of RGB (Red+Green+Blue) = 240+188+229=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 188 (73.83% from 255 or 28.61% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCE5 is #0F431A. Grayscale: #D0D0D0. Windows color (decimal): -1000219 or 15056112. OLE color: 15056112.
HSL color Cylindrical-coordinate representation of color #F0BCE5: hue angle of 312.69º 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 #F0BCE5 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 229 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.06 |
| HSL | 312.69º | 0.63% | 0.84% | - |
| HSV(B) | 312.69º | 0.22% | 0.94% | - |
| XYZ | 68.06 | 60.15 | 82.15 | - |
| YUV | 208.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 229 | 0 | 0.22 | 0.05 | 0.06 | 312.69 | 0.63 | 0.84 |
| Hex | F0 | BC | E5 | 0 | 16 | 5 | 6 | 139 | 3F | 54 |
| Octal | 360 | 274 | 345 | 0 | 26 | 5 | 6 | 471 | 77 | 124 |
| Binary | 11110000 | 10111100 | 11100101 | 0 | 10110 | 101 | 110 | 100111001 | 111111 | 1010100 |
Color Harmonies of #F0BCE5
Complementary color
Monochromatic Colors of #F0BCE5
Black with #F0BCE5
Text Example
Text Example
White with #F0BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCE5; }
p { color: rgb(240,188,229); }
H1.HeaderClassName
{
color: #F0BCE5;
}
.AnyTagClassName
{
color: #F0BCE5;
}
</style>
background-color css
<style>
a { background-color: #F0BCE5; }
a { background-color: rgb(240,188,229); }
div.DivClassName
{
background-color: #F0BCE5;
}
.BgClassName
{
background-color: #F0BCE5;
}
</style>
border-color css
<style>
span { border-color: #F0BCE5; }
span { border-color: rgb(240,188,229); }
td.TdClassName
{
border-color: #F0BCE5;
}
.TagClassName
{
border-color: #F0BCE5;
}
</style>