Shades of French Lilac #F5BCEE
Tints of French Lilac #F5BCEE
RGB
CMYK
RGB Variations
Color information
#F5BCEE (or 0xF5BCEE) is known color: French Lilac. HEX triplet: F5, BC and EE. RGB value is (245,188,238). Sum of RGB (Red+Green+Blue) = 245+188+238=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 188 (73.83% from 255 or 28.02% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BCEE is #0A4311. Grayscale: #D2D2D2. Windows color (decimal): -672530 or 15645941. OLE color: 15645941.
HSL color Cylindrical-coordinate representation of color #F5BCEE: hue angle of 307.37º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5BCEE is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 238 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.04 |
| HSL | 307.37º | 0.74% | 0.85% | - |
| HSV(B) | 307.37º | 0.23% | 0.96% | - |
| XYZ | 71.07 | 61.55 | 89.02 | - |
| YUV | 210.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 238 | 0 | 0.23 | 0.03 | 0.04 | 307.37 | 0.74 | 0.85 |
| Hex | F5 | BC | EE | 0 | 17 | 3 | 4 | 133 | 4A | 55 |
| Octal | 365 | 274 | 356 | 0 | 27 | 3 | 4 | 463 | 112 | 125 |
| Binary | 11110101 | 10111100 | 11101110 | 0 | 10111 | 11 | 100 | 100110011 | 1001010 | 1010101 |
Color Harmonies of #F5BCEE
Complementary color
Monochromatic Colors of #F5BCEE
Black with #F5BCEE
Text Example
Text Example
White with #F5BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BCEE; }
p { color: rgb(245,188,238); }
H1.HeaderClassName
{
color: #F5BCEE;
}
.AnyTagClassName
{
color: #F5BCEE;
}
</style>
background-color css
<style>
a { background-color: #F5BCEE; }
a { background-color: rgb(245,188,238); }
div.DivClassName
{
background-color: #F5BCEE;
}
.BgClassName
{
background-color: #F5BCEE;
}
</style>
border-color css
<style>
span { border-color: #F5BCEE; }
span { border-color: rgb(245,188,238); }
td.TdClassName
{
border-color: #F5BCEE;
}
.TagClassName
{
border-color: #F5BCEE;
}
</style>