Shades of French Lilac #F0BCE4
Tints of French Lilac #F0BCE4
RGB
CMYK
RGB Variations
Color information
#F0BCE4 (or 0xF0BCE4) is known color: French Lilac. HEX triplet: F0, BC and E4. RGB value is (240,188,228). Sum of RGB (Red+Green+Blue) = 240+188+228=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCE4 is #0F431B. Grayscale: #D0D0D0. Windows color (decimal): -1000220 or 14990576. OLE color: 14990576.
HSL color Cylindrical-coordinate representation of color #F0BCE4: hue angle of 313.85º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BCE4 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 228 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.06 |
| HSL | 313.85º | 0.63% | 0.84% | - |
| HSV(B) | 313.85º | 0.22% | 0.94% | - |
| XYZ | 67.92 | 60.09 | 81.42 | - |
| YUV | 208.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 228 | 0 | 0.22 | 0.05 | 0.06 | 313.85 | 0.63 | 0.84 |
| Hex | F0 | BC | E4 | 0 | 16 | 5 | 6 | 13A | 3F | 54 |
| Octal | 360 | 274 | 344 | 0 | 26 | 5 | 6 | 472 | 77 | 124 |
| Binary | 11110000 | 10111100 | 11100100 | 0 | 10110 | 101 | 110 | 100111010 | 111111 | 1010100 |
Color Harmonies of #F0BCE4
Complementary color
Monochromatic Colors of #F0BCE4
Black with #F0BCE4
Text Example
Text Example
White with #F0BCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCE4; }
p { color: rgb(240,188,228); }
H1.HeaderClassName
{
color: #F0BCE4;
}
.AnyTagClassName
{
color: #F0BCE4;
}
</style>
background-color css
<style>
a { background-color: #F0BCE4; }
a { background-color: rgb(240,188,228); }
div.DivClassName
{
background-color: #F0BCE4;
}
.BgClassName
{
background-color: #F0BCE4;
}
</style>
border-color css
<style>
span { border-color: #F0BCE4; }
span { border-color: rgb(240,188,228); }
td.TdClassName
{
border-color: #F0BCE4;
}
.TagClassName
{
border-color: #F0BCE4;
}
</style>