Shades of French Lilac #F1B9DF
Tints of French Lilac #F1B9DF
RGB
CMYK
RGB Variations
Color information
#F1B9DF (or 0xF1B9DF) is known color: French Lilac. HEX triplet: F1, B9 and DF. RGB value is (241,185,223). Sum of RGB (Red+Green+Blue) = 241+185+223=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 185 (72.66% from 255 or 28.51% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9DF is #0E4620. Grayscale: #CDCDCD. Windows color (decimal): -935457 or 14662129. OLE color: 14662129.
HSL color Cylindrical-coordinate representation of color #F1B9DF: hue angle of 319.29º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1B9DF is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 223 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.05 |
| HSL | 319.29º | 0.67% | 0.84% | - |
| HSV(B) | 319.29º | 0.23% | 0.95% | - |
| XYZ | 66.94 | 58.73 | 77.62 | - |
| YUV | 206.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 223 | 0 | 0.23 | 0.07 | 0.05 | 319.29 | 0.67 | 0.84 |
| Hex | F1 | B9 | DF | 0 | 17 | 7 | 5 | 13F | 43 | 54 |
| Octal | 361 | 271 | 337 | 0 | 27 | 7 | 5 | 477 | 103 | 124 |
| Binary | 11110001 | 10111001 | 11011111 | 0 | 10111 | 111 | 101 | 100111111 | 1000011 | 1010100 |
Color Harmonies of #F1B9DF
Complementary color
Monochromatic Colors of #F1B9DF
Black with #F1B9DF
Text Example
Text Example
White with #F1B9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B9DF; }
p { color: rgb(241,185,223); }
H1.HeaderClassName
{
color: #F1B9DF;
}
.AnyTagClassName
{
color: #F1B9DF;
}
</style>
background-color css
<style>
a { background-color: #F1B9DF; }
a { background-color: rgb(241,185,223); }
div.DivClassName
{
background-color: #F1B9DF;
}
.BgClassName
{
background-color: #F1B9DF;
}
</style>
border-color css
<style>
span { border-color: #F1B9DF; }
span { border-color: rgb(241,185,223); }
td.TdClassName
{
border-color: #F1B9DF;
}
.TagClassName
{
border-color: #F1B9DF;
}
</style>