Shades of French Lilac #F0B9E6
Tints of French Lilac #F0B9E6
RGB
CMYK
RGB Variations
Color information
#F0B9E6 (or 0xF0B9E6) is known color: French Lilac. HEX triplet: F0, B9 and E6. RGB value is (240,185,230). Sum of RGB (Red+Green+Blue) = 240+185+230=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 185 (72.66% from 255 or 28.24% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B9E6 is #0F4619. Grayscale: #CECECE. Windows color (decimal): -1000986 or 15120880. OLE color: 15120880.
HSL color Cylindrical-coordinate representation of color #F0B9E6: hue angle of 310.91º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0B9E6 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 230 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.06 |
| HSL | 310.91º | 0.65% | 0.83% | - |
| HSV(B) | 310.91º | 0.23% | 0.94% | - |
| XYZ | 67.57 | 58.94 | 82.68 | - |
| YUV | 206.58 | 141.22 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 230 | 0 | 0.23 | 0.04 | 0.06 | 310.91 | 0.65 | 0.83 |
| Hex | F0 | B9 | E6 | 0 | 17 | 4 | 6 | 137 | 41 | 53 |
| Octal | 360 | 271 | 346 | 0 | 27 | 4 | 6 | 467 | 101 | 123 |
| Binary | 11110000 | 10111001 | 11100110 | 0 | 10111 | 100 | 110 | 100110111 | 1000001 | 1010011 |
Color Harmonies of #F0B9E6
Complementary color
Monochromatic Colors of #F0B9E6
Black with #F0B9E6
Text Example
Text Example
White with #F0B9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B9E6; }
p { color: rgb(240,185,230); }
H1.HeaderClassName
{
color: #F0B9E6;
}
.AnyTagClassName
{
color: #F0B9E6;
}
</style>
background-color css
<style>
a { background-color: #F0B9E6; }
a { background-color: rgb(240,185,230); }
div.DivClassName
{
background-color: #F0B9E6;
}
.BgClassName
{
background-color: #F0B9E6;
}
</style>
border-color css
<style>
span { border-color: #F0B9E6; }
span { border-color: rgb(240,185,230); }
td.TdClassName
{
border-color: #F0B9E6;
}
.TagClassName
{
border-color: #F0B9E6;
}
</style>