Shades of French Lilac #F4B9F1
Tints of French Lilac #F4B9F1
RGB
CMYK
RGB Variations
Color information
#F4B9F1 (or 0xF4B9F1) is known color: French Lilac. HEX triplet: F4, B9 and F1. RGB value is (244,185,241). Sum of RGB (Red+Green+Blue) = 244+185+241=670 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.42% from 670); Green value is 185 (72.66% from 255 or 27.61% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4B9F1 is #0B460E. Grayscale: #D0D0D0. Windows color (decimal): -738831 or 15841780. OLE color: 15841780.
HSL color Cylindrical-coordinate representation of color #F4B9F1: hue angle of 303.05º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4B9F1 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 185 | 241 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.04 |
| HSL | 303.05º | 0.73% | 0.84% | - |
| HSV(B) | 303.05º | 0.24% | 0.96% | - |
| XYZ | 70.53 | 60.28 | 91.14 | - |
| YUV | 209.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 185 | 241 | 0 | 0.24 | 0.01 | 0.04 | 303.05 | 0.73 | 0.84 |
| Hex | F4 | B9 | F1 | 0 | 18 | 1 | 4 | 12F | 49 | 54 |
| Octal | 364 | 271 | 361 | 0 | 30 | 1 | 4 | 457 | 111 | 124 |
| Binary | 11110100 | 10111001 | 11110001 | 0 | 11000 | 1 | 100 | 100101111 | 1001001 | 1010100 |
Color Harmonies of #F4B9F1
Complementary color
Monochromatic Colors of #F4B9F1
Black with #F4B9F1
Text Example
Text Example
White with #F4B9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B9F1; }
p { color: rgb(244,185,241); }
H1.HeaderClassName
{
color: #F4B9F1;
}
.AnyTagClassName
{
color: #F4B9F1;
}
</style>
background-color css
<style>
a { background-color: #F4B9F1; }
a { background-color: rgb(244,185,241); }
div.DivClassName
{
background-color: #F4B9F1;
}
.BgClassName
{
background-color: #F4B9F1;
}
</style>
border-color css
<style>
span { border-color: #F4B9F1; }
span { border-color: rgb(244,185,241); }
td.TdClassName
{
border-color: #F4B9F1;
}
.TagClassName
{
border-color: #F4B9F1;
}
</style>