Shades of French Lilac #F6BEF1
Tints of French Lilac #F6BEF1
RGB
CMYK
RGB Variations
Color information
#F6BEF1 (or 0xF6BEF1) is known color: French Lilac. HEX triplet: F6, BE and F1. RGB value is (246,190,241). Sum of RGB (Red+Green+Blue) = 246+190+241=677 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.34% from 677); Green value is 190 (74.61% from 255 or 28.06% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BEF1 is #09410E. Grayscale: #D4D4D4. Windows color (decimal): -606479 or 15843062. OLE color: 15843062.
HSL color Cylindrical-coordinate representation of color #F6BEF1: hue angle of 305.36º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6BEF1 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 190 | 241 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.04 |
| HSL | 305.36º | 0.76% | 0.85% | - |
| HSV(B) | 305.36º | 0.23% | 0.96% | - |
| XYZ | 72.3 | 62.77 | 91.52 | - |
| YUV | 212.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 241 | 0 | 0.23 | 0.02 | 0.04 | 305.36 | 0.76 | 0.85 |
| Hex | F6 | BE | F1 | 0 | 17 | 2 | 4 | 131 | 4C | 55 |
| Octal | 366 | 276 | 361 | 0 | 27 | 2 | 4 | 461 | 114 | 125 |
| Binary | 11110110 | 10111110 | 11110001 | 0 | 10111 | 10 | 100 | 100110001 | 1001100 | 1010101 |
Color Harmonies of #F6BEF1
Complementary color
Monochromatic Colors of #F6BEF1
Black with #F6BEF1
Text Example
Text Example
White with #F6BEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BEF1; }
p { color: rgb(246,190,241); }
H1.HeaderClassName
{
color: #F6BEF1;
}
.AnyTagClassName
{
color: #F6BEF1;
}
</style>
background-color css
<style>
a { background-color: #F6BEF1; }
a { background-color: rgb(246,190,241); }
div.DivClassName
{
background-color: #F6BEF1;
}
.BgClassName
{
background-color: #F6BEF1;
}
</style>
border-color css
<style>
span { border-color: #F6BEF1; }
span { border-color: rgb(246,190,241); }
td.TdClassName
{
border-color: #F6BEF1;
}
.TagClassName
{
border-color: #F6BEF1;
}
</style>