Shades of French Lilac #F0B5EE
Tints of French Lilac #F0B5EE
RGB
CMYK
RGB Variations
Color information
#F0B5EE (or 0xF0B5EE) is known color: French Lilac. HEX triplet: F0, B5 and EE. RGB value is (240,181,238). Sum of RGB (Red+Green+Blue) = 240+181+238=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 181 (71.09% from 255 or 27.47% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B5EE is #0F4A11. Grayscale: #CCCCCC. Windows color (decimal): -1002002 or 15644144. OLE color: 15644144.
HSL color Cylindrical-coordinate representation of color #F0B5EE: hue angle of 302.03º 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 #F0B5EE is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 181 | 238 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.06 |
| HSL | 302.03º | 0.66% | 0.83% | - |
| HSV(B) | 302.03º | 0.25% | 0.94% | - |
| XYZ | 67.89 | 57.75 | 88.46 | - |
| YUV | 205.14 | 146.55 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 238 | 0 | 0.25 | 0.01 | 0.06 | 302.03 | 0.66 | 0.83 |
| Hex | F0 | B5 | EE | 0 | 19 | 1 | 6 | 12E | 42 | 53 |
| Octal | 360 | 265 | 356 | 0 | 31 | 1 | 6 | 456 | 102 | 123 |
| Binary | 11110000 | 10110101 | 11101110 | 0 | 11001 | 1 | 110 | 100101110 | 1000010 | 1010011 |
Color Harmonies of #F0B5EE
Complementary color
Monochromatic Colors of #F0B5EE
Black with #F0B5EE
Text Example
Text Example
White with #F0B5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B5EE; }
p { color: rgb(240,181,238); }
H1.HeaderClassName
{
color: #F0B5EE;
}
.AnyTagClassName
{
color: #F0B5EE;
}
</style>
background-color css
<style>
a { background-color: #F0B5EE; }
a { background-color: rgb(240,181,238); }
div.DivClassName
{
background-color: #F0B5EE;
}
.BgClassName
{
background-color: #F0B5EE;
}
</style>
border-color css
<style>
span { border-color: #F0B5EE; }
span { border-color: rgb(240,181,238); }
td.TdClassName
{
border-color: #F0B5EE;
}
.TagClassName
{
border-color: #F0B5EE;
}
</style>