Shades of French Lilac #F5BEED
Tints of French Lilac #F5BEED
RGB
CMYK
RGB Variations
Color information
#F5BEED (or 0xF5BEED) is known color: French Lilac. HEX triplet: F5, BE and ED. RGB value is (245,190,237). Sum of RGB (Red+Green+Blue) = 245+190+237=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 190 (74.61% from 255 or 28.27% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BEED is #0A4112. Grayscale: #D3D3D3. Windows color (decimal): -672019 or 15580917. OLE color: 15580917.
HSL color Cylindrical-coordinate representation of color #F5BEED: hue angle of 308.73º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5BEED is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 237 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.04 |
| HSL | 308.73º | 0.73% | 0.85% | - |
| HSV(B) | 308.73º | 0.22% | 0.96% | - |
| XYZ | 71.36 | 62.35 | 88.4 | - |
| YUV | 211.8 | 142.22 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 237 | 0 | 0.22 | 0.03 | 0.04 | 308.73 | 0.73 | 0.85 |
| Hex | F5 | BE | ED | 0 | 16 | 3 | 4 | 135 | 49 | 55 |
| Octal | 365 | 276 | 355 | 0 | 26 | 3 | 4 | 465 | 111 | 125 |
| Binary | 11110101 | 10111110 | 11101101 | 0 | 10110 | 11 | 100 | 100110101 | 1001001 | 1010101 |
Color Harmonies of #F5BEED
Complementary color
Monochromatic Colors of #F5BEED
Black with #F5BEED
Text Example
Text Example
White with #F5BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BEED; }
p { color: rgb(245,190,237); }
H1.HeaderClassName
{
color: #F5BEED;
}
.AnyTagClassName
{
color: #F5BEED;
}
</style>
background-color css
<style>
a { background-color: #F5BEED; }
a { background-color: rgb(245,190,237); }
div.DivClassName
{
background-color: #F5BEED;
}
.BgClassName
{
background-color: #F5BEED;
}
</style>
border-color css
<style>
span { border-color: #F5BEED; }
span { border-color: rgb(245,190,237); }
td.TdClassName
{
border-color: #F5BEED;
}
.TagClassName
{
border-color: #F5BEED;
}
</style>