Shades of French Lilac #F4B8F0
Tints of French Lilac #F4B8F0
RGB
CMYK
RGB Variations
Color information
#F4B8F0 (or 0xF4B8F0) is known color: French Lilac. HEX triplet: F4, B8 and F0. RGB value is (244,184,240). Sum of RGB (Red+Green+Blue) = 244+184+240=668 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.53% from 668); Green value is 184 (72.27% from 255 or 27.54% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B8F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4B8F0 is #0B470F. Grayscale: #D0D0D0. Windows color (decimal): -739088 or 15775988. OLE color: 15775988.
HSL color Cylindrical-coordinate representation of color #F4B8F0: hue angle of 304º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4B8F0 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 184 | 240 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.04 |
| HSL | 304º | 0.73% | 0.84% | - |
| HSV(B) | 304º | 0.25% | 0.96% | - |
| XYZ | 70.18 | 59.81 | 90.28 | - |
| YUV | 208.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 184 | 240 | 0 | 0.25 | 0.02 | 0.04 | 304 | 0.73 | 0.84 |
| Hex | F4 | B8 | F0 | 0 | 19 | 2 | 4 | 130 | 49 | 54 |
| Octal | 364 | 270 | 360 | 0 | 31 | 2 | 4 | 460 | 111 | 124 |
| Binary | 11110100 | 10111000 | 11110000 | 0 | 11001 | 10 | 100 | 100110000 | 1001001 | 1010100 |
Color Harmonies of #F4B8F0
Complementary color
Monochromatic Colors of #F4B8F0
Black with #F4B8F0
Text Example
Text Example
White with #F4B8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B8F0; }
p { color: rgb(244,184,240); }
H1.HeaderClassName
{
color: #F4B8F0;
}
.AnyTagClassName
{
color: #F4B8F0;
}
</style>
background-color css
<style>
a { background-color: #F4B8F0; }
a { background-color: rgb(244,184,240); }
div.DivClassName
{
background-color: #F4B8F0;
}
.BgClassName
{
background-color: #F4B8F0;
}
</style>
border-color css
<style>
span { border-color: #F4B8F0; }
span { border-color: rgb(244,184,240); }
td.TdClassName
{
border-color: #F4B8F0;
}
.TagClassName
{
border-color: #F4B8F0;
}
</style>