Shades of French Lilac #F0BCE8
Tints of French Lilac #F0BCE8
RGB
CMYK
RGB Variations
Color information
#F0BCE8 (or 0xF0BCE8) is known color: French Lilac. HEX triplet: F0, BC and E8. RGB value is (240,188,232). Sum of RGB (Red+Green+Blue) = 240+188+232=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 188 (73.83% from 255 or 28.48% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BCE8 is #0F4317. Grayscale: #D0D0D0. Windows color (decimal): -1000216 or 15252720. OLE color: 15252720.
HSL color Cylindrical-coordinate representation of color #F0BCE8: hue angle of 309.23º 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 #F0BCE8 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 232 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.06 |
| HSL | 309.23º | 0.63% | 0.84% | - |
| HSV(B) | 309.23º | 0.22% | 0.94% | - |
| XYZ | 68.48 | 60.32 | 84.38 | - |
| YUV | 208.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 232 | 0 | 0.22 | 0.03 | 0.06 | 309.23 | 0.63 | 0.84 |
| Hex | F0 | BC | E8 | 0 | 16 | 3 | 6 | 135 | 3F | 54 |
| Octal | 360 | 274 | 350 | 0 | 26 | 3 | 6 | 465 | 77 | 124 |
| Binary | 11110000 | 10111100 | 11101000 | 0 | 10110 | 11 | 110 | 100110101 | 111111 | 1010100 |
Color Harmonies of #F0BCE8
Complementary color
Monochromatic Colors of #F0BCE8
Black with #F0BCE8
Text Example
Text Example
White with #F0BCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCE8; }
p { color: rgb(240,188,232); }
H1.HeaderClassName
{
color: #F0BCE8;
}
.AnyTagClassName
{
color: #F0BCE8;
}
</style>
background-color css
<style>
a { background-color: #F0BCE8; }
a { background-color: rgb(240,188,232); }
div.DivClassName
{
background-color: #F0BCE8;
}
.BgClassName
{
background-color: #F0BCE8;
}
</style>
border-color css
<style>
span { border-color: #F0BCE8; }
span { border-color: rgb(240,188,232); }
td.TdClassName
{
border-color: #F0BCE8;
}
.TagClassName
{
border-color: #F0BCE8;
}
</style>