Shades of French Lilac #F6C2EE
Tints of French Lilac #F6C2EE
RGB
CMYK
RGB Variations
Color information
#F6C2EE (or 0xF6C2EE) is known color: French Lilac. HEX triplet: F6, C2 and EE. RGB value is (246,194,238). Sum of RGB (Red+Green+Blue) = 246+194+238=678 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.28% from 678); Green value is 194 (76.17% from 255 or 28.61% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C2EE is #093D11. Grayscale: #D6D6D6. Windows color (decimal): -605458 or 15647478. OLE color: 15647478.
HSL color Cylindrical-coordinate representation of color #F6C2EE: hue angle of 309.23º degrees, saturation: 0.74, 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 #F6C2EE is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 238 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.04 |
| HSL | 309.23º | 0.74% | 0.86% | - |
| HSV(B) | 309.23º | 0.21% | 0.96% | - |
| XYZ | 72.73 | 64.35 | 89.48 | - |
| YUV | 214.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 238 | 0 | 0.21 | 0.03 | 0.04 | 309.23 | 0.74 | 0.86 |
| Hex | F6 | C2 | EE | 0 | 15 | 3 | 4 | 135 | 4A | 56 |
| Octal | 366 | 302 | 356 | 0 | 25 | 3 | 4 | 465 | 112 | 126 |
| Binary | 11110110 | 11000010 | 11101110 | 0 | 10101 | 11 | 100 | 100110101 | 1001010 | 1010110 |
Color Harmonies of #F6C2EE
Complementary color
Monochromatic Colors of #F6C2EE
Black with #F6C2EE
Text Example
Text Example
White with #F6C2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C2EE; }
p { color: rgb(246,194,238); }
H1.HeaderClassName
{
color: #F6C2EE;
}
.AnyTagClassName
{
color: #F6C2EE;
}
</style>
background-color css
<style>
a { background-color: #F6C2EE; }
a { background-color: rgb(246,194,238); }
div.DivClassName
{
background-color: #F6C2EE;
}
.BgClassName
{
background-color: #F6C2EE;
}
</style>
border-color css
<style>
span { border-color: #F6C2EE; }
span { border-color: rgb(246,194,238); }
td.TdClassName
{
border-color: #F6C2EE;
}
.TagClassName
{
border-color: #F6C2EE;
}
</style>