Shades of French Lilac #F3BFE9
Tints of French Lilac #F3BFE9
RGB
CMYK
RGB Variations
Color information
#F3BFE9 (or 0xF3BFE9) is known color: French Lilac. HEX triplet: F3, BF and E9. RGB value is (243,191,233). Sum of RGB (Red+Green+Blue) = 243+191+233=667 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.43% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BFE9 is #0C4016. Grayscale: #D3D3D3. Windows color (decimal): -802839 or 15319027. OLE color: 15319027.
HSL color Cylindrical-coordinate representation of color #F3BFE9: hue angle of 311.54º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3BFE9 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 191 | 233 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.05 |
| HSL | 311.54º | 0.68% | 0.85% | - |
| HSV(B) | 311.54º | 0.21% | 0.95% | - |
| XYZ | 70.3 | 62.2 | 85.39 | - |
| YUV | 211.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 191 | 233 | 0 | 0.21 | 0.04 | 0.05 | 311.54 | 0.68 | 0.85 |
| Hex | F3 | BF | E9 | 0 | 15 | 4 | 5 | 138 | 44 | 55 |
| Octal | 363 | 277 | 351 | 0 | 25 | 4 | 5 | 470 | 104 | 125 |
| Binary | 11110011 | 10111111 | 11101001 | 0 | 10101 | 100 | 101 | 100111000 | 1000100 | 1010101 |
Color Harmonies of #F3BFE9
Complementary color
Monochromatic Colors of #F3BFE9
Black with #F3BFE9
Text Example
Text Example
White with #F3BFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BFE9; }
p { color: rgb(243,191,233); }
H1.HeaderClassName
{
color: #F3BFE9;
}
.AnyTagClassName
{
color: #F3BFE9;
}
</style>
background-color css
<style>
a { background-color: #F3BFE9; }
a { background-color: rgb(243,191,233); }
div.DivClassName
{
background-color: #F3BFE9;
}
.BgClassName
{
background-color: #F3BFE9;
}
</style>
border-color css
<style>
span { border-color: #F3BFE9; }
span { border-color: rgb(243,191,233); }
td.TdClassName
{
border-color: #F3BFE9;
}
.TagClassName
{
border-color: #F3BFE9;
}
</style>