Shades of French Lilac #F1B5ED
Tints of French Lilac #F1B5ED
RGB
CMYK
RGB Variations
Color information
#F1B5ED (or 0xF1B5ED) is known color: French Lilac. HEX triplet: F1, B5 and ED. RGB value is (241,181,237). Sum of RGB (Red+Green+Blue) = 241+181+237=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 181 (71.09% from 255 or 27.47% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B5ED is #0E4A12. Grayscale: #CDCDCD. Windows color (decimal): -936467 or 15578609. OLE color: 15578609.
HSL color Cylindrical-coordinate representation of color #F1B5ED: hue angle of 304º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1B5ED is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 181 | 237 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.05 |
| HSL | 304º | 0.68% | 0.83% | - |
| HSV(B) | 304º | 0.25% | 0.95% | - |
| XYZ | 68.09 | 57.86 | 87.7 | - |
| YUV | 205.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 181 | 237 | 0 | 0.25 | 0.02 | 0.05 | 304 | 0.68 | 0.83 |
| Hex | F1 | B5 | ED | 0 | 19 | 2 | 5 | 130 | 44 | 53 |
| Octal | 361 | 265 | 355 | 0 | 31 | 2 | 5 | 460 | 104 | 123 |
| Binary | 11110001 | 10110101 | 11101101 | 0 | 11001 | 10 | 101 | 100110000 | 1000100 | 1010011 |
Color Harmonies of #F1B5ED
Complementary color
Monochromatic Colors of #F1B5ED
Black with #F1B5ED
Text Example
Text Example
White with #F1B5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B5ED; }
p { color: rgb(241,181,237); }
H1.HeaderClassName
{
color: #F1B5ED;
}
.AnyTagClassName
{
color: #F1B5ED;
}
</style>
background-color css
<style>
a { background-color: #F1B5ED; }
a { background-color: rgb(241,181,237); }
div.DivClassName
{
background-color: #F1B5ED;
}
.BgClassName
{
background-color: #F1B5ED;
}
</style>
border-color css
<style>
span { border-color: #F1B5ED; }
span { border-color: rgb(241,181,237); }
td.TdClassName
{
border-color: #F1B5ED;
}
.TagClassName
{
border-color: #F1B5ED;
}
</style>