Shades of French Lilac #F3BDE9
Tints of French Lilac #F3BDE9
RGB
CMYK
RGB Variations
Color information
#F3BDE9 (or 0xF3BDE9) is known color: French Lilac. HEX triplet: F3, BD and E9. RGB value is (243,189,233). Sum of RGB (Red+Green+Blue) = 243+189+233=665 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.54% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BDE9 is #0C4216. Grayscale: #D2D2D2. Windows color (decimal): -803351 or 15318515. OLE color: 15318515.
HSL color Cylindrical-coordinate representation of color #F3BDE9: hue angle of 311.11º 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 #F3BDE9 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 233 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.05 |
| HSL | 311.11º | 0.69% | 0.85% | - |
| HSV(B) | 311.11º | 0.22% | 0.95% | - |
| XYZ | 69.87 | 61.33 | 85.25 | - |
| YUV | 210.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 233 | 0 | 0.22 | 0.04 | 0.05 | 311.11 | 0.69 | 0.85 |
| Hex | F3 | BD | E9 | 0 | 16 | 4 | 5 | 137 | 45 | 55 |
| Octal | 363 | 275 | 351 | 0 | 26 | 4 | 5 | 467 | 105 | 125 |
| Binary | 11110011 | 10111101 | 11101001 | 0 | 10110 | 100 | 101 | 100110111 | 1000101 | 1010101 |
Color Harmonies of #F3BDE9
Complementary color
Monochromatic Colors of #F3BDE9
Black with #F3BDE9
Text Example
Text Example
White with #F3BDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BDE9; }
p { color: rgb(243,189,233); }
H1.HeaderClassName
{
color: #F3BDE9;
}
.AnyTagClassName
{
color: #F3BDE9;
}
</style>
background-color css
<style>
a { background-color: #F3BDE9; }
a { background-color: rgb(243,189,233); }
div.DivClassName
{
background-color: #F3BDE9;
}
.BgClassName
{
background-color: #F3BDE9;
}
</style>
border-color css
<style>
span { border-color: #F3BDE9; }
span { border-color: rgb(243,189,233); }
td.TdClassName
{
border-color: #F3BDE9;
}
.TagClassName
{
border-color: #F3BDE9;
}
</style>