Shades of French Lilac #F5BBF0
Tints of French Lilac #F5BBF0
RGB
CMYK
RGB Variations
Color information
#F5BBF0 (or 0xF5BBF0) is known color: French Lilac. HEX triplet: F5, BB and F0. RGB value is (245,187,240). Sum of RGB (Red+Green+Blue) = 245+187+240=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 187 (73.44% from 255 or 27.83% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BBF0 is #0A440F. Grayscale: #D2D2D2. Windows color (decimal): -672784 or 15776757. OLE color: 15776757.
HSL color Cylindrical-coordinate representation of color #F5BBF0: hue angle of 305.17º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BBF0 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 240 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.04 |
| HSL | 305.17º | 0.74% | 0.85% | - |
| HSV(B) | 305.17º | 0.24% | 0.96% | - |
| XYZ | 71.15 | 61.24 | 90.51 | - |
| YUV | 210.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 240 | 0 | 0.24 | 0.02 | 0.04 | 305.17 | 0.74 | 0.85 |
| Hex | F5 | BB | F0 | 0 | 18 | 2 | 4 | 131 | 4A | 55 |
| Octal | 365 | 273 | 360 | 0 | 30 | 2 | 4 | 461 | 112 | 125 |
| Binary | 11110101 | 10111011 | 11110000 | 0 | 11000 | 10 | 100 | 100110001 | 1001010 | 1010101 |
Color Harmonies of #F5BBF0
Complementary color
Monochromatic Colors of #F5BBF0
Black with #F5BBF0
Text Example
Text Example
White with #F5BBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BBF0; }
p { color: rgb(245,187,240); }
H1.HeaderClassName
{
color: #F5BBF0;
}
.AnyTagClassName
{
color: #F5BBF0;
}
</style>
background-color css
<style>
a { background-color: #F5BBF0; }
a { background-color: rgb(245,187,240); }
div.DivClassName
{
background-color: #F5BBF0;
}
.BgClassName
{
background-color: #F5BBF0;
}
</style>
border-color css
<style>
span { border-color: #F5BBF0; }
span { border-color: rgb(245,187,240); }
td.TdClassName
{
border-color: #F5BBF0;
}
.TagClassName
{
border-color: #F5BBF0;
}
</style>