Shades of French Lilac #F3BBED
Tints of French Lilac #F3BBED
RGB
CMYK
RGB Variations
Color information
#F3BBED (or 0xF3BBED) is known color: French Lilac. HEX triplet: F3, BB and ED. RGB value is (243,187,237). Sum of RGB (Red+Green+Blue) = 243+187+237=667 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.43% from 667); Green value is 187 (73.44% from 255 or 28.04% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BBED is #0C4412. Grayscale: #D1D1D1. Windows color (decimal): -803859 or 15580147. OLE color: 15580147.
HSL color Cylindrical-coordinate representation of color #F3BBED: hue angle of 306.43º 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 #F3BBED is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 237 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.05 |
| HSL | 306.43º | 0.7% | 0.84% | - |
| HSV(B) | 306.43º | 0.23% | 0.95% | - |
| XYZ | 70.02 | 60.71 | 88.15 | - |
| YUV | 209.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 237 | 0 | 0.23 | 0.02 | 0.05 | 306.43 | 0.7 | 0.84 |
| Hex | F3 | BB | ED | 0 | 17 | 2 | 5 | 132 | 46 | 54 |
| Octal | 363 | 273 | 355 | 0 | 27 | 2 | 5 | 462 | 106 | 124 |
| Binary | 11110011 | 10111011 | 11101101 | 0 | 10111 | 10 | 101 | 100110010 | 1000110 | 1010100 |
Color Harmonies of #F3BBED
Complementary color
Monochromatic Colors of #F3BBED
Black with #F3BBED
Text Example
Text Example
White with #F3BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBED; }
p { color: rgb(243,187,237); }
H1.HeaderClassName
{
color: #F3BBED;
}
.AnyTagClassName
{
color: #F3BBED;
}
</style>
background-color css
<style>
a { background-color: #F3BBED; }
a { background-color: rgb(243,187,237); }
div.DivClassName
{
background-color: #F3BBED;
}
.BgClassName
{
background-color: #F3BBED;
}
</style>
border-color css
<style>
span { border-color: #F3BBED; }
span { border-color: rgb(243,187,237); }
td.TdClassName
{
border-color: #F3BBED;
}
.TagClassName
{
border-color: #F3BBED;
}
</style>