Shades of French Lilac #F0BDE7
Tints of French Lilac #F0BDE7
RGB
CMYK
RGB Variations
Color information
#F0BDE7 (or 0xF0BDE7) is known color: French Lilac. HEX triplet: F0, BD and E7. RGB value is (240,189,231). Sum of RGB (Red+Green+Blue) = 240+189+231=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 231 (90.62% from 255 or 35% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BDE7 is #0F4218. Grayscale: #D0D0D0. Windows color (decimal): -999961 or 15187440. OLE color: 15187440.
HSL color Cylindrical-coordinate representation of color #F0BDE7: hue angle of 310.59º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BDE7 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 231 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.06 |
| HSL | 310.59º | 0.63% | 0.84% | - |
| HSV(B) | 310.59º | 0.21% | 0.94% | - |
| XYZ | 68.56 | 60.69 | 83.7 | - |
| YUV | 209.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 231 | 0 | 0.21 | 0.04 | 0.06 | 310.59 | 0.63 | 0.84 |
| Hex | F0 | BD | E7 | 0 | 15 | 4 | 6 | 137 | 3F | 54 |
| Octal | 360 | 275 | 347 | 0 | 25 | 4 | 6 | 467 | 77 | 124 |
| Binary | 11110000 | 10111101 | 11100111 | 0 | 10101 | 100 | 110 | 100110111 | 111111 | 1010100 |
Color Harmonies of #F0BDE7
Complementary color
Monochromatic Colors of #F0BDE7
Black with #F0BDE7
Text Example
Text Example
White with #F0BDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BDE7; }
p { color: rgb(240,189,231); }
H1.HeaderClassName
{
color: #F0BDE7;
}
.AnyTagClassName
{
color: #F0BDE7;
}
</style>
background-color css
<style>
a { background-color: #F0BDE7; }
a { background-color: rgb(240,189,231); }
div.DivClassName
{
background-color: #F0BDE7;
}
.BgClassName
{
background-color: #F0BDE7;
}
</style>
border-color css
<style>
span { border-color: #F0BDE7; }
span { border-color: rgb(240,189,231); }
td.TdClassName
{
border-color: #F0BDE7;
}
.TagClassName
{
border-color: #F0BDE7;
}
</style>