Shades of French Lilac #F0B3ED
Tints of French Lilac #F0B3ED
RGB
CMYK
RGB Variations
Color information
#F0B3ED (or 0xF0B3ED) is known color: French Lilac. HEX triplet: F0, B3 and ED. RGB value is (240,179,237). Sum of RGB (Red+Green+Blue) = 240+179+237=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 179 (70.31% from 255 or 27.29% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B3ED is #0F4C12. Grayscale: #CBCBCB. Windows color (decimal): -1002515 or 15578096. OLE color: 15578096.
HSL color Cylindrical-coordinate representation of color #F0B3ED: hue angle of 302.95º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B3ED is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 237 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.06 |
| HSL | 302.95º | 0.67% | 0.82% | - |
| HSV(B) | 302.95º | 0.25% | 0.94% | - |
| XYZ | 67.34 | 56.88 | 87.55 | - |
| YUV | 203.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 237 | 0 | 0.25 | 0.01 | 0.06 | 302.95 | 0.67 | 0.82 |
| Hex | F0 | B3 | ED | 0 | 19 | 1 | 6 | 12F | 43 | 52 |
| Octal | 360 | 263 | 355 | 0 | 31 | 1 | 6 | 457 | 103 | 122 |
| Binary | 11110000 | 10110011 | 11101101 | 0 | 11001 | 1 | 110 | 100101111 | 1000011 | 1010010 |
Color Harmonies of #F0B3ED
Complementary color
Monochromatic Colors of #F0B3ED
Black with #F0B3ED
Text Example
Text Example
White with #F0B3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B3ED; }
p { color: rgb(240,179,237); }
H1.HeaderClassName
{
color: #F0B3ED;
}
.AnyTagClassName
{
color: #F0B3ED;
}
</style>
background-color css
<style>
a { background-color: #F0B3ED; }
a { background-color: rgb(240,179,237); }
div.DivClassName
{
background-color: #F0B3ED;
}
.BgClassName
{
background-color: #F0B3ED;
}
</style>
border-color css
<style>
span { border-color: #F0B3ED; }
span { border-color: rgb(240,179,237); }
td.TdClassName
{
border-color: #F0B3ED;
}
.TagClassName
{
border-color: #F0B3ED;
}
</style>