Shades of French Lilac #F1B6E5
Tints of French Lilac #F1B6E5
RGB
CMYK
RGB Variations
Color information
#F1B6E5 (or 0xF1B6E5) is known color: French Lilac. HEX triplet: F1, B6 and E5. RGB value is (241,182,229). Sum of RGB (Red+Green+Blue) = 241+182+229=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 182 (71.48% from 255 or 27.91% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B6E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B6E5 is #0E491A. Grayscale: #CCCCCC. Windows color (decimal): -936219 or 15054577. OLE color: 15054577.
HSL color Cylindrical-coordinate representation of color #F1B6E5: hue angle of 312.2º degrees, saturation: 0.68, 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 #F1B6E5 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 182 | 229 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.05 |
| HSL | 312.2º | 0.68% | 0.83% | - |
| HSV(B) | 312.2º | 0.24% | 0.95% | - |
| XYZ | 67.15 | 57.81 | 81.75 | - |
| YUV | 205 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 182 | 229 | 0 | 0.24 | 0.05 | 0.05 | 312.2 | 0.68 | 0.83 |
| Hex | F1 | B6 | E5 | 0 | 18 | 5 | 5 | 138 | 44 | 53 |
| Octal | 361 | 266 | 345 | 0 | 30 | 5 | 5 | 470 | 104 | 123 |
| Binary | 11110001 | 10110110 | 11100101 | 0 | 11000 | 101 | 101 | 100111000 | 1000100 | 1010011 |
Color Harmonies of #F1B6E5
Complementary color
Monochromatic Colors of #F1B6E5
Black with #F1B6E5
Text Example
Text Example
White with #F1B6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B6E5; }
p { color: rgb(241,182,229); }
H1.HeaderClassName
{
color: #F1B6E5;
}
.AnyTagClassName
{
color: #F1B6E5;
}
</style>
background-color css
<style>
a { background-color: #F1B6E5; }
a { background-color: rgb(241,182,229); }
div.DivClassName
{
background-color: #F1B6E5;
}
.BgClassName
{
background-color: #F1B6E5;
}
</style>
border-color css
<style>
span { border-color: #F1B6E5; }
span { border-color: rgb(241,182,229); }
td.TdClassName
{
border-color: #F1B6E5;
}
.TagClassName
{
border-color: #F1B6E5;
}
</style>