Shades of French Lilac #F5BCEA
Tints of French Lilac #F5BCEA
RGB
CMYK
RGB Variations
Color information
#F5BCEA (or 0xF5BCEA) is known color: French Lilac. HEX triplet: F5, BC and EA. RGB value is (245,188,234). Sum of RGB (Red+Green+Blue) = 245+188+234=667 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.73% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BCEA is #0A4315. Grayscale: #D2D2D2. Windows color (decimal): -672534 or 15383797. OLE color: 15383797.
HSL color Cylindrical-coordinate representation of color #F5BCEA: hue angle of 311.58º 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 #F5BCEA is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 234 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.04 |
| HSL | 311.58º | 0.74% | 0.85% | - |
| HSV(B) | 311.58º | 0.23% | 0.96% | - |
| XYZ | 70.49 | 61.32 | 85.96 | - |
| YUV | 210.29 | 141.38 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 234 | 0 | 0.23 | 0.04 | 0.04 | 311.58 | 0.74 | 0.85 |
| Hex | F5 | BC | EA | 0 | 17 | 4 | 4 | 138 | 4A | 55 |
| Octal | 365 | 274 | 352 | 0 | 27 | 4 | 4 | 470 | 112 | 125 |
| Binary | 11110101 | 10111100 | 11101010 | 0 | 10111 | 100 | 100 | 100111000 | 1001010 | 1010101 |
Color Harmonies of #F5BCEA
Complementary color
Monochromatic Colors of #F5BCEA
Black with #F5BCEA
Text Example
Text Example
White with #F5BCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BCEA; }
p { color: rgb(245,188,234); }
H1.HeaderClassName
{
color: #F5BCEA;
}
.AnyTagClassName
{
color: #F5BCEA;
}
</style>
background-color css
<style>
a { background-color: #F5BCEA; }
a { background-color: rgb(245,188,234); }
div.DivClassName
{
background-color: #F5BCEA;
}
.BgClassName
{
background-color: #F5BCEA;
}
</style>
border-color css
<style>
span { border-color: #F5BCEA; }
span { border-color: rgb(245,188,234); }
td.TdClassName
{
border-color: #F5BCEA;
}
.TagClassName
{
border-color: #F5BCEA;
}
</style>