Shades of French Lilac #F0B8ED
Tints of French Lilac #F0B8ED
RGB
CMYK
RGB Variations
Color information
#F0B8ED (or 0xF0B8ED) is known color: French Lilac. HEX triplet: F0, B8 and ED. RGB value is (240,184,237). Sum of RGB (Red+Green+Blue) = 240+184+237=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 184 (72.27% from 255 or 27.84% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B8ED is #0F4712. Grayscale: #CECECE. Windows color (decimal): -1001235 or 15579376. OLE color: 15579376.
HSL color Cylindrical-coordinate representation of color #F0B8ED: hue angle of 303.21º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0B8ED is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 237 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.06 |
| HSL | 303.21º | 0.65% | 0.83% | - |
| HSV(B) | 303.21º | 0.23% | 0.94% | - |
| XYZ | 68.36 | 58.92 | 87.89 | - |
| YUV | 206.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 237 | 0 | 0.23 | 0.01 | 0.06 | 303.21 | 0.65 | 0.83 |
| Hex | F0 | B8 | ED | 0 | 17 | 1 | 6 | 12F | 41 | 53 |
| Octal | 360 | 270 | 355 | 0 | 27 | 1 | 6 | 457 | 101 | 123 |
| Binary | 11110000 | 10111000 | 11101101 | 0 | 10111 | 1 | 110 | 100101111 | 1000001 | 1010011 |
Color Harmonies of #F0B8ED
Complementary color
Monochromatic Colors of #F0B8ED
Black with #F0B8ED
Text Example
Text Example
White with #F0B8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B8ED; }
p { color: rgb(240,184,237); }
H1.HeaderClassName
{
color: #F0B8ED;
}
.AnyTagClassName
{
color: #F0B8ED;
}
</style>
background-color css
<style>
a { background-color: #F0B8ED; }
a { background-color: rgb(240,184,237); }
div.DivClassName
{
background-color: #F0B8ED;
}
.BgClassName
{
background-color: #F0B8ED;
}
</style>
border-color css
<style>
span { border-color: #F0B8ED; }
span { border-color: rgb(240,184,237); }
td.TdClassName
{
border-color: #F0B8ED;
}
.TagClassName
{
border-color: #F0B8ED;
}
</style>