Shades of French Lilac #F5BDEE
Tints of French Lilac #F5BDEE
RGB
CMYK
RGB Variations
Color information
#F5BDEE (or 0xF5BDEE) is known color: French Lilac. HEX triplet: F5, BD and EE. RGB value is (245,189,238). Sum of RGB (Red+Green+Blue) = 245+189+238=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 189 (74.22% from 255 or 28.12% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BDEE is #0A4211. Grayscale: #D3D3D3. Windows color (decimal): -672274 or 15646197. OLE color: 15646197.
HSL color Cylindrical-coordinate representation of color #F5BDEE: hue angle of 307.5º 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 #F5BDEE is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 238 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.04 |
| HSL | 307.5º | 0.74% | 0.85% | - |
| HSV(B) | 307.5º | 0.23% | 0.96% | - |
| XYZ | 71.29 | 61.98 | 89.1 | - |
| YUV | 211.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 238 | 0 | 0.23 | 0.03 | 0.04 | 307.5 | 0.74 | 0.85 |
| Hex | F5 | BD | EE | 0 | 17 | 3 | 4 | 134 | 4A | 55 |
| Octal | 365 | 275 | 356 | 0 | 27 | 3 | 4 | 464 | 112 | 125 |
| Binary | 11110101 | 10111101 | 11101110 | 0 | 10111 | 11 | 100 | 100110100 | 1001010 | 1010101 |
Color Harmonies of #F5BDEE
Complementary color
Monochromatic Colors of #F5BDEE
Black with #F5BDEE
Text Example
Text Example
White with #F5BDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BDEE; }
p { color: rgb(245,189,238); }
H1.HeaderClassName
{
color: #F5BDEE;
}
.AnyTagClassName
{
color: #F5BDEE;
}
</style>
background-color css
<style>
a { background-color: #F5BDEE; }
a { background-color: rgb(245,189,238); }
div.DivClassName
{
background-color: #F5BDEE;
}
.BgClassName
{
background-color: #F5BDEE;
}
</style>
border-color css
<style>
span { border-color: #F5BDEE; }
span { border-color: rgb(245,189,238); }
td.TdClassName
{
border-color: #F5BDEE;
}
.TagClassName
{
border-color: #F5BDEE;
}
</style>