Shades of French Lilac #F1B7EA
Tints of French Lilac #F1B7EA
RGB
CMYK
RGB Variations
Color information
#F1B7EA (or 0xF1B7EA) is known color: French Lilac. HEX triplet: F1, B7 and EA. RGB value is (241,183,234). Sum of RGB (Red+Green+Blue) = 241+183+234=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 183 (71.88% from 255 or 27.81% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B7EA is #0E4815. Grayscale: #CECECE. Windows color (decimal): -935958 or 15382513. OLE color: 15382513.
HSL color Cylindrical-coordinate representation of color #F1B7EA: hue angle of 307.24º 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 #F1B7EA is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 183 | 234 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.05 |
| HSL | 307.24º | 0.67% | 0.83% | - |
| HSV(B) | 307.24º | 0.24% | 0.95% | - |
| XYZ | 68.06 | 58.51 | 85.55 | - |
| YUV | 206.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 183 | 234 | 0 | 0.24 | 0.03 | 0.05 | 307.24 | 0.67 | 0.83 |
| Hex | F1 | B7 | EA | 0 | 18 | 3 | 5 | 133 | 43 | 53 |
| Octal | 361 | 267 | 352 | 0 | 30 | 3 | 5 | 463 | 103 | 123 |
| Binary | 11110001 | 10110111 | 11101010 | 0 | 11000 | 11 | 101 | 100110011 | 1000011 | 1010011 |
Color Harmonies of #F1B7EA
Complementary color
Monochromatic Colors of #F1B7EA
Black with #F1B7EA
Text Example
Text Example
White with #F1B7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B7EA; }
p { color: rgb(241,183,234); }
H1.HeaderClassName
{
color: #F1B7EA;
}
.AnyTagClassName
{
color: #F1B7EA;
}
</style>
background-color css
<style>
a { background-color: #F1B7EA; }
a { background-color: rgb(241,183,234); }
div.DivClassName
{
background-color: #F1B7EA;
}
.BgClassName
{
background-color: #F1B7EA;
}
</style>
border-color css
<style>
span { border-color: #F1B7EA; }
span { border-color: rgb(241,183,234); }
td.TdClassName
{
border-color: #F1B7EA;
}
.TagClassName
{
border-color: #F1B7EA;
}
</style>