Shades of French Lilac #F2BCEA
Tints of French Lilac #F2BCEA
RGB
CMYK
RGB Variations
Color information
#F2BCEA (or 0xF2BCEA) is known color: French Lilac. HEX triplet: F2, BC and EA. RGB value is (242,188,234). Sum of RGB (Red+Green+Blue) = 242+188+234=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 188 (73.83% from 255 or 28.31% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BCEA is #0D4315. Grayscale: #D1D1D1. Windows color (decimal): -869142 or 15383794. OLE color: 15383794.
HSL color Cylindrical-coordinate representation of color #F2BCEA: hue angle of 308.89º 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 #F2BCEA is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 234 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.05 |
| HSL | 308.89º | 0.68% | 0.84% | - |
| HSV(B) | 308.89º | 0.22% | 0.95% | - |
| XYZ | 69.45 | 60.78 | 85.91 | - |
| YUV | 209.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 234 | 0 | 0.22 | 0.03 | 0.05 | 308.89 | 0.68 | 0.84 |
| Hex | F2 | BC | EA | 0 | 16 | 3 | 5 | 135 | 44 | 54 |
| Octal | 362 | 274 | 352 | 0 | 26 | 3 | 5 | 465 | 104 | 124 |
| Binary | 11110010 | 10111100 | 11101010 | 0 | 10110 | 11 | 101 | 100110101 | 1000100 | 1010100 |
Color Harmonies of #F2BCEA
Complementary color
Monochromatic Colors of #F2BCEA
Black with #F2BCEA
Text Example
Text Example
White with #F2BCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCEA; }
p { color: rgb(242,188,234); }
H1.HeaderClassName
{
color: #F2BCEA;
}
.AnyTagClassName
{
color: #F2BCEA;
}
</style>
background-color css
<style>
a { background-color: #F2BCEA; }
a { background-color: rgb(242,188,234); }
div.DivClassName
{
background-color: #F2BCEA;
}
.BgClassName
{
background-color: #F2BCEA;
}
</style>
border-color css
<style>
span { border-color: #F2BCEA; }
span { border-color: rgb(242,188,234); }
td.TdClassName
{
border-color: #F2BCEA;
}
.TagClassName
{
border-color: #F2BCEA;
}
</style>