Shades of French Lilac #F2BEEC
Tints of French Lilac #F2BEEC
RGB
CMYK
RGB Variations
Color information
#F2BEEC (or 0xF2BEEC) is known color: French Lilac. HEX triplet: F2, BE and EC. RGB value is (242,190,236). Sum of RGB (Red+Green+Blue) = 242+190+236=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 190 (74.61% from 255 or 28.44% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BEEC is #0D4113. Grayscale: #D2D2D2. Windows color (decimal): -868628 or 15515378. OLE color: 15515378.
HSL color Cylindrical-coordinate representation of color #F2BEEC: hue angle of 306.92º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2BEEC is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 236 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.05 |
| HSL | 306.92º | 0.67% | 0.85% | - |
| HSV(B) | 306.92º | 0.21% | 0.95% | - |
| XYZ | 70.17 | 61.76 | 87.58 | - |
| YUV | 210.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 236 | 0 | 0.21 | 0.02 | 0.05 | 306.92 | 0.67 | 0.85 |
| Hex | F2 | BE | EC | 0 | 15 | 2 | 5 | 133 | 43 | 55 |
| Octal | 362 | 276 | 354 | 0 | 25 | 2 | 5 | 463 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11101100 | 0 | 10101 | 10 | 101 | 100110011 | 1000011 | 1010101 |
Color Harmonies of #F2BEEC
Complementary color
Monochromatic Colors of #F2BEEC
Black with #F2BEEC
Text Example
Text Example
White with #F2BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BEEC; }
p { color: rgb(242,190,236); }
H1.HeaderClassName
{
color: #F2BEEC;
}
.AnyTagClassName
{
color: #F2BEEC;
}
</style>
background-color css
<style>
a { background-color: #F2BEEC; }
a { background-color: rgb(242,190,236); }
div.DivClassName
{
background-color: #F2BEEC;
}
.BgClassName
{
background-color: #F2BEEC;
}
</style>
border-color css
<style>
span { border-color: #F2BEEC; }
span { border-color: rgb(242,190,236); }
td.TdClassName
{
border-color: #F2BEEC;
}
.TagClassName
{
border-color: #F2BEEC;
}
</style>