Shades of French Lilac #F0BDE4
Tints of French Lilac #F0BDE4
RGB
CMYK
RGB Variations
Color information
#F0BDE4 (or 0xF0BDE4) is known color: French Lilac. HEX triplet: F0, BD and E4. RGB value is (240,189,228). Sum of RGB (Red+Green+Blue) = 240+189+228=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDE4 is #0F421B. Grayscale: #D0D0D0. Windows color (decimal): -999964 or 14990832. OLE color: 14990832.
HSL color Cylindrical-coordinate representation of color #F0BDE4: hue angle of 314.12º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BDE4 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 228 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.06 |
| HSL | 314.12º | 0.63% | 0.84% | - |
| HSV(B) | 314.12º | 0.21% | 0.94% | - |
| XYZ | 68.14 | 60.52 | 81.49 | - |
| YUV | 208.7 | 138.9 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 228 | 0 | 0.21 | 0.05 | 0.06 | 314.12 | 0.63 | 0.84 |
| Hex | F0 | BD | E4 | 0 | 15 | 5 | 6 | 13A | 3F | 54 |
| Octal | 360 | 275 | 344 | 0 | 25 | 5 | 6 | 472 | 77 | 124 |
| Binary | 11110000 | 10111101 | 11100100 | 0 | 10101 | 101 | 110 | 100111010 | 111111 | 1010100 |
Color Harmonies of #F0BDE4
Complementary color
Monochromatic Colors of #F0BDE4
Black with #F0BDE4
Text Example
Text Example
White with #F0BDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BDE4; }
p { color: rgb(240,189,228); }
H1.HeaderClassName
{
color: #F0BDE4;
}
.AnyTagClassName
{
color: #F0BDE4;
}
</style>
background-color css
<style>
a { background-color: #F0BDE4; }
a { background-color: rgb(240,189,228); }
div.DivClassName
{
background-color: #F0BDE4;
}
.BgClassName
{
background-color: #F0BDE4;
}
</style>
border-color css
<style>
span { border-color: #F0BDE4; }
span { border-color: rgb(240,189,228); }
td.TdClassName
{
border-color: #F0BDE4;
}
.TagClassName
{
border-color: #F0BDE4;
}
</style>