Shades of French Lilac #F3BFE5
Tints of French Lilac #F3BFE5
RGB
CMYK
RGB Variations
Color information
#F3BFE5 (or 0xF3BFE5) is known color: French Lilac. HEX triplet: F3, BF and E5. RGB value is (243,191,229). Sum of RGB (Red+Green+Blue) = 243+191+229=663 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.65% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 229 (89.84% from 255 or 34.54% from 663); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BFE5 is #0C401A. Grayscale: #D2D2D2. Windows color (decimal): -802843 or 15056883. OLE color: 15056883.
HSL color Cylindrical-coordinate representation of color #F3BFE5: hue angle of 316.15º 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 #F3BFE5 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 191 | 229 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.05 |
| HSL | 316.15º | 0.68% | 0.85% | - |
| HSV(B) | 316.15º | 0.21% | 0.95% | - |
| XYZ | 69.74 | 61.97 | 82.42 | - |
| YUV | 210.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 191 | 229 | 0 | 0.21 | 0.06 | 0.05 | 316.15 | 0.68 | 0.85 |
| Hex | F3 | BF | E5 | 0 | 15 | 6 | 5 | 13C | 44 | 55 |
| Octal | 363 | 277 | 345 | 0 | 25 | 6 | 5 | 474 | 104 | 125 |
| Binary | 11110011 | 10111111 | 11100101 | 0 | 10101 | 110 | 101 | 100111100 | 1000100 | 1010101 |
Color Harmonies of #F3BFE5
Complementary color
Monochromatic Colors of #F3BFE5
Black with #F3BFE5
Text Example
Text Example
White with #F3BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BFE5; }
p { color: rgb(243,191,229); }
H1.HeaderClassName
{
color: #F3BFE5;
}
.AnyTagClassName
{
color: #F3BFE5;
}
</style>
background-color css
<style>
a { background-color: #F3BFE5; }
a { background-color: rgb(243,191,229); }
div.DivClassName
{
background-color: #F3BFE5;
}
.BgClassName
{
background-color: #F3BFE5;
}
</style>
border-color css
<style>
span { border-color: #F3BFE5; }
span { border-color: rgb(243,191,229); }
td.TdClassName
{
border-color: #F3BFE5;
}
.TagClassName
{
border-color: #F3BFE5;
}
</style>