Shades of French Lilac #F3B9F0
Tints of French Lilac #F3B9F0
RGB
CMYK
RGB Variations
Color information
#F3B9F0 (or 0xF3B9F0) is known color: French Lilac. HEX triplet: F3, B9 and F0. RGB value is (243,185,240). Sum of RGB (Red+Green+Blue) = 243+185+240=668 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.38% from 668); Green value is 185 (72.66% from 255 or 27.69% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3B9F0 is #0C460F. Grayscale: #D0D0D0. Windows color (decimal): -804368 or 15776243. OLE color: 15776243.
HSL color Cylindrical-coordinate representation of color #F3B9F0: hue angle of 303.1º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3B9F0 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 185 | 240 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.05 |
| HSL | 303.1º | 0.71% | 0.84% | - |
| HSV(B) | 303.1º | 0.24% | 0.95% | - |
| XYZ | 70.04 | 60.04 | 90.34 | - |
| YUV | 208.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 185 | 240 | 0 | 0.24 | 0.01 | 0.05 | 303.1 | 0.71 | 0.84 |
| Hex | F3 | B9 | F0 | 0 | 18 | 1 | 5 | 12F | 47 | 54 |
| Octal | 363 | 271 | 360 | 0 | 30 | 1 | 5 | 457 | 107 | 124 |
| Binary | 11110011 | 10111001 | 11110000 | 0 | 11000 | 1 | 101 | 100101111 | 1000111 | 1010100 |
Color Harmonies of #F3B9F0
Complementary color
Monochromatic Colors of #F3B9F0
Black with #F3B9F0
Text Example
Text Example
White with #F3B9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B9F0; }
p { color: rgb(243,185,240); }
H1.HeaderClassName
{
color: #F3B9F0;
}
.AnyTagClassName
{
color: #F3B9F0;
}
</style>
background-color css
<style>
a { background-color: #F3B9F0; }
a { background-color: rgb(243,185,240); }
div.DivClassName
{
background-color: #F3B9F0;
}
.BgClassName
{
background-color: #F3B9F0;
}
</style>
border-color css
<style>
span { border-color: #F3B9F0; }
span { border-color: rgb(243,185,240); }
td.TdClassName
{
border-color: #F3B9F0;
}
.TagClassName
{
border-color: #F3B9F0;
}
</style>