Shades of French Lilac #F1BEED
Tints of French Lilac #F1BEED
RGB
CMYK
RGB Variations
Color information
#F1BEED (or 0xF1BEED) is known color: French Lilac. HEX triplet: F1, BE and ED. RGB value is (241,190,237). Sum of RGB (Red+Green+Blue) = 241+190+237=668 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.08% from 668); Green value is 190 (74.61% from 255 or 28.44% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BEED is #0E4112. Grayscale: #D2D2D2. Windows color (decimal): -934163 or 15580913. OLE color: 15580913.
HSL color Cylindrical-coordinate representation of color #F1BEED: hue angle of 304.71º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1BEED is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 237 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.05 |
| HSL | 304.71º | 0.65% | 0.85% | - |
| HSV(B) | 304.71º | 0.21% | 0.95% | - |
| XYZ | 69.98 | 61.64 | 88.33 | - |
| YUV | 210.61 | 142.9 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 237 | 0 | 0.21 | 0.02 | 0.05 | 304.71 | 0.65 | 0.85 |
| Hex | F1 | BE | ED | 0 | 15 | 2 | 5 | 131 | 41 | 55 |
| Octal | 361 | 276 | 355 | 0 | 25 | 2 | 5 | 461 | 101 | 125 |
| Binary | 11110001 | 10111110 | 11101101 | 0 | 10101 | 10 | 101 | 100110001 | 1000001 | 1010101 |
Color Harmonies of #F1BEED
Complementary color
Monochromatic Colors of #F1BEED
Black with #F1BEED
Text Example
Text Example
White with #F1BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BEED; }
p { color: rgb(241,190,237); }
H1.HeaderClassName
{
color: #F1BEED;
}
.AnyTagClassName
{
color: #F1BEED;
}
</style>
background-color css
<style>
a { background-color: #F1BEED; }
a { background-color: rgb(241,190,237); }
div.DivClassName
{
background-color: #F1BEED;
}
.BgClassName
{
background-color: #F1BEED;
}
</style>
border-color css
<style>
span { border-color: #F1BEED; }
span { border-color: rgb(241,190,237); }
td.TdClassName
{
border-color: #F1BEED;
}
.TagClassName
{
border-color: #F1BEED;
}
</style>