Shades of French Lilac #F2C3EB
Tints of French Lilac #F2C3EB
RGB
CMYK
RGB Variations
Color information
#F2C3EB (or 0xF2C3EB) is known color: French Lilac. HEX triplet: F2, C3 and EB. RGB value is (242,195,235). Sum of RGB (Red+Green+Blue) = 242+195+235=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 195 (76.56% from 255 or 29.02% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C3EB is #0D3C14. Grayscale: #D5D5D5. Windows color (decimal): -867349 or 15451122. OLE color: 15451122.
HSL color Cylindrical-coordinate representation of color #F2C3EB: hue angle of 308.94º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2C3EB is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 235 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.05 |
| HSL | 308.94º | 0.64% | 0.86% | - |
| HSV(B) | 308.94º | 0.19% | 0.95% | - |
| XYZ | 71.13 | 63.91 | 87.18 | - |
| YUV | 213.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 235 | 0 | 0.19 | 0.03 | 0.05 | 308.94 | 0.64 | 0.86 |
| Hex | F2 | C3 | EB | 0 | 13 | 3 | 5 | 135 | 40 | 56 |
| Octal | 362 | 303 | 353 | 0 | 23 | 3 | 5 | 465 | 100 | 126 |
| Binary | 11110010 | 11000011 | 11101011 | 0 | 10011 | 11 | 101 | 100110101 | 1000000 | 1010110 |
Color Harmonies of #F2C3EB
Complementary color
Monochromatic Colors of #F2C3EB
Black with #F2C3EB
Text Example
Text Example
White with #F2C3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C3EB; }
p { color: rgb(242,195,235); }
H1.HeaderClassName
{
color: #F2C3EB;
}
.AnyTagClassName
{
color: #F2C3EB;
}
</style>
background-color css
<style>
a { background-color: #F2C3EB; }
a { background-color: rgb(242,195,235); }
div.DivClassName
{
background-color: #F2C3EB;
}
.BgClassName
{
background-color: #F2C3EB;
}
</style>
border-color css
<style>
span { border-color: #F2C3EB; }
span { border-color: rgb(242,195,235); }
td.TdClassName
{
border-color: #F2C3EB;
}
.TagClassName
{
border-color: #F2C3EB;
}
</style>