Shades of French Lilac #F0B7E9
Tints of French Lilac #F0B7E9
RGB
CMYK
RGB Variations
Color information
#F0B7E9 (or 0xF0B7E9) is known color: French Lilac. HEX triplet: F0, B7 and E9. RGB value is (240,183,233). Sum of RGB (Red+Green+Blue) = 240+183+233=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 183 (71.88% from 255 or 27.90% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B7E9 is #0F4816. Grayscale: #CDCDCD. Windows color (decimal): -1001495 or 15316976. OLE color: 15316976.
HSL color Cylindrical-coordinate representation of color #F0B7E9: hue angle of 307.37º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0B7E9 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 233 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.06 |
| HSL | 307.37º | 0.66% | 0.83% | - |
| HSV(B) | 307.37º | 0.24% | 0.94% | - |
| XYZ | 67.58 | 58.28 | 84.78 | - |
| YUV | 205.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 233 | 0 | 0.24 | 0.03 | 0.06 | 307.37 | 0.66 | 0.83 |
| Hex | F0 | B7 | E9 | 0 | 18 | 3 | 6 | 133 | 42 | 53 |
| Octal | 360 | 267 | 351 | 0 | 30 | 3 | 6 | 463 | 102 | 123 |
| Binary | 11110000 | 10110111 | 11101001 | 0 | 11000 | 11 | 110 | 100110011 | 1000010 | 1010011 |
Color Harmonies of #F0B7E9
Complementary color
Monochromatic Colors of #F0B7E9
Black with #F0B7E9
Text Example
Text Example
White with #F0B7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B7E9; }
p { color: rgb(240,183,233); }
H1.HeaderClassName
{
color: #F0B7E9;
}
.AnyTagClassName
{
color: #F0B7E9;
}
</style>
background-color css
<style>
a { background-color: #F0B7E9; }
a { background-color: rgb(240,183,233); }
div.DivClassName
{
background-color: #F0B7E9;
}
.BgClassName
{
background-color: #F0B7E9;
}
</style>
border-color css
<style>
span { border-color: #F0B7E9; }
span { border-color: rgb(240,183,233); }
td.TdClassName
{
border-color: #F0B7E9;
}
.TagClassName
{
border-color: #F0B7E9;
}
</style>