Shades of French Lilac #F0BDED
Tints of French Lilac #F0BDED
RGB
CMYK
RGB Variations
Color information
#F0BDED (or 0xF0BDED) is known color: French Lilac. HEX triplet: F0, BD and ED. RGB value is (240,189,237). Sum of RGB (Red+Green+Blue) = 240+189+237=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BDED is #0F4212. Grayscale: #D1D1D1. Windows color (decimal): -999955 or 15580656. OLE color: 15580656.
HSL color Cylindrical-coordinate representation of color #F0BDED: hue angle of 303.53º 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 #F0BDED is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 237 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.06 |
| HSL | 303.53º | 0.63% | 0.84% | - |
| HSV(B) | 303.53º | 0.21% | 0.94% | - |
| XYZ | 69.42 | 61.03 | 88.24 | - |
| YUV | 209.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 237 | 0 | 0.21 | 0.01 | 0.06 | 303.53 | 0.63 | 0.84 |
| Hex | F0 | BD | ED | 0 | 15 | 1 | 6 | 130 | 3F | 54 |
| Octal | 360 | 275 | 355 | 0 | 25 | 1 | 6 | 460 | 77 | 124 |
| Binary | 11110000 | 10111101 | 11101101 | 0 | 10101 | 1 | 110 | 100110000 | 111111 | 1010100 |
Color Harmonies of #F0BDED
Complementary color
Monochromatic Colors of #F0BDED
Black with #F0BDED
Text Example
Text Example
White with #F0BDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BDED; }
p { color: rgb(240,189,237); }
H1.HeaderClassName
{
color: #F0BDED;
}
.AnyTagClassName
{
color: #F0BDED;
}
</style>
background-color css
<style>
a { background-color: #F0BDED; }
a { background-color: rgb(240,189,237); }
div.DivClassName
{
background-color: #F0BDED;
}
.BgClassName
{
background-color: #F0BDED;
}
</style>
border-color css
<style>
span { border-color: #F0BDED; }
span { border-color: rgb(240,189,237); }
td.TdClassName
{
border-color: #F0BDED;
}
.TagClassName
{
border-color: #F0BDED;
}
</style>