Shades of French Lilac #F3C1E6
Tints of French Lilac #F3C1E6
RGB
CMYK
RGB Variations
Color information
#F3C1E6 (or 0xF3C1E6) is known color: French Lilac. HEX triplet: F3, C1 and E6. RGB value is (243,193,230). Sum of RGB (Red+Green+Blue) = 243+193+230=666 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.49% from 666); Green value is 193 (75.78% from 255 or 28.98% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C1E6 is #0C3E19. Grayscale: #D4D4D4. Windows color (decimal): -802330 or 15122931. OLE color: 15122931.
HSL color Cylindrical-coordinate representation of color #F3C1E6: hue angle of 315.6º 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 #F3C1E6 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 230 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.05 |
| HSL | 315.6º | 0.68% | 0.85% | - |
| HSV(B) | 315.6º | 0.21% | 0.95% | - |
| XYZ | 70.32 | 62.91 | 83.3 | - |
| YUV | 212.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 230 | 0 | 0.21 | 0.05 | 0.05 | 315.6 | 0.68 | 0.85 |
| Hex | F3 | C1 | E6 | 0 | 15 | 5 | 5 | 13C | 44 | 55 |
| Octal | 363 | 301 | 346 | 0 | 25 | 5 | 5 | 474 | 104 | 125 |
| Binary | 11110011 | 11000001 | 11100110 | 0 | 10101 | 101 | 101 | 100111100 | 1000100 | 1010101 |
Color Harmonies of #F3C1E6
Complementary color
Monochromatic Colors of #F3C1E6
Black with #F3C1E6
Text Example
Text Example
White with #F3C1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C1E6; }
p { color: rgb(243,193,230); }
H1.HeaderClassName
{
color: #F3C1E6;
}
.AnyTagClassName
{
color: #F3C1E6;
}
</style>
background-color css
<style>
a { background-color: #F3C1E6; }
a { background-color: rgb(243,193,230); }
div.DivClassName
{
background-color: #F3C1E6;
}
.BgClassName
{
background-color: #F3C1E6;
}
</style>
border-color css
<style>
span { border-color: #F3C1E6; }
span { border-color: rgb(243,193,230); }
td.TdClassName
{
border-color: #F3C1E6;
}
.TagClassName
{
border-color: #F3C1E6;
}
</style>