Shades of French Lilac #F3BAE8
Tints of French Lilac #F3BAE8
RGB
CMYK
RGB Variations
Color information
#F3BAE8 (or 0xF3BAE8) is known color: French Lilac. HEX triplet: F3, BA and E8. RGB value is (243,186,232). Sum of RGB (Red+Green+Blue) = 243+186+232=661 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.76% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BAE8 is #0C4517. Grayscale: #D0D0D0. Windows color (decimal): -804120 or 15252211. OLE color: 15252211.
HSL color Cylindrical-coordinate representation of color #F3BAE8: hue angle of 311.58º 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 #F3BAE8 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 232 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.05 |
| HSL | 311.58º | 0.7% | 0.84% | - |
| HSV(B) | 311.58º | 0.23% | 0.95% | - |
| XYZ | 69.09 | 60 | 84.28 | - |
| YUV | 208.29 | 141.38 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 232 | 0 | 0.23 | 0.05 | 0.05 | 311.58 | 0.7 | 0.84 |
| Hex | F3 | BA | E8 | 0 | 17 | 5 | 5 | 138 | 46 | 54 |
| Octal | 363 | 272 | 350 | 0 | 27 | 5 | 5 | 470 | 106 | 124 |
| Binary | 11110011 | 10111010 | 11101000 | 0 | 10111 | 101 | 101 | 100111000 | 1000110 | 1010100 |
Color Harmonies of #F3BAE8
Complementary color
Monochromatic Colors of #F3BAE8
Black with #F3BAE8
Text Example
Text Example
White with #F3BAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BAE8; }
p { color: rgb(243,186,232); }
H1.HeaderClassName
{
color: #F3BAE8;
}
.AnyTagClassName
{
color: #F3BAE8;
}
</style>
background-color css
<style>
a { background-color: #F3BAE8; }
a { background-color: rgb(243,186,232); }
div.DivClassName
{
background-color: #F3BAE8;
}
.BgClassName
{
background-color: #F3BAE8;
}
</style>
border-color css
<style>
span { border-color: #F3BAE8; }
span { border-color: rgb(243,186,232); }
td.TdClassName
{
border-color: #F3BAE8;
}
.TagClassName
{
border-color: #F3BAE8;
}
</style>