Shades of French Lilac #F0B8DF
Tints of French Lilac #F0B8DF
RGB
CMYK
RGB Variations
Color information
#F0B8DF (or 0xF0B8DF) is known color: French Lilac. HEX triplet: F0, B8 and DF. RGB value is (240,184,223). Sum of RGB (Red+Green+Blue) = 240+184+223=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 184 (72.27% from 255 or 28.44% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B8DF is #0F4720. Grayscale: #CDCDCD. Windows color (decimal): -1001249 or 14661872. OLE color: 14661872.
HSL color Cylindrical-coordinate representation of color #F0B8DF: hue angle of 318.21º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0B8DF is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 223 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.06 |
| HSL | 318.21º | 0.65% | 0.83% | - |
| HSV(B) | 318.21º | 0.23% | 0.94% | - |
| XYZ | 66.39 | 58.13 | 77.53 | - |
| YUV | 205.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 223 | 0 | 0.23 | 0.07 | 0.06 | 318.21 | 0.65 | 0.83 |
| Hex | F0 | B8 | DF | 0 | 17 | 7 | 6 | 13E | 41 | 53 |
| Octal | 360 | 270 | 337 | 0 | 27 | 7 | 6 | 476 | 101 | 123 |
| Binary | 11110000 | 10111000 | 11011111 | 0 | 10111 | 111 | 110 | 100111110 | 1000001 | 1010011 |
Color Harmonies of #F0B8DF
Complementary color
Monochromatic Colors of #F0B8DF
Black with #F0B8DF
Text Example
Text Example
White with #F0B8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B8DF; }
p { color: rgb(240,184,223); }
H1.HeaderClassName
{
color: #F0B8DF;
}
.AnyTagClassName
{
color: #F0B8DF;
}
</style>
background-color css
<style>
a { background-color: #F0B8DF; }
a { background-color: rgb(240,184,223); }
div.DivClassName
{
background-color: #F0B8DF;
}
.BgClassName
{
background-color: #F0B8DF;
}
</style>
border-color css
<style>
span { border-color: #F0B8DF; }
span { border-color: rgb(240,184,223); }
td.TdClassName
{
border-color: #F0B8DF;
}
.TagClassName
{
border-color: #F0B8DF;
}
</style>