Shades of French Lilac #F2BCEC
Tints of French Lilac #F2BCEC
RGB
CMYK
RGB Variations
Color information
#F2BCEC (or 0xF2BCEC) is known color: French Lilac. HEX triplet: F2, BC and EC. RGB value is (242,188,236). Sum of RGB (Red+Green+Blue) = 242+188+236=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BCEC is #0D4313. Grayscale: #D1D1D1. Windows color (decimal): -869140 or 15514866. OLE color: 15514866.
HSL color Cylindrical-coordinate representation of color #F2BCEC: hue angle of 306.67º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BCEC is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 236 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.05 |
| HSL | 306.67º | 0.68% | 0.84% | - |
| HSV(B) | 306.67º | 0.22% | 0.95% | - |
| XYZ | 69.74 | 60.9 | 87.44 | - |
| YUV | 209.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 236 | 0 | 0.22 | 0.02 | 0.05 | 306.67 | 0.68 | 0.84 |
| Hex | F2 | BC | EC | 0 | 16 | 2 | 5 | 133 | 44 | 54 |
| Octal | 362 | 274 | 354 | 0 | 26 | 2 | 5 | 463 | 104 | 124 |
| Binary | 11110010 | 10111100 | 11101100 | 0 | 10110 | 10 | 101 | 100110011 | 1000100 | 1010100 |
Color Harmonies of #F2BCEC
Complementary color
Monochromatic Colors of #F2BCEC
Black with #F2BCEC
Text Example
Text Example
White with #F2BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCEC; }
p { color: rgb(242,188,236); }
H1.HeaderClassName
{
color: #F2BCEC;
}
.AnyTagClassName
{
color: #F2BCEC;
}
</style>
background-color css
<style>
a { background-color: #F2BCEC; }
a { background-color: rgb(242,188,236); }
div.DivClassName
{
background-color: #F2BCEC;
}
.BgClassName
{
background-color: #F2BCEC;
}
</style>
border-color css
<style>
span { border-color: #F2BCEC; }
span { border-color: rgb(242,188,236); }
td.TdClassName
{
border-color: #F2BCEC;
}
.TagClassName
{
border-color: #F2BCEC;
}
</style>