Shades of French Lilac #F3BBF2
Tints of French Lilac #F3BBF2
RGB
CMYK
RGB Variations
Color information
#F3BBF2 (or 0xF3BBF2) is known color: French Lilac. HEX triplet: F3, BB and F2. RGB value is (243,187,242). Sum of RGB (Red+Green+Blue) = 243+187+242=672 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.16% from 672); Green value is 187 (73.44% from 255 or 27.83% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BBF2 is #0C440D. Grayscale: #D1D1D1. Windows color (decimal): -803854 or 15907827. OLE color: 15907827.
HSL color Cylindrical-coordinate representation of color #F3BBF2: hue angle of 301.07º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BBF2 is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 242 | - |
| CMYK | 0 | 0.23 | 0.00 | 0.05 |
| HSL | 301.07º | 0.7% | 0.84% | - |
| HSV(B) | 301.07º | 0.23% | 0.95% | - |
| XYZ | 70.76 | 61.01 | 92.05 | - |
| YUV | 210.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 242 | 0 | 0.23 | 0.00 | 0.05 | 301.07 | 0.7 | 0.84 |
| Hex | F3 | BB | F2 | 0 | 17 | 0 | 5 | 12D | 46 | 54 |
| Octal | 363 | 273 | 362 | 0 | 27 | 0 | 5 | 455 | 106 | 124 |
| Binary | 11110011 | 10111011 | 11110010 | 0 | 10111 | 0 | 101 | 100101101 | 1000110 | 1010100 |
Color Harmonies of #F3BBF2
Complementary color
Monochromatic Colors of #F3BBF2
Black with #F3BBF2
Text Example
Text Example
White with #F3BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBF2; }
p { color: rgb(243,187,242); }
H1.HeaderClassName
{
color: #F3BBF2;
}
.AnyTagClassName
{
color: #F3BBF2;
}
</style>
background-color css
<style>
a { background-color: #F3BBF2; }
a { background-color: rgb(243,187,242); }
div.DivClassName
{
background-color: #F3BBF2;
}
.BgClassName
{
background-color: #F3BBF2;
}
</style>
border-color css
<style>
span { border-color: #F3BBF2; }
span { border-color: rgb(243,187,242); }
td.TdClassName
{
border-color: #F3BBF2;
}
.TagClassName
{
border-color: #F3BBF2;
}
</style>