Shades of French Lilac #F0B6DE
Tints of French Lilac #F0B6DE
RGB
CMYK
RGB Variations
Color information
#F0B6DE (or 0xF0B6DE) is known color: French Lilac. HEX triplet: F0, B6 and DE. RGB value is (240,182,222). Sum of RGB (Red+Green+Blue) = 240+182+222=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 182 (71.48% from 255 or 28.26% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B6DE is #0F4921. Grayscale: #CBCBCB. Windows color (decimal): -1001762 or 14595824. OLE color: 14595824.
HSL color Cylindrical-coordinate representation of color #F0B6DE: hue angle of 318.62º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0B6DE is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 222 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.06 |
| HSL | 318.62º | 0.66% | 0.83% | - |
| HSV(B) | 318.62º | 0.24% | 0.94% | - |
| XYZ | 65.85 | 57.26 | 76.69 | - |
| YUV | 203.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 222 | 0 | 0.24 | 0.08 | 0.06 | 318.62 | 0.66 | 0.83 |
| Hex | F0 | B6 | DE | 0 | 18 | 8 | 6 | 13F | 42 | 53 |
| Octal | 360 | 266 | 336 | 0 | 30 | 10 | 6 | 477 | 102 | 123 |
| Binary | 11110000 | 10110110 | 11011110 | 0 | 11000 | 1000 | 110 | 100111111 | 1000010 | 1010011 |
Color Harmonies of #F0B6DE
Complementary color
Monochromatic Colors of #F0B6DE
Black with #F0B6DE
Text Example
Text Example
White with #F0B6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B6DE; }
p { color: rgb(240,182,222); }
H1.HeaderClassName
{
color: #F0B6DE;
}
.AnyTagClassName
{
color: #F0B6DE;
}
</style>
background-color css
<style>
a { background-color: #F0B6DE; }
a { background-color: rgb(240,182,222); }
div.DivClassName
{
background-color: #F0B6DE;
}
.BgClassName
{
background-color: #F0B6DE;
}
</style>
border-color css
<style>
span { border-color: #F0B6DE; }
span { border-color: rgb(240,182,222); }
td.TdClassName
{
border-color: #F0B6DE;
}
.TagClassName
{
border-color: #F0B6DE;
}
</style>