Shades of French Lilac #F0B7DF
Tints of French Lilac #F0B7DF
RGB
CMYK
RGB Variations
Color information
#F0B7DF (or 0xF0B7DF) is known color: French Lilac. HEX triplet: F0, B7 and DF. RGB value is (240,183,223). Sum of RGB (Red+Green+Blue) = 240+183+223=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 183 (71.88% from 255 or 28.33% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B7DF is #0F4820. Grayscale: #CCCCCC. Windows color (decimal): -1001505 or 14661616. OLE color: 14661616.
HSL color Cylindrical-coordinate representation of color #F0B7DF: hue angle of 317.89º 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 #F0B7DF is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 223 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.06 |
| HSL | 317.89º | 0.66% | 0.83% | - |
| HSV(B) | 317.89º | 0.24% | 0.94% | - |
| XYZ | 66.19 | 57.72 | 77.46 | - |
| YUV | 204.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 223 | 0 | 0.24 | 0.07 | 0.06 | 317.89 | 0.66 | 0.83 |
| Hex | F0 | B7 | DF | 0 | 18 | 7 | 6 | 13E | 42 | 53 |
| Octal | 360 | 267 | 337 | 0 | 30 | 7 | 6 | 476 | 102 | 123 |
| Binary | 11110000 | 10110111 | 11011111 | 0 | 11000 | 111 | 110 | 100111110 | 1000010 | 1010011 |
Color Harmonies of #F0B7DF
Complementary color
Monochromatic Colors of #F0B7DF
Black with #F0B7DF
Text Example
Text Example
White with #F0B7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B7DF; }
p { color: rgb(240,183,223); }
H1.HeaderClassName
{
color: #F0B7DF;
}
.AnyTagClassName
{
color: #F0B7DF;
}
</style>
background-color css
<style>
a { background-color: #F0B7DF; }
a { background-color: rgb(240,183,223); }
div.DivClassName
{
background-color: #F0B7DF;
}
.BgClassName
{
background-color: #F0B7DF;
}
</style>
border-color css
<style>
span { border-color: #F0B7DF; }
span { border-color: rgb(240,183,223); }
td.TdClassName
{
border-color: #F0B7DF;
}
.TagClassName
{
border-color: #F0B7DF;
}
</style>