Shades of French Lilac #F4BCEE
Tints of French Lilac #F4BCEE
RGB
CMYK
RGB Variations
Color information
#F4BCEE (or 0xF4BCEE) is known color: French Lilac. HEX triplet: F4, BC and EE. RGB value is (244,188,238). Sum of RGB (Red+Green+Blue) = 244+188+238=670 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.42% from 670); Green value is 188 (73.83% from 255 or 28.06% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BCEE is #0B4311. Grayscale: #D2D2D2. Windows color (decimal): -738066 or 15645940. OLE color: 15645940.
HSL color Cylindrical-coordinate representation of color #F4BCEE: hue angle of 306.43º degrees, saturation: 0.72, 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 #F4BCEE is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 238 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.04 |
| HSL | 306.43º | 0.72% | 0.85% | - |
| HSV(B) | 306.43º | 0.23% | 0.96% | - |
| XYZ | 70.72 | 61.37 | 89.01 | - |
| YUV | 210.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 238 | 0 | 0.23 | 0.02 | 0.04 | 306.43 | 0.72 | 0.85 |
| Hex | F4 | BC | EE | 0 | 17 | 2 | 4 | 132 | 48 | 55 |
| Octal | 364 | 274 | 356 | 0 | 27 | 2 | 4 | 462 | 110 | 125 |
| Binary | 11110100 | 10111100 | 11101110 | 0 | 10111 | 10 | 100 | 100110010 | 1001000 | 1010101 |
Color Harmonies of #F4BCEE
Complementary color
Monochromatic Colors of #F4BCEE
Black with #F4BCEE
Text Example
Text Example
White with #F4BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BCEE; }
p { color: rgb(244,188,238); }
H1.HeaderClassName
{
color: #F4BCEE;
}
.AnyTagClassName
{
color: #F4BCEE;
}
</style>
background-color css
<style>
a { background-color: #F4BCEE; }
a { background-color: rgb(244,188,238); }
div.DivClassName
{
background-color: #F4BCEE;
}
.BgClassName
{
background-color: #F4BCEE;
}
</style>
border-color css
<style>
span { border-color: #F4BCEE; }
span { border-color: rgb(244,188,238); }
td.TdClassName
{
border-color: #F4BCEE;
}
.TagClassName
{
border-color: #F4BCEE;
}
</style>