Shades of French Lilac #F6BCEF
Tints of French Lilac #F6BCEF
RGB
CMYK
RGB Variations
Color information
#F6BCEF (or 0xF6BCEF) is known color: French Lilac. HEX triplet: F6, BC and EF. RGB value is (246,188,239). Sum of RGB (Red+Green+Blue) = 246+188+239=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 188 (73.83% from 255 or 27.93% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BCEF is #094310. Grayscale: #D3D3D3. Windows color (decimal): -606993 or 15711478. OLE color: 15711478.
HSL color Cylindrical-coordinate representation of color #F6BCEF: hue angle of 307.24º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BCEF is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 188 | 239 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.04 |
| HSL | 307.24º | 0.76% | 0.85% | - |
| HSV(B) | 307.24º | 0.24% | 0.96% | - |
| XYZ | 71.57 | 61.79 | 89.82 | - |
| YUV | 211.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 239 | 0 | 0.24 | 0.03 | 0.04 | 307.24 | 0.76 | 0.85 |
| Hex | F6 | BC | EF | 0 | 18 | 3 | 4 | 133 | 4C | 55 |
| Octal | 366 | 274 | 357 | 0 | 30 | 3 | 4 | 463 | 114 | 125 |
| Binary | 11110110 | 10111100 | 11101111 | 0 | 11000 | 11 | 100 | 100110011 | 1001100 | 1010101 |
Color Harmonies of #F6BCEF
Complementary color
Monochromatic Colors of #F6BCEF
Black with #F6BCEF
Text Example
Text Example
White with #F6BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BCEF; }
p { color: rgb(246,188,239); }
H1.HeaderClassName
{
color: #F6BCEF;
}
.AnyTagClassName
{
color: #F6BCEF;
}
</style>
background-color css
<style>
a { background-color: #F6BCEF; }
a { background-color: rgb(246,188,239); }
div.DivClassName
{
background-color: #F6BCEF;
}
.BgClassName
{
background-color: #F6BCEF;
}
</style>
border-color css
<style>
span { border-color: #F6BCEF; }
span { border-color: rgb(246,188,239); }
td.TdClassName
{
border-color: #F6BCEF;
}
.TagClassName
{
border-color: #F6BCEF;
}
</style>