Shades of French Lilac #F3BCE5
Tints of French Lilac #F3BCE5
RGB
CMYK
RGB Variations
Color information
#F3BCE5 (or 0xF3BCE5) is known color: French Lilac. HEX triplet: F3, BC and E5. RGB value is (243,188,229). Sum of RGB (Red+Green+Blue) = 243+188+229=660 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.82% from 660); Green value is 188 (73.83% from 255 or 28.48% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCE5 is #0C431A. Grayscale: #D1D1D1. Windows color (decimal): -803611 or 15056115. OLE color: 15056115.
HSL color Cylindrical-coordinate representation of color #F3BCE5: hue angle of 315.27º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BCE5 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 229 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.05 |
| HSL | 315.27º | 0.7% | 0.85% | - |
| HSV(B) | 315.27º | 0.23% | 0.95% | - |
| XYZ | 69.09 | 60.68 | 82.2 | - |
| YUV | 209.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 229 | 0 | 0.23 | 0.06 | 0.05 | 315.27 | 0.7 | 0.85 |
| Hex | F3 | BC | E5 | 0 | 17 | 6 | 5 | 13B | 46 | 55 |
| Octal | 363 | 274 | 345 | 0 | 27 | 6 | 5 | 473 | 106 | 125 |
| Binary | 11110011 | 10111100 | 11100101 | 0 | 10111 | 110 | 101 | 100111011 | 1000110 | 1010101 |
Color Harmonies of #F3BCE5
Complementary color
Monochromatic Colors of #F3BCE5
Black with #F3BCE5
Text Example
Text Example
White with #F3BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCE5; }
p { color: rgb(243,188,229); }
H1.HeaderClassName
{
color: #F3BCE5;
}
.AnyTagClassName
{
color: #F3BCE5;
}
</style>
background-color css
<style>
a { background-color: #F3BCE5; }
a { background-color: rgb(243,188,229); }
div.DivClassName
{
background-color: #F3BCE5;
}
.BgClassName
{
background-color: #F3BCE5;
}
</style>
border-color css
<style>
span { border-color: #F3BCE5; }
span { border-color: rgb(243,188,229); }
td.TdClassName
{
border-color: #F3BCE5;
}
.TagClassName
{
border-color: #F3BCE5;
}
</style>