Shades of French Lilac #F1B2EF
Tints of French Lilac #F1B2EF
RGB
CMYK
RGB Variations
Color information
#F1B2EF (or 0xF1B2EF) is known color: French Lilac. HEX triplet: F1, B2 and EF. RGB value is (241,178,239). Sum of RGB (Red+Green+Blue) = 241+178+239=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 178 (69.92% from 255 or 27.05% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1B2EF is #0E4D10. Grayscale: #CBCBCB. Windows color (decimal): -937233 or 15708913. OLE color: 15708913.
HSL color Cylindrical-coordinate representation of color #F1B2EF: hue angle of 301.9º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1B2EF is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 178 | 239 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.05 |
| HSL | 301.9º | 0.69% | 0.82% | - |
| HSV(B) | 301.9º | 0.26% | 0.95% | - |
| XYZ | 67.78 | 56.77 | 89.05 | - |
| YUV | 203.79 | 147.87 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 178 | 239 | 0 | 0.26 | 0.01 | 0.05 | 301.9 | 0.69 | 0.82 |
| Hex | F1 | B2 | EF | 0 | 1A | 1 | 5 | 12E | 45 | 52 |
| Octal | 361 | 262 | 357 | 0 | 32 | 1 | 5 | 456 | 105 | 122 |
| Binary | 11110001 | 10110010 | 11101111 | 0 | 11010 | 1 | 101 | 100101110 | 1000101 | 1010010 |
Color Harmonies of #F1B2EF
Complementary color
Monochromatic Colors of #F1B2EF
Black with #F1B2EF
Text Example
Text Example
White with #F1B2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B2EF; }
p { color: rgb(241,178,239); }
H1.HeaderClassName
{
color: #F1B2EF;
}
.AnyTagClassName
{
color: #F1B2EF;
}
</style>
background-color css
<style>
a { background-color: #F1B2EF; }
a { background-color: rgb(241,178,239); }
div.DivClassName
{
background-color: #F1B2EF;
}
.BgClassName
{
background-color: #F1B2EF;
}
</style>
border-color css
<style>
span { border-color: #F1B2EF; }
span { border-color: rgb(241,178,239); }
td.TdClassName
{
border-color: #F1B2EF;
}
.TagClassName
{
border-color: #F1B2EF;
}
</style>