Shades of French Lilac #F0B9E9
Tints of French Lilac #F0B9E9
RGB
CMYK
RGB Variations
Color information
#F0B9E9 (or 0xF0B9E9) is known color: French Lilac. HEX triplet: F0, B9 and E9. RGB value is (240,185,233). Sum of RGB (Red+Green+Blue) = 240+185+233=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 185 (72.66% from 255 or 28.12% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B9E9 is #0F4616. Grayscale: #CECECE. Windows color (decimal): -1000983 or 15317488. OLE color: 15317488.
HSL color Cylindrical-coordinate representation of color #F0B9E9: hue angle of 307.64º 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 #F0B9E9 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 233 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.06 |
| HSL | 307.64º | 0.65% | 0.83% | - |
| HSV(B) | 307.64º | 0.23% | 0.94% | - |
| XYZ | 67.99 | 59.11 | 84.92 | - |
| YUV | 206.92 | 142.72 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 233 | 0 | 0.23 | 0.03 | 0.06 | 307.64 | 0.65 | 0.83 |
| Hex | F0 | B9 | E9 | 0 | 17 | 3 | 6 | 134 | 41 | 53 |
| Octal | 360 | 271 | 351 | 0 | 27 | 3 | 6 | 464 | 101 | 123 |
| Binary | 11110000 | 10111001 | 11101001 | 0 | 10111 | 11 | 110 | 100110100 | 1000001 | 1010011 |
Color Harmonies of #F0B9E9
Complementary color
Monochromatic Colors of #F0B9E9
Black with #F0B9E9
Text Example
Text Example
White with #F0B9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B9E9; }
p { color: rgb(240,185,233); }
H1.HeaderClassName
{
color: #F0B9E9;
}
.AnyTagClassName
{
color: #F0B9E9;
}
</style>
background-color css
<style>
a { background-color: #F0B9E9; }
a { background-color: rgb(240,185,233); }
div.DivClassName
{
background-color: #F0B9E9;
}
.BgClassName
{
background-color: #F0B9E9;
}
</style>
border-color css
<style>
span { border-color: #F0B9E9; }
span { border-color: rgb(240,185,233); }
td.TdClassName
{
border-color: #F0B9E9;
}
.TagClassName
{
border-color: #F0B9E9;
}
</style>