Shades of French Lilac #F4BDE7
Tints of French Lilac #F4BDE7
RGB
CMYK
RGB Variations
Color information
#F4BDE7 (or 0xF4BDE7) is known color: French Lilac. HEX triplet: F4, BD and E7. RGB value is (244,189,231). Sum of RGB (Red+Green+Blue) = 244+189+231=664 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.75% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 231 (90.62% from 255 or 34.79% from 664); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BDE7 is #0B4218. Grayscale: #D2D2D2. Windows color (decimal): -737817 or 15187444. OLE color: 15187444.
HSL color Cylindrical-coordinate representation of color #F4BDE7: hue angle of 314.18º 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 #F4BDE7 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 231 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.04 |
| HSL | 314.18º | 0.71% | 0.85% | - |
| HSV(B) | 314.18º | 0.23% | 0.96% | - |
| XYZ | 69.93 | 61.4 | 83.77 | - |
| YUV | 210.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 231 | 0 | 0.23 | 0.05 | 0.04 | 314.18 | 0.71 | 0.85 |
| Hex | F4 | BD | E7 | 0 | 17 | 5 | 4 | 13A | 47 | 55 |
| Octal | 364 | 275 | 347 | 0 | 27 | 5 | 4 | 472 | 107 | 125 |
| Binary | 11110100 | 10111101 | 11100111 | 0 | 10111 | 101 | 100 | 100111010 | 1000111 | 1010101 |
Color Harmonies of #F4BDE7
Complementary color
Monochromatic Colors of #F4BDE7
Black with #F4BDE7
Text Example
Text Example
White with #F4BDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDE7; }
p { color: rgb(244,189,231); }
H1.HeaderClassName
{
color: #F4BDE7;
}
.AnyTagClassName
{
color: #F4BDE7;
}
</style>
background-color css
<style>
a { background-color: #F4BDE7; }
a { background-color: rgb(244,189,231); }
div.DivClassName
{
background-color: #F4BDE7;
}
.BgClassName
{
background-color: #F4BDE7;
}
</style>
border-color css
<style>
span { border-color: #F4BDE7; }
span { border-color: rgb(244,189,231); }
td.TdClassName
{
border-color: #F4BDE7;
}
.TagClassName
{
border-color: #F4BDE7;
}
</style>