Shades of French Lilac #F3BAE5
Tints of French Lilac #F3BAE5
RGB
CMYK
RGB Variations
Color information
#F3BAE5 (or 0xF3BAE5) is known color: French Lilac. HEX triplet: F3, BA and E5. RGB value is (243,186,229). Sum of RGB (Red+Green+Blue) = 243+186+229=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 186 (73.05% from 255 or 28.27% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BAE5 is #0C451A. Grayscale: #CFCFCF. Windows color (decimal): -804123 or 15055603. OLE color: 15055603.
HSL color Cylindrical-coordinate representation of color #F3BAE5: hue angle of 314.74º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BAE5 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 229 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.05 |
| HSL | 314.74º | 0.7% | 0.84% | - |
| HSV(B) | 314.74º | 0.23% | 0.95% | - |
| XYZ | 68.66 | 59.83 | 82.06 | - |
| YUV | 207.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 229 | 0 | 0.23 | 0.06 | 0.05 | 314.74 | 0.7 | 0.84 |
| Hex | F3 | BA | E5 | 0 | 17 | 6 | 5 | 13B | 46 | 54 |
| Octal | 363 | 272 | 345 | 0 | 27 | 6 | 5 | 473 | 106 | 124 |
| Binary | 11110011 | 10111010 | 11100101 | 0 | 10111 | 110 | 101 | 100111011 | 1000110 | 1010100 |
Color Harmonies of #F3BAE5
Complementary color
Monochromatic Colors of #F3BAE5
Black with #F3BAE5
Text Example
Text Example
White with #F3BAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BAE5; }
p { color: rgb(243,186,229); }
H1.HeaderClassName
{
color: #F3BAE5;
}
.AnyTagClassName
{
color: #F3BAE5;
}
</style>
background-color css
<style>
a { background-color: #F3BAE5; }
a { background-color: rgb(243,186,229); }
div.DivClassName
{
background-color: #F3BAE5;
}
.BgClassName
{
background-color: #F3BAE5;
}
</style>
border-color css
<style>
span { border-color: #F3BAE5; }
span { border-color: rgb(243,186,229); }
td.TdClassName
{
border-color: #F3BAE5;
}
.TagClassName
{
border-color: #F3BAE5;
}
</style>