Shades of French Lilac #F5BDF1
Tints of French Lilac #F5BDF1
RGB
CMYK
RGB Variations
Color information
#F5BDF1 (or 0xF5BDF1) is known color: French Lilac. HEX triplet: F5, BD and F1. RGB value is (245,189,241). Sum of RGB (Red+Green+Blue) = 245+189+241=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 189 (74.22% from 255 or 28% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BDF1 is #0A420E. Grayscale: #D3D3D3. Windows color (decimal): -672271 or 15842805. OLE color: 15842805.
HSL color Cylindrical-coordinate representation of color #F5BDF1: hue angle of 304.29º 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 #F5BDF1 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 241 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.04 |
| HSL | 304.29º | 0.74% | 0.85% | - |
| HSV(B) | 304.29º | 0.23% | 0.96% | - |
| XYZ | 71.73 | 62.16 | 91.44 | - |
| YUV | 211.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 241 | 0 | 0.23 | 0.02 | 0.04 | 304.29 | 0.74 | 0.85 |
| Hex | F5 | BD | F1 | 0 | 17 | 2 | 4 | 130 | 4A | 55 |
| Octal | 365 | 275 | 361 | 0 | 27 | 2 | 4 | 460 | 112 | 125 |
| Binary | 11110101 | 10111101 | 11110001 | 0 | 10111 | 10 | 100 | 100110000 | 1001010 | 1010101 |
Color Harmonies of #F5BDF1
Complementary color
Monochromatic Colors of #F5BDF1
Black with #F5BDF1
Text Example
Text Example
White with #F5BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BDF1; }
p { color: rgb(245,189,241); }
H1.HeaderClassName
{
color: #F5BDF1;
}
.AnyTagClassName
{
color: #F5BDF1;
}
</style>
background-color css
<style>
a { background-color: #F5BDF1; }
a { background-color: rgb(245,189,241); }
div.DivClassName
{
background-color: #F5BDF1;
}
.BgClassName
{
background-color: #F5BDF1;
}
</style>
border-color css
<style>
span { border-color: #F5BDF1; }
span { border-color: rgb(245,189,241); }
td.TdClassName
{
border-color: #F5BDF1;
}
.TagClassName
{
border-color: #F5BDF1;
}
</style>