Shades of French Lilac #F6BBF2
Tints of French Lilac #F6BBF2
RGB
CMYK
RGB Variations
Color information
#F6BBF2 (or 0xF6BBF2) is known color: French Lilac. HEX triplet: F6, BB and F2. RGB value is (246,187,242). Sum of RGB (Red+Green+Blue) = 246+187+242=675 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.44% from 675); Green value is 187 (73.44% from 255 or 27.70% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BBF2 is #09440D. Grayscale: #D2D2D2. Windows color (decimal): -607246 or 15907830. OLE color: 15907830.
HSL color Cylindrical-coordinate representation of color #F6BBF2: hue angle of 304.07º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BBF2 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 187 | 242 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.04 |
| HSL | 304.07º | 0.77% | 0.85% | - |
| HSV(B) | 304.07º | 0.24% | 0.96% | - |
| XYZ | 71.8 | 61.54 | 92.1 | - |
| YUV | 210.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 242 | 0 | 0.24 | 0.02 | 0.04 | 304.07 | 0.77 | 0.85 |
| Hex | F6 | BB | F2 | 0 | 18 | 2 | 4 | 130 | 4D | 55 |
| Octal | 366 | 273 | 362 | 0 | 30 | 2 | 4 | 460 | 115 | 125 |
| Binary | 11110110 | 10111011 | 11110010 | 0 | 11000 | 10 | 100 | 100110000 | 1001101 | 1010101 |
Color Harmonies of #F6BBF2
Complementary color
Monochromatic Colors of #F6BBF2
Black with #F6BBF2
Text Example
Text Example
White with #F6BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BBF2; }
p { color: rgb(246,187,242); }
H1.HeaderClassName
{
color: #F6BBF2;
}
.AnyTagClassName
{
color: #F6BBF2;
}
</style>
background-color css
<style>
a { background-color: #F6BBF2; }
a { background-color: rgb(246,187,242); }
div.DivClassName
{
background-color: #F6BBF2;
}
.BgClassName
{
background-color: #F6BBF2;
}
</style>
border-color css
<style>
span { border-color: #F6BBF2; }
span { border-color: rgb(246,187,242); }
td.TdClassName
{
border-color: #F6BBF2;
}
.TagClassName
{
border-color: #F6BBF2;
}
</style>