Shades of French Lilac #F4BDE5
Tints of French Lilac #F4BDE5
RGB
CMYK
RGB Variations
Color information
#F4BDE5 (or 0xF4BDE5) is known color: French Lilac. HEX triplet: F4, BD and E5. RGB value is (244,189,229). Sum of RGB (Red+Green+Blue) = 244+189+229=662 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.86% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDE5 is #0B421A. Grayscale: #D1D1D1. Windows color (decimal): -737819 or 15056372. OLE color: 15056372.
HSL color Cylindrical-coordinate representation of color #F4BDE5: hue angle of 316.36º 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 #F4BDE5 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 229 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.04 |
| HSL | 316.36º | 0.71% | 0.85% | - |
| HSV(B) | 316.36º | 0.23% | 0.96% | - |
| XYZ | 69.65 | 61.29 | 82.29 | - |
| YUV | 210.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 229 | 0 | 0.23 | 0.06 | 0.04 | 316.36 | 0.71 | 0.85 |
| Hex | F4 | BD | E5 | 0 | 17 | 6 | 4 | 13C | 47 | 55 |
| Octal | 364 | 275 | 345 | 0 | 27 | 6 | 4 | 474 | 107 | 125 |
| Binary | 11110100 | 10111101 | 11100101 | 0 | 10111 | 110 | 100 | 100111100 | 1000111 | 1010101 |
Color Harmonies of #F4BDE5
Complementary color
Monochromatic Colors of #F4BDE5
Black with #F4BDE5
Text Example
Text Example
White with #F4BDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDE5; }
p { color: rgb(244,189,229); }
H1.HeaderClassName
{
color: #F4BDE5;
}
.AnyTagClassName
{
color: #F4BDE5;
}
</style>
background-color css
<style>
a { background-color: #F4BDE5; }
a { background-color: rgb(244,189,229); }
div.DivClassName
{
background-color: #F4BDE5;
}
.BgClassName
{
background-color: #F4BDE5;
}
</style>
border-color css
<style>
span { border-color: #F4BDE5; }
span { border-color: rgb(244,189,229); }
td.TdClassName
{
border-color: #F4BDE5;
}
.TagClassName
{
border-color: #F4BDE5;
}
</style>