Shades of French Lilac #F3BBE5
Tints of French Lilac #F3BBE5
RGB
CMYK
RGB Variations
Color information
#F3BBE5 (or 0xF3BBE5) is known color: French Lilac. HEX triplet: F3, BB and E5. RGB value is (243,187,229). Sum of RGB (Red+Green+Blue) = 243+187+229=659 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.87% from 659); Green value is 187 (73.44% from 255 or 28.38% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBE5 is #0C441A. Grayscale: #D0D0D0. Windows color (decimal): -803867 or 15055859. OLE color: 15055859.
HSL color Cylindrical-coordinate representation of color #F3BBE5: hue angle of 315º 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 #F3BBE5 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 229 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.05 |
| HSL | 315º | 0.7% | 0.84% | - |
| HSV(B) | 315º | 0.23% | 0.95% | - |
| XYZ | 68.88 | 60.25 | 82.13 | - |
| YUV | 208.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 229 | 0 | 0.23 | 0.06 | 0.05 | 315 | 0.7 | 0.84 |
| Hex | F3 | BB | E5 | 0 | 17 | 6 | 5 | 13B | 46 | 54 |
| Octal | 363 | 273 | 345 | 0 | 27 | 6 | 5 | 473 | 106 | 124 |
| Binary | 11110011 | 10111011 | 11100101 | 0 | 10111 | 110 | 101 | 100111011 | 1000110 | 1010100 |
Color Harmonies of #F3BBE5
Complementary color
Monochromatic Colors of #F3BBE5
Black with #F3BBE5
Text Example
Text Example
White with #F3BBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBE5; }
p { color: rgb(243,187,229); }
H1.HeaderClassName
{
color: #F3BBE5;
}
.AnyTagClassName
{
color: #F3BBE5;
}
</style>
background-color css
<style>
a { background-color: #F3BBE5; }
a { background-color: rgb(243,187,229); }
div.DivClassName
{
background-color: #F3BBE5;
}
.BgClassName
{
background-color: #F3BBE5;
}
</style>
border-color css
<style>
span { border-color: #F3BBE5; }
span { border-color: rgb(243,187,229); }
td.TdClassName
{
border-color: #F3BBE5;
}
.TagClassName
{
border-color: #F3BBE5;
}
</style>