Shades of French Lilac #F0B9E5
Tints of French Lilac #F0B9E5
RGB
CMYK
RGB Variations
Color information
#F0B9E5 (or 0xF0B9E5) is known color: French Lilac. HEX triplet: F0, B9 and E5. RGB value is (240,185,229). Sum of RGB (Red+Green+Blue) = 240+185+229=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 185 (72.66% from 255 or 28.29% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B9E5 is #0F461A. Grayscale: #CECECE. Windows color (decimal): -1000987 or 15055344. OLE color: 15055344.
HSL color Cylindrical-coordinate representation of color #F0B9E5: hue angle of 312º 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 #F0B9E5 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 229 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.06 |
| HSL | 312º | 0.65% | 0.83% | - |
| HSV(B) | 312º | 0.23% | 0.94% | - |
| XYZ | 67.43 | 58.88 | 81.94 | - |
| YUV | 206.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 229 | 0 | 0.23 | 0.05 | 0.06 | 312 | 0.65 | 0.83 |
| Hex | F0 | B9 | E5 | 0 | 17 | 5 | 6 | 138 | 41 | 53 |
| Octal | 360 | 271 | 345 | 0 | 27 | 5 | 6 | 470 | 101 | 123 |
| Binary | 11110000 | 10111001 | 11100101 | 0 | 10111 | 101 | 110 | 100111000 | 1000001 | 1010011 |
Color Harmonies of #F0B9E5
Complementary color
Monochromatic Colors of #F0B9E5
Black with #F0B9E5
Text Example
Text Example
White with #F0B9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B9E5; }
p { color: rgb(240,185,229); }
H1.HeaderClassName
{
color: #F0B9E5;
}
.AnyTagClassName
{
color: #F0B9E5;
}
</style>
background-color css
<style>
a { background-color: #F0B9E5; }
a { background-color: rgb(240,185,229); }
div.DivClassName
{
background-color: #F0B9E5;
}
.BgClassName
{
background-color: #F0B9E5;
}
</style>
border-color css
<style>
span { border-color: #F0B9E5; }
span { border-color: rgb(240,185,229); }
td.TdClassName
{
border-color: #F0B9E5;
}
.TagClassName
{
border-color: #F0B9E5;
}
</style>