Shades of French Lilac #F5C2EA
Tints of French Lilac #F5C2EA
RGB
CMYK
RGB Variations
Color information
#F5C2EA (or 0xF5C2EA) is known color: French Lilac. HEX triplet: F5, C2 and EA. RGB value is (245,194,234). Sum of RGB (Red+Green+Blue) = 245+194+234=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 194 (76.17% from 255 or 28.83% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C2EA is #0A3D15. Grayscale: #D5D5D5. Windows color (decimal): -670998 or 15385333. OLE color: 15385333.
HSL color Cylindrical-coordinate representation of color #F5C2EA: hue angle of 312.94º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F5C2EA is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 194 | 234 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.04 |
| HSL | 312.94º | 0.72% | 0.86% | - |
| HSV(B) | 312.94º | 0.21% | 0.96% | - |
| XYZ | 71.8 | 63.94 | 86.4 | - |
| YUV | 213.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 194 | 234 | 0 | 0.21 | 0.04 | 0.04 | 312.94 | 0.72 | 0.86 |
| Hex | F5 | C2 | EA | 0 | 15 | 4 | 4 | 139 | 48 | 56 |
| Octal | 365 | 302 | 352 | 0 | 25 | 4 | 4 | 471 | 110 | 126 |
| Binary | 11110101 | 11000010 | 11101010 | 0 | 10101 | 100 | 100 | 100111001 | 1001000 | 1010110 |
Color Harmonies of #F5C2EA
Complementary color
Monochromatic Colors of #F5C2EA
Black with #F5C2EA
Text Example
Text Example
White with #F5C2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C2EA; }
p { color: rgb(245,194,234); }
H1.HeaderClassName
{
color: #F5C2EA;
}
.AnyTagClassName
{
color: #F5C2EA;
}
</style>
background-color css
<style>
a { background-color: #F5C2EA; }
a { background-color: rgb(245,194,234); }
div.DivClassName
{
background-color: #F5C2EA;
}
.BgClassName
{
background-color: #F5C2EA;
}
</style>
border-color css
<style>
span { border-color: #F5C2EA; }
span { border-color: rgb(245,194,234); }
td.TdClassName
{
border-color: #F5C2EA;
}
.TagClassName
{
border-color: #F5C2EA;
}
</style>