Shades of French Lilac #F3C3E7
Tints of French Lilac #F3C3E7
RGB
CMYK
RGB Variations
Color information
#F3C3E7 (or 0xF3C3E7) is known color: French Lilac. HEX triplet: F3, C3 and E7. RGB value is (243,195,231). Sum of RGB (Red+Green+Blue) = 243+195+231=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 195 (76.56% from 255 or 29.15% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C3E7 is #0C3C18. Grayscale: #D5D5D5. Windows color (decimal): -801817 or 15188979. OLE color: 15188979.
HSL color Cylindrical-coordinate representation of color #F3C3E7: hue angle of 315º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3C3E7 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 231 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.05 |
| HSL | 315º | 0.67% | 0.86% | - |
| HSV(B) | 315º | 0.2% | 0.95% | - |
| XYZ | 70.9 | 63.85 | 84.19 | - |
| YUV | 213.46 | 137.9 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 231 | 0 | 0.20 | 0.05 | 0.05 | 315 | 0.67 | 0.86 |
| Hex | F3 | C3 | E7 | 0 | 14 | 5 | 5 | 13B | 43 | 56 |
| Octal | 363 | 303 | 347 | 0 | 24 | 5 | 5 | 473 | 103 | 126 |
| Binary | 11110011 | 11000011 | 11100111 | 0 | 10100 | 101 | 101 | 100111011 | 1000011 | 1010110 |
Color Harmonies of #F3C3E7
Complementary color
Monochromatic Colors of #F3C3E7
Black with #F3C3E7
Text Example
Text Example
White with #F3C3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C3E7; }
p { color: rgb(243,195,231); }
H1.HeaderClassName
{
color: #F3C3E7;
}
.AnyTagClassName
{
color: #F3C3E7;
}
</style>
background-color css
<style>
a { background-color: #F3C3E7; }
a { background-color: rgb(243,195,231); }
div.DivClassName
{
background-color: #F3C3E7;
}
.BgClassName
{
background-color: #F3C3E7;
}
</style>
border-color css
<style>
span { border-color: #F3C3E7; }
span { border-color: rgb(243,195,231); }
td.TdClassName
{
border-color: #F3C3E7;
}
.TagClassName
{
border-color: #F3C3E7;
}
</style>