Shades of French Lilac #F0B3F1
Tints of French Lilac #F0B3F1
RGB
CMYK
RGB Variations
Color information
#F0B3F1 (or 0xF0B3F1) is known color: French Lilac. HEX triplet: F0, B3 and F1. RGB value is (240,179,241). Sum of RGB (Red+Green+Blue) = 240+179+241=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 179 (70.31% from 255 or 27.12% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0B3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B3F1 is #0F4C0E. Grayscale: #CCCCCC. Windows color (decimal): -1002511 or 15840240. OLE color: 15840240.
HSL color Cylindrical-coordinate representation of color #F0B3F1: hue angle of 299.03º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B3F1 is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 179 | 241 | - |
| CMYK | 0.00 | 0.26 | 0 | 0.05 |
| HSL | 299.03º | 0.69% | 0.82% | - |
| HSV(B) | 299.03º | 0.26% | 0.95% | - |
| XYZ | 67.93 | 57.12 | 90.66 | - |
| YUV | 204.31 | 148.71 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 241 | 0.00 | 0.26 | 0 | 0.05 | 299.03 | 0.69 | 0.82 |
| Hex | F0 | B3 | F1 | 0 | 1A | 0 | 5 | 12B | 45 | 52 |
| Octal | 360 | 263 | 361 | 0 | 32 | 0 | 5 | 453 | 105 | 122 |
| Binary | 11110000 | 10110011 | 11110001 | 0 | 11010 | 0 | 101 | 100101011 | 1000101 | 1010010 |
Color Harmonies of #F0B3F1
Complementary color
Monochromatic Colors of #F0B3F1
Black with #F0B3F1
Text Example
Text Example
White with #F0B3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B3F1; }
p { color: rgb(240,179,241); }
H1.HeaderClassName
{
color: #F0B3F1;
}
.AnyTagClassName
{
color: #F0B3F1;
}
</style>
background-color css
<style>
a { background-color: #F0B3F1; }
a { background-color: rgb(240,179,241); }
div.DivClassName
{
background-color: #F0B3F1;
}
.BgClassName
{
background-color: #F0B3F1;
}
</style>
border-color css
<style>
span { border-color: #F0B3F1; }
span { border-color: rgb(240,179,241); }
td.TdClassName
{
border-color: #F0B3F1;
}
.TagClassName
{
border-color: #F0B3F1;
}
</style>