Shades of French Lilac #F5BDE9
Tints of French Lilac #F5BDE9
RGB
CMYK
RGB Variations
Color information
#F5BDE9 (or 0xF5BDE9) is known color: French Lilac. HEX triplet: F5, BD and E9. RGB value is (245,189,233). Sum of RGB (Red+Green+Blue) = 245+189+233=667 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.73% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BDE9 is #0A4216. Grayscale: #D2D2D2. Windows color (decimal): -672279 or 15318517. OLE color: 15318517.
HSL color Cylindrical-coordinate representation of color #F5BDE9: hue angle of 312.86º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5BDE9 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 233 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.04 |
| HSL | 312.86º | 0.74% | 0.85% | - |
| HSV(B) | 312.86º | 0.23% | 0.96% | - |
| XYZ | 70.56 | 61.69 | 85.28 | - |
| YUV | 210.76 | 140.55 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 233 | 0 | 0.23 | 0.05 | 0.04 | 312.86 | 0.74 | 0.85 |
| Hex | F5 | BD | E9 | 0 | 17 | 5 | 4 | 139 | 4A | 55 |
| Octal | 365 | 275 | 351 | 0 | 27 | 5 | 4 | 471 | 112 | 125 |
| Binary | 11110101 | 10111101 | 11101001 | 0 | 10111 | 101 | 100 | 100111001 | 1001010 | 1010101 |
Color Harmonies of #F5BDE9
Complementary color
Monochromatic Colors of #F5BDE9
Black with #F5BDE9
Text Example
Text Example
White with #F5BDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BDE9; }
p { color: rgb(245,189,233); }
H1.HeaderClassName
{
color: #F5BDE9;
}
.AnyTagClassName
{
color: #F5BDE9;
}
</style>
background-color css
<style>
a { background-color: #F5BDE9; }
a { background-color: rgb(245,189,233); }
div.DivClassName
{
background-color: #F5BDE9;
}
.BgClassName
{
background-color: #F5BDE9;
}
</style>
border-color css
<style>
span { border-color: #F5BDE9; }
span { border-color: rgb(245,189,233); }
td.TdClassName
{
border-color: #F5BDE9;
}
.TagClassName
{
border-color: #F5BDE9;
}
</style>