Shades of French Lilac #F3BDEF
Tints of French Lilac #F3BDEF
RGB
CMYK
RGB Variations
Color information
#F3BDEF (or 0xF3BDEF) is known color: French Lilac. HEX triplet: F3, BD and EF. RGB value is (243,189,239). Sum of RGB (Red+Green+Blue) = 243+189+239=671 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.21% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BDEF is #0C4210. Grayscale: #D2D2D2. Windows color (decimal): -803345 or 15711731. OLE color: 15711731.
HSL color Cylindrical-coordinate representation of color #F3BDEF: hue angle of 304.44º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3BDEF is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 239 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.05 |
| HSL | 304.44º | 0.69% | 0.85% | - |
| HSV(B) | 304.44º | 0.22% | 0.95% | - |
| XYZ | 70.74 | 61.68 | 89.84 | - |
| YUV | 210.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 239 | 0 | 0.22 | 0.02 | 0.05 | 304.44 | 0.69 | 0.85 |
| Hex | F3 | BD | EF | 0 | 16 | 2 | 5 | 130 | 45 | 55 |
| Octal | 363 | 275 | 357 | 0 | 26 | 2 | 5 | 460 | 105 | 125 |
| Binary | 11110011 | 10111101 | 11101111 | 0 | 10110 | 10 | 101 | 100110000 | 1000101 | 1010101 |
Color Harmonies of #F3BDEF
Complementary color
Monochromatic Colors of #F3BDEF
Black with #F3BDEF
Text Example
Text Example
White with #F3BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BDEF; }
p { color: rgb(243,189,239); }
H1.HeaderClassName
{
color: #F3BDEF;
}
.AnyTagClassName
{
color: #F3BDEF;
}
</style>
background-color css
<style>
a { background-color: #F3BDEF; }
a { background-color: rgb(243,189,239); }
div.DivClassName
{
background-color: #F3BDEF;
}
.BgClassName
{
background-color: #F3BDEF;
}
</style>
border-color css
<style>
span { border-color: #F3BDEF; }
span { border-color: rgb(243,189,239); }
td.TdClassName
{
border-color: #F3BDEF;
}
.TagClassName
{
border-color: #F3BDEF;
}
</style>