Shades of French Lilac #F0B9F3
Tints of French Lilac #F0B9F3
RGB
CMYK
RGB Variations
Color information
#F0B9F3 (or 0xF0B9F3) is known color: French Lilac. HEX triplet: F0, B9 and F3. RGB value is (240,185,243). Sum of RGB (Red+Green+Blue) = 240+185+243=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 185 (72.66% from 255 or 27.69% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0B9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B9F3 is #0F460C. Grayscale: #CFCFCF. Windows color (decimal): -1000973 or 15972848. OLE color: 15972848.
HSL color Cylindrical-coordinate representation of color #F0B9F3: hue angle of 296.9º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0B9F3 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 185 | 243 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.05 |
| HSL | 296.9º | 0.71% | 0.84% | - |
| HSV(B) | 296.9º | 0.24% | 0.95% | - |
| XYZ | 69.46 | 59.69 | 92.66 | - |
| YUV | 208.06 | 147.72 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 243 | 0.01 | 0.24 | 0 | 0.05 | 296.9 | 0.71 | 0.84 |
| Hex | F0 | B9 | F3 | 1 | 18 | 0 | 5 | 129 | 47 | 54 |
| Octal | 360 | 271 | 363 | 1 | 30 | 0 | 5 | 451 | 107 | 124 |
| Binary | 11110000 | 10111001 | 11110011 | 1 | 11000 | 0 | 101 | 100101001 | 1000111 | 1010100 |
Color Harmonies of #F0B9F3
Complementary color
Monochromatic Colors of #F0B9F3
Black with #F0B9F3
Text Example
Text Example
White with #F0B9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B9F3; }
p { color: rgb(240,185,243); }
H1.HeaderClassName
{
color: #F0B9F3;
}
.AnyTagClassName
{
color: #F0B9F3;
}
</style>
background-color css
<style>
a { background-color: #F0B9F3; }
a { background-color: rgb(240,185,243); }
div.DivClassName
{
background-color: #F0B9F3;
}
.BgClassName
{
background-color: #F0B9F3;
}
</style>
border-color css
<style>
span { border-color: #F0B9F3; }
span { border-color: rgb(240,185,243); }
td.TdClassName
{
border-color: #F0B9F3;
}
.TagClassName
{
border-color: #F0B9F3;
}
</style>