Shades of French Lilac #F4BDE9
Tints of French Lilac #F4BDE9
RGB
CMYK
RGB Variations
Color information
#F4BDE9 (or 0xF4BDE9) is known color: French Lilac. HEX triplet: F4, BD and E9. RGB value is (244,189,233). Sum of RGB (Red+Green+Blue) = 244+189+233=666 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.64% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BDE9 is #0B4216. Grayscale: #D2D2D2. Windows color (decimal): -737815 or 15318516. OLE color: 15318516.
HSL color Cylindrical-coordinate representation of color #F4BDE9: hue angle of 312º degrees, saturation: 0.71, 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 #F4BDE9 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 233 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.04 |
| HSL | 312º | 0.71% | 0.85% | - |
| HSV(B) | 312º | 0.23% | 0.96% | - |
| XYZ | 70.21 | 61.51 | 85.26 | - |
| YUV | 210.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 233 | 0 | 0.23 | 0.05 | 0.04 | 312 | 0.71 | 0.85 |
| Hex | F4 | BD | E9 | 0 | 17 | 5 | 4 | 138 | 47 | 55 |
| Octal | 364 | 275 | 351 | 0 | 27 | 5 | 4 | 470 | 107 | 125 |
| Binary | 11110100 | 10111101 | 11101001 | 0 | 10111 | 101 | 100 | 100111000 | 1000111 | 1010101 |
Color Harmonies of #F4BDE9
Complementary color
Monochromatic Colors of #F4BDE9
Black with #F4BDE9
Text Example
Text Example
White with #F4BDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDE9; }
p { color: rgb(244,189,233); }
H1.HeaderClassName
{
color: #F4BDE9;
}
.AnyTagClassName
{
color: #F4BDE9;
}
</style>
background-color css
<style>
a { background-color: #F4BDE9; }
a { background-color: rgb(244,189,233); }
div.DivClassName
{
background-color: #F4BDE9;
}
.BgClassName
{
background-color: #F4BDE9;
}
</style>
border-color css
<style>
span { border-color: #F4BDE9; }
span { border-color: rgb(244,189,233); }
td.TdClassName
{
border-color: #F4BDE9;
}
.TagClassName
{
border-color: #F4BDE9;
}
</style>