Shades of French Lilac #F3BFEB
Tints of French Lilac #F3BFEB
RGB
CMYK
RGB Variations
Color information
#F3BFEB (or 0xF3BFEB) is known color: French Lilac. HEX triplet: F3, BF and EB. RGB value is (243,191,235). Sum of RGB (Red+Green+Blue) = 243+191+235=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BFEB is #0C4014. Grayscale: #D3D3D3. Windows color (decimal): -802837 or 15450099. OLE color: 15450099.
HSL color Cylindrical-coordinate representation of color #F3BFEB: hue angle of 309.23º degrees, saturation: 0.68, 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 #F3BFEB is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 191 | 235 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.05 |
| HSL | 309.23º | 0.68% | 0.85% | - |
| HSV(B) | 309.23º | 0.21% | 0.95% | - |
| XYZ | 70.59 | 62.31 | 86.9 | - |
| YUV | 211.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 191 | 235 | 0 | 0.21 | 0.03 | 0.05 | 309.23 | 0.68 | 0.85 |
| Hex | F3 | BF | EB | 0 | 15 | 3 | 5 | 135 | 44 | 55 |
| Octal | 363 | 277 | 353 | 0 | 25 | 3 | 5 | 465 | 104 | 125 |
| Binary | 11110011 | 10111111 | 11101011 | 0 | 10101 | 11 | 101 | 100110101 | 1000100 | 1010101 |
Color Harmonies of #F3BFEB
Complementary color
Monochromatic Colors of #F3BFEB
Black with #F3BFEB
Text Example
Text Example
White with #F3BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BFEB; }
p { color: rgb(243,191,235); }
H1.HeaderClassName
{
color: #F3BFEB;
}
.AnyTagClassName
{
color: #F3BFEB;
}
</style>
background-color css
<style>
a { background-color: #F3BFEB; }
a { background-color: rgb(243,191,235); }
div.DivClassName
{
background-color: #F3BFEB;
}
.BgClassName
{
background-color: #F3BFEB;
}
</style>
border-color css
<style>
span { border-color: #F3BFEB; }
span { border-color: rgb(243,191,235); }
td.TdClassName
{
border-color: #F3BFEB;
}
.TagClassName
{
border-color: #F3BFEB;
}
</style>