Shades of French Lilac #F3BFE8
Tints of French Lilac #F3BFE8
RGB
CMYK
RGB Variations
Color information
#F3BFE8 (or 0xF3BFE8) is known color: French Lilac. HEX triplet: F3, BF and E8. RGB value is (243,191,232). Sum of RGB (Red+Green+Blue) = 243+191+232=666 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.49% from 666); Green value is 191 (75% from 255 or 28.68% from 666); Blue value is 232 (91.02% from 255 or 34.83% from 666); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BFE8 is #0C4017. Grayscale: #D3D3D3. Windows color (decimal): -802840 or 15253491. OLE color: 15253491.
HSL color Cylindrical-coordinate representation of color #F3BFE8: hue angle of 312.69º 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 #F3BFE8 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 191 | 232 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.05 |
| HSL | 312.69º | 0.68% | 0.85% | - |
| HSV(B) | 312.69º | 0.21% | 0.95% | - |
| XYZ | 70.16 | 62.14 | 84.64 | - |
| YUV | 211.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 191 | 232 | 0 | 0.21 | 0.05 | 0.05 | 312.69 | 0.68 | 0.85 |
| Hex | F3 | BF | E8 | 0 | 15 | 5 | 5 | 139 | 44 | 55 |
| Octal | 363 | 277 | 350 | 0 | 25 | 5 | 5 | 471 | 104 | 125 |
| Binary | 11110011 | 10111111 | 11101000 | 0 | 10101 | 101 | 101 | 100111001 | 1000100 | 1010101 |
Color Harmonies of #F3BFE8
Complementary color
Monochromatic Colors of #F3BFE8
Black with #F3BFE8
Text Example
Text Example
White with #F3BFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BFE8; }
p { color: rgb(243,191,232); }
H1.HeaderClassName
{
color: #F3BFE8;
}
.AnyTagClassName
{
color: #F3BFE8;
}
</style>
background-color css
<style>
a { background-color: #F3BFE8; }
a { background-color: rgb(243,191,232); }
div.DivClassName
{
background-color: #F3BFE8;
}
.BgClassName
{
background-color: #F3BFE8;
}
</style>
border-color css
<style>
span { border-color: #F3BFE8; }
span { border-color: rgb(243,191,232); }
td.TdClassName
{
border-color: #F3BFE8;
}
.TagClassName
{
border-color: #F3BFE8;
}
</style>