Shades of French Lilac #F0B5EA
Tints of French Lilac #F0B5EA
RGB
CMYK
RGB Variations
Color information
#F0B5EA (or 0xF0B5EA) is known color: French Lilac. HEX triplet: F0, B5 and EA. RGB value is (240,181,234). Sum of RGB (Red+Green+Blue) = 240+181+234=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 181 (71.09% from 255 or 27.63% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B5EA is #0F4A15. Grayscale: #CCCCCC. Windows color (decimal): -1002006 or 15382000. OLE color: 15382000.
HSL color Cylindrical-coordinate representation of color #F0B5EA: hue angle of 306.1º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B5EA is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 181 | 234 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.06 |
| HSL | 306.1º | 0.66% | 0.83% | - |
| HSV(B) | 306.1º | 0.25% | 0.94% | - |
| XYZ | 67.31 | 57.51 | 85.4 | - |
| YUV | 204.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 234 | 0 | 0.25 | 0.02 | 0.06 | 306.1 | 0.66 | 0.83 |
| Hex | F0 | B5 | EA | 0 | 19 | 2 | 6 | 132 | 42 | 53 |
| Octal | 360 | 265 | 352 | 0 | 31 | 2 | 6 | 462 | 102 | 123 |
| Binary | 11110000 | 10110101 | 11101010 | 0 | 11001 | 10 | 110 | 100110010 | 1000010 | 1010011 |
Color Harmonies of #F0B5EA
Complementary color
Monochromatic Colors of #F0B5EA
Black with #F0B5EA
Text Example
Text Example
White with #F0B5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B5EA; }
p { color: rgb(240,181,234); }
H1.HeaderClassName
{
color: #F0B5EA;
}
.AnyTagClassName
{
color: #F0B5EA;
}
</style>
background-color css
<style>
a { background-color: #F0B5EA; }
a { background-color: rgb(240,181,234); }
div.DivClassName
{
background-color: #F0B5EA;
}
.BgClassName
{
background-color: #F0B5EA;
}
</style>
border-color css
<style>
span { border-color: #F0B5EA; }
span { border-color: rgb(240,181,234); }
td.TdClassName
{
border-color: #F0B5EA;
}
.TagClassName
{
border-color: #F0B5EA;
}
</style>