Shades of French Lilac #F2BFEB
Tints of French Lilac #F2BFEB
RGB
CMYK
RGB Variations
Color information
#F2BFEB (or 0xF2BFEB) is known color: French Lilac. HEX triplet: F2, BF and EB. RGB value is (242,191,235). Sum of RGB (Red+Green+Blue) = 242+191+235=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BFEB is #0D4014. Grayscale: #D3D3D3. Windows color (decimal): -868373 or 15450098. OLE color: 15450098.
HSL color Cylindrical-coordinate representation of color #F2BFEB: hue angle of 308.24º degrees, saturation: 0.66, 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 #F2BFEB is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 235 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.05 |
| HSL | 308.24º | 0.66% | 0.85% | - |
| HSV(B) | 308.24º | 0.21% | 0.95% | - |
| XYZ | 70.24 | 62.14 | 86.89 | - |
| YUV | 211.27 | 141.4 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 235 | 0 | 0.21 | 0.03 | 0.05 | 308.24 | 0.66 | 0.85 |
| Hex | F2 | BF | EB | 0 | 15 | 3 | 5 | 134 | 42 | 55 |
| Octal | 362 | 277 | 353 | 0 | 25 | 3 | 5 | 464 | 102 | 125 |
| Binary | 11110010 | 10111111 | 11101011 | 0 | 10101 | 11 | 101 | 100110100 | 1000010 | 1010101 |
Color Harmonies of #F2BFEB
Complementary color
Monochromatic Colors of #F2BFEB
Black with #F2BFEB
Text Example
Text Example
White with #F2BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFEB; }
p { color: rgb(242,191,235); }
H1.HeaderClassName
{
color: #F2BFEB;
}
.AnyTagClassName
{
color: #F2BFEB;
}
</style>
background-color css
<style>
a { background-color: #F2BFEB; }
a { background-color: rgb(242,191,235); }
div.DivClassName
{
background-color: #F2BFEB;
}
.BgClassName
{
background-color: #F2BFEB;
}
</style>
border-color css
<style>
span { border-color: #F2BFEB; }
span { border-color: rgb(242,191,235); }
td.TdClassName
{
border-color: #F2BFEB;
}
.TagClassName
{
border-color: #F2BFEB;
}
</style>