Shades of French Lilac #F3BDE8
Tints of French Lilac #F3BDE8
RGB
CMYK
RGB Variations
Color information
#F3BDE8 (or 0xF3BDE8) is known color: French Lilac. HEX triplet: F3, BD and E8. RGB value is (243,189,232). Sum of RGB (Red+Green+Blue) = 243+189+232=664 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.60% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 232 (91.02% from 255 or 34.94% from 664); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BDE8 is #0C4217. Grayscale: #D1D1D1. Windows color (decimal): -803352 or 15252979. OLE color: 15252979.
HSL color Cylindrical-coordinate representation of color #F3BDE8: hue angle of 312.22º 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 #F3BDE8 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 232 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.05 |
| HSL | 312.22º | 0.69% | 0.85% | - |
| HSV(B) | 312.22º | 0.22% | 0.95% | - |
| XYZ | 69.73 | 61.28 | 84.5 | - |
| YUV | 210.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 232 | 0 | 0.22 | 0.05 | 0.05 | 312.22 | 0.69 | 0.85 |
| Hex | F3 | BD | E8 | 0 | 16 | 5 | 5 | 138 | 45 | 55 |
| Octal | 363 | 275 | 350 | 0 | 26 | 5 | 5 | 470 | 105 | 125 |
| Binary | 11110011 | 10111101 | 11101000 | 0 | 10110 | 101 | 101 | 100111000 | 1000101 | 1010101 |
Color Harmonies of #F3BDE8
Complementary color
Monochromatic Colors of #F3BDE8
Black with #F3BDE8
Text Example
Text Example
White with #F3BDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BDE8; }
p { color: rgb(243,189,232); }
H1.HeaderClassName
{
color: #F3BDE8;
}
.AnyTagClassName
{
color: #F3BDE8;
}
</style>
background-color css
<style>
a { background-color: #F3BDE8; }
a { background-color: rgb(243,189,232); }
div.DivClassName
{
background-color: #F3BDE8;
}
.BgClassName
{
background-color: #F3BDE8;
}
</style>
border-color css
<style>
span { border-color: #F3BDE8; }
span { border-color: rgb(243,189,232); }
td.TdClassName
{
border-color: #F3BDE8;
}
.TagClassName
{
border-color: #F3BDE8;
}
</style>