Shades of French Lilac #F0BCED
Tints of French Lilac #F0BCED
RGB
CMYK
RGB Variations
Color information
#F0BCED (or 0xF0BCED) is known color: French Lilac. HEX triplet: F0, BC and ED. RGB value is (240,188,237). Sum of RGB (Red+Green+Blue) = 240+188+237=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BCED is #0F4312. Grayscale: #D0D0D0. Windows color (decimal): -1000211 or 15580400. OLE color: 15580400.
HSL color Cylindrical-coordinate representation of color #F0BCED: hue angle of 303.46º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BCED is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 237 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.06 |
| HSL | 303.46º | 0.63% | 0.84% | - |
| HSV(B) | 303.46º | 0.22% | 0.94% | - |
| XYZ | 69.2 | 60.61 | 88.17 | - |
| YUV | 209.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 237 | 0 | 0.22 | 0.01 | 0.06 | 303.46 | 0.63 | 0.84 |
| Hex | F0 | BC | ED | 0 | 16 | 1 | 6 | 12F | 3F | 54 |
| Octal | 360 | 274 | 355 | 0 | 26 | 1 | 6 | 457 | 77 | 124 |
| Binary | 11110000 | 10111100 | 11101101 | 0 | 10110 | 1 | 110 | 100101111 | 111111 | 1010100 |
Color Harmonies of #F0BCED
Complementary color
Monochromatic Colors of #F0BCED
Black with #F0BCED
Text Example
Text Example
White with #F0BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCED; }
p { color: rgb(240,188,237); }
H1.HeaderClassName
{
color: #F0BCED;
}
.AnyTagClassName
{
color: #F0BCED;
}
</style>
background-color css
<style>
a { background-color: #F0BCED; }
a { background-color: rgb(240,188,237); }
div.DivClassName
{
background-color: #F0BCED;
}
.BgClassName
{
background-color: #F0BCED;
}
</style>
border-color css
<style>
span { border-color: #F0BCED; }
span { border-color: rgb(240,188,237); }
td.TdClassName
{
border-color: #F0BCED;
}
.TagClassName
{
border-color: #F0BCED;
}
</style>