Shades of French Lilac #F3BCEF
Tints of French Lilac #F3BCEF
RGB
CMYK
RGB Variations
Color information
#F3BCEF (or 0xF3BCEF) is known color: French Lilac. HEX triplet: F3, BC and EF. RGB value is (243,188,239). Sum of RGB (Red+Green+Blue) = 243+188+239=670 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.27% from 670); Green value is 188 (73.83% from 255 or 28.06% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BCEF is #0C4310. Grayscale: #D2D2D2. Windows color (decimal): -803601 or 15711475. OLE color: 15711475.
HSL color Cylindrical-coordinate representation of color #F3BCEF: hue angle of 304.36º 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 #F3BCEF is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 239 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.05 |
| HSL | 304.36º | 0.7% | 0.85% | - |
| HSV(B) | 304.36º | 0.23% | 0.95% | - |
| XYZ | 70.53 | 61.25 | 89.77 | - |
| YUV | 210.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 239 | 0 | 0.23 | 0.02 | 0.05 | 304.36 | 0.7 | 0.85 |
| Hex | F3 | BC | EF | 0 | 17 | 2 | 5 | 130 | 46 | 55 |
| Octal | 363 | 274 | 357 | 0 | 27 | 2 | 5 | 460 | 106 | 125 |
| Binary | 11110011 | 10111100 | 11101111 | 0 | 10111 | 10 | 101 | 100110000 | 1000110 | 1010101 |
Color Harmonies of #F3BCEF
Complementary color
Monochromatic Colors of #F3BCEF
Black with #F3BCEF
Text Example
Text Example
White with #F3BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCEF; }
p { color: rgb(243,188,239); }
H1.HeaderClassName
{
color: #F3BCEF;
}
.AnyTagClassName
{
color: #F3BCEF;
}
</style>
background-color css
<style>
a { background-color: #F3BCEF; }
a { background-color: rgb(243,188,239); }
div.DivClassName
{
background-color: #F3BCEF;
}
.BgClassName
{
background-color: #F3BCEF;
}
</style>
border-color css
<style>
span { border-color: #F3BCEF; }
span { border-color: rgb(243,188,239); }
td.TdClassName
{
border-color: #F3BCEF;
}
.TagClassName
{
border-color: #F3BCEF;
}
</style>