Shades of French Lilac #F5C3EA
Tints of French Lilac #F5C3EA
RGB
CMYK
RGB Variations
Color information
#F5C3EA (or 0xF5C3EA) is known color: French Lilac. HEX triplet: F5, C3 and EA. RGB value is (245,195,234). Sum of RGB (Red+Green+Blue) = 245+195+234=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 195 (76.56% from 255 or 28.93% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C3EA is #0A3C15. Grayscale: #D6D6D6. Windows color (decimal): -670742 or 15385589. OLE color: 15385589.
HSL color Cylindrical-coordinate representation of color #F5C3EA: hue angle of 313.2º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5C3EA is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 195 | 234 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.04 |
| HSL | 313.2º | 0.71% | 0.86% | - |
| HSV(B) | 313.2º | 0.2% | 0.96% | - |
| XYZ | 72.02 | 64.38 | 86.47 | - |
| YUV | 214.4 | 139.07 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 195 | 234 | 0 | 0.20 | 0.04 | 0.04 | 313.2 | 0.71 | 0.86 |
| Hex | F5 | C3 | EA | 0 | 14 | 4 | 4 | 139 | 47 | 56 |
| Octal | 365 | 303 | 352 | 0 | 24 | 4 | 4 | 471 | 107 | 126 |
| Binary | 11110101 | 11000011 | 11101010 | 0 | 10100 | 100 | 100 | 100111001 | 1000111 | 1010110 |
Color Harmonies of #F5C3EA
Complementary color
Monochromatic Colors of #F5C3EA
Black with #F5C3EA
Text Example
Text Example
White with #F5C3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C3EA; }
p { color: rgb(245,195,234); }
H1.HeaderClassName
{
color: #F5C3EA;
}
.AnyTagClassName
{
color: #F5C3EA;
}
</style>
background-color css
<style>
a { background-color: #F5C3EA; }
a { background-color: rgb(245,195,234); }
div.DivClassName
{
background-color: #F5C3EA;
}
.BgClassName
{
background-color: #F5C3EA;
}
</style>
border-color css
<style>
span { border-color: #F5C3EA; }
span { border-color: rgb(245,195,234); }
td.TdClassName
{
border-color: #F5C3EA;
}
.TagClassName
{
border-color: #F5C3EA;
}
</style>