Shades of French Lilac #F3BCED
Tints of French Lilac #F3BCED
RGB
CMYK
RGB Variations
Color information
#F3BCED (or 0xF3BCED) is known color: French Lilac. HEX triplet: F3, BC and ED. RGB value is (243,188,237). Sum of RGB (Red+Green+Blue) = 243+188+237=668 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.38% from 668); Green value is 188 (73.83% from 255 or 28.14% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BCED is #0C4312. Grayscale: #D1D1D1. Windows color (decimal): -803603 or 15580403. OLE color: 15580403.
HSL color Cylindrical-coordinate representation of color #F3BCED: hue angle of 306.55º 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 #F3BCED is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 237 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.05 |
| HSL | 306.55º | 0.7% | 0.85% | - |
| HSV(B) | 306.55º | 0.23% | 0.95% | - |
| XYZ | 70.23 | 61.14 | 88.22 | - |
| YUV | 210.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 237 | 0 | 0.23 | 0.02 | 0.05 | 306.55 | 0.7 | 0.85 |
| Hex | F3 | BC | ED | 0 | 17 | 2 | 5 | 133 | 46 | 55 |
| Octal | 363 | 274 | 355 | 0 | 27 | 2 | 5 | 463 | 106 | 125 |
| Binary | 11110011 | 10111100 | 11101101 | 0 | 10111 | 10 | 101 | 100110011 | 1000110 | 1010101 |
Color Harmonies of #F3BCED
Complementary color
Monochromatic Colors of #F3BCED
Black with #F3BCED
Text Example
Text Example
White with #F3BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCED; }
p { color: rgb(243,188,237); }
H1.HeaderClassName
{
color: #F3BCED;
}
.AnyTagClassName
{
color: #F3BCED;
}
</style>
background-color css
<style>
a { background-color: #F3BCED; }
a { background-color: rgb(243,188,237); }
div.DivClassName
{
background-color: #F3BCED;
}
.BgClassName
{
background-color: #F3BCED;
}
</style>
border-color css
<style>
span { border-color: #F3BCED; }
span { border-color: rgb(243,188,237); }
td.TdClassName
{
border-color: #F3BCED;
}
.TagClassName
{
border-color: #F3BCED;
}
</style>