Shades of French Lilac #F1B7DF
Tints of French Lilac #F1B7DF
RGB
CMYK
RGB Variations
Color information
#F1B7DF (or 0xF1B7DF) is known color: French Lilac. HEX triplet: F1, B7 and DF. RGB value is (241,183,223). Sum of RGB (Red+Green+Blue) = 241+183+223=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 183 (71.88% from 255 or 28.28% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B7DF is #0E4820. Grayscale: #CCCCCC. Windows color (decimal): -935969 or 14661617. OLE color: 14661617.
HSL color Cylindrical-coordinate representation of color #F1B7DF: hue angle of 318.62º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1B7DF is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 183 | 223 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.05 |
| HSL | 318.62º | 0.67% | 0.83% | - |
| HSV(B) | 318.62º | 0.24% | 0.95% | - |
| XYZ | 66.53 | 57.9 | 77.48 | - |
| YUV | 204.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 183 | 223 | 0 | 0.24 | 0.07 | 0.05 | 318.62 | 0.67 | 0.83 |
| Hex | F1 | B7 | DF | 0 | 18 | 7 | 5 | 13F | 43 | 53 |
| Octal | 361 | 267 | 337 | 0 | 30 | 7 | 5 | 477 | 103 | 123 |
| Binary | 11110001 | 10110111 | 11011111 | 0 | 11000 | 111 | 101 | 100111111 | 1000011 | 1010011 |
Color Harmonies of #F1B7DF
Complementary color
Monochromatic Colors of #F1B7DF
Black with #F1B7DF
Text Example
Text Example
White with #F1B7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B7DF; }
p { color: rgb(241,183,223); }
H1.HeaderClassName
{
color: #F1B7DF;
}
.AnyTagClassName
{
color: #F1B7DF;
}
</style>
background-color css
<style>
a { background-color: #F1B7DF; }
a { background-color: rgb(241,183,223); }
div.DivClassName
{
background-color: #F1B7DF;
}
.BgClassName
{
background-color: #F1B7DF;
}
</style>
border-color css
<style>
span { border-color: #F1B7DF; }
span { border-color: rgb(241,183,223); }
td.TdClassName
{
border-color: #F1B7DF;
}
.TagClassName
{
border-color: #F1B7DF;
}
</style>