Shades of French Lilac #F5BDEF
Tints of French Lilac #F5BDEF
RGB
CMYK
RGB Variations
Color information
#F5BDEF (or 0xF5BDEF) is known color: French Lilac. HEX triplet: F5, BD and EF. RGB value is (245,189,239). Sum of RGB (Red+Green+Blue) = 245+189+239=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 189 (74.22% from 255 or 28.08% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BDEF is #0A4210. Grayscale: #D3D3D3. Windows color (decimal): -672273 or 15711733. OLE color: 15711733.
HSL color Cylindrical-coordinate representation of color #F5BDEF: hue angle of 306.43º 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 #F5BDEF is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 239 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.04 |
| HSL | 306.43º | 0.74% | 0.85% | - |
| HSV(B) | 306.43º | 0.23% | 0.96% | - |
| XYZ | 71.43 | 62.04 | 89.87 | - |
| YUV | 211.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 239 | 0 | 0.23 | 0.02 | 0.04 | 306.43 | 0.74 | 0.85 |
| Hex | F5 | BD | EF | 0 | 17 | 2 | 4 | 132 | 4A | 55 |
| Octal | 365 | 275 | 357 | 0 | 27 | 2 | 4 | 462 | 112 | 125 |
| Binary | 11110101 | 10111101 | 11101111 | 0 | 10111 | 10 | 100 | 100110010 | 1001010 | 1010101 |
Color Harmonies of #F5BDEF
Complementary color
Monochromatic Colors of #F5BDEF
Black with #F5BDEF
Text Example
Text Example
White with #F5BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BDEF; }
p { color: rgb(245,189,239); }
H1.HeaderClassName
{
color: #F5BDEF;
}
.AnyTagClassName
{
color: #F5BDEF;
}
</style>
background-color css
<style>
a { background-color: #F5BDEF; }
a { background-color: rgb(245,189,239); }
div.DivClassName
{
background-color: #F5BDEF;
}
.BgClassName
{
background-color: #F5BDEF;
}
</style>
border-color css
<style>
span { border-color: #F5BDEF; }
span { border-color: rgb(245,189,239); }
td.TdClassName
{
border-color: #F5BDEF;
}
.TagClassName
{
border-color: #F5BDEF;
}
</style>