Shades of French Lilac #F2BFED
Tints of French Lilac #F2BFED
RGB
CMYK
RGB Variations
Color information
#F2BFED (or 0xF2BFED) is known color: French Lilac. HEX triplet: F2, BF and ED. RGB value is (242,191,237). Sum of RGB (Red+Green+Blue) = 242+191+237=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BFED is #0D4012. Grayscale: #D3D3D3. Windows color (decimal): -868371 or 15581170. OLE color: 15581170.
HSL color Cylindrical-coordinate representation of color #F2BFED: hue angle of 305.88º 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 #F2BFED is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 237 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.05 |
| HSL | 305.88º | 0.66% | 0.85% | - |
| HSV(B) | 305.88º | 0.21% | 0.95% | - |
| XYZ | 70.53 | 62.25 | 88.42 | - |
| YUV | 211.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 237 | 0 | 0.21 | 0.02 | 0.05 | 305.88 | 0.66 | 0.85 |
| Hex | F2 | BF | ED | 0 | 15 | 2 | 5 | 132 | 42 | 55 |
| Octal | 362 | 277 | 355 | 0 | 25 | 2 | 5 | 462 | 102 | 125 |
| Binary | 11110010 | 10111111 | 11101101 | 0 | 10101 | 10 | 101 | 100110010 | 1000010 | 1010101 |
Color Harmonies of #F2BFED
Complementary color
Monochromatic Colors of #F2BFED
Black with #F2BFED
Text Example
Text Example
White with #F2BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFED; }
p { color: rgb(242,191,237); }
H1.HeaderClassName
{
color: #F2BFED;
}
.AnyTagClassName
{
color: #F2BFED;
}
</style>
background-color css
<style>
a { background-color: #F2BFED; }
a { background-color: rgb(242,191,237); }
div.DivClassName
{
background-color: #F2BFED;
}
.BgClassName
{
background-color: #F2BFED;
}
</style>
border-color css
<style>
span { border-color: #F2BFED; }
span { border-color: rgb(242,191,237); }
td.TdClassName
{
border-color: #F2BFED;
}
.TagClassName
{
border-color: #F2BFED;
}
</style>