Shades of French Lilac #F0B2EE
Tints of French Lilac #F0B2EE
RGB
CMYK
RGB Variations
Color information
#F0B2EE (or 0xF0B2EE) is known color: French Lilac. HEX triplet: F0, B2 and EE. RGB value is (240,178,238). Sum of RGB (Red+Green+Blue) = 240+178+238=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 178 (69.92% from 255 or 27.13% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B2EE is #0F4D11. Grayscale: #CBCBCB. Windows color (decimal): -1002770 or 15643376. OLE color: 15643376.
HSL color Cylindrical-coordinate representation of color #F0B2EE: hue angle of 301.94º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B2EE is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 238 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.06 |
| HSL | 301.94º | 0.67% | 0.82% | - |
| HSV(B) | 301.94º | 0.26% | 0.94% | - |
| XYZ | 67.29 | 56.54 | 88.26 | - |
| YUV | 203.38 | 147.54 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 238 | 0 | 0.26 | 0.01 | 0.06 | 301.94 | 0.67 | 0.82 |
| Hex | F0 | B2 | EE | 0 | 1A | 1 | 6 | 12E | 43 | 52 |
| Octal | 360 | 262 | 356 | 0 | 32 | 1 | 6 | 456 | 103 | 122 |
| Binary | 11110000 | 10110010 | 11101110 | 0 | 11010 | 1 | 110 | 100101110 | 1000011 | 1010010 |
Color Harmonies of #F0B2EE
Complementary color
Monochromatic Colors of #F0B2EE
Black with #F0B2EE
Text Example
Text Example
White with #F0B2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B2EE; }
p { color: rgb(240,178,238); }
H1.HeaderClassName
{
color: #F0B2EE;
}
.AnyTagClassName
{
color: #F0B2EE;
}
</style>
background-color css
<style>
a { background-color: #F0B2EE; }
a { background-color: rgb(240,178,238); }
div.DivClassName
{
background-color: #F0B2EE;
}
.BgClassName
{
background-color: #F0B2EE;
}
</style>
border-color css
<style>
span { border-color: #F0B2EE; }
span { border-color: rgb(240,178,238); }
td.TdClassName
{
border-color: #F0B2EE;
}
.TagClassName
{
border-color: #F0B2EE;
}
</style>