Shades of French Lilac #F7BFEC
Tints of French Lilac #F7BFEC
RGB
CMYK
RGB Variations
Color information
#F7BFEC (or 0xF7BFEC) is known color: French Lilac. HEX triplet: F7, BF and EC. RGB value is (247,191,236). Sum of RGB (Red+Green+Blue) = 247+191+236=674 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.65% from 674); Green value is 191 (75% from 255 or 28.34% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BFEC is #084013. Grayscale: #D4D4D4. Windows color (decimal): -540692 or 15515639. OLE color: 15515639.
HSL color Cylindrical-coordinate representation of color #F7BFEC: hue angle of 311.79º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BFEC is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 191 | 236 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.03 |
| HSL | 311.79º | 0.78% | 0.86% | - |
| HSV(B) | 311.79º | 0.23% | 0.97% | - |
| XYZ | 72.13 | 63.09 | 87.73 | - |
| YUV | 212.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 191 | 236 | 0 | 0.23 | 0.04 | 0.03 | 311.79 | 0.78 | 0.86 |
| Hex | F7 | BF | EC | 0 | 17 | 4 | 3 | 138 | 4E | 56 |
| Octal | 367 | 277 | 354 | 0 | 27 | 4 | 3 | 470 | 116 | 126 |
| Binary | 11110111 | 10111111 | 11101100 | 0 | 10111 | 100 | 11 | 100111000 | 1001110 | 1010110 |
Color Harmonies of #F7BFEC
Complementary color
Monochromatic Colors of #F7BFEC
Black with #F7BFEC
Text Example
Text Example
White with #F7BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BFEC; }
p { color: rgb(247,191,236); }
H1.HeaderClassName
{
color: #F7BFEC;
}
.AnyTagClassName
{
color: #F7BFEC;
}
</style>
background-color css
<style>
a { background-color: #F7BFEC; }
a { background-color: rgb(247,191,236); }
div.DivClassName
{
background-color: #F7BFEC;
}
.BgClassName
{
background-color: #F7BFEC;
}
</style>
border-color css
<style>
span { border-color: #F7BFEC; }
span { border-color: rgb(247,191,236); }
td.TdClassName
{
border-color: #F7BFEC;
}
.TagClassName
{
border-color: #F7BFEC;
}
</style>