Shades of French Lilac #F8C3EF
Tints of French Lilac #F8C3EF
RGB
CMYK
RGB Variations
Color information
#F8C3EF (or 0xF8C3EF) is known color: French Lilac. HEX triplet: F8, C3 and EF. RGB value is (248,195,239). Sum of RGB (Red+Green+Blue) = 248+195+239=682 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.36% from 682); Green value is 195 (76.56% from 255 or 28.59% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C3EF is #073C10. Grayscale: #D7D7D7. Windows color (decimal): -474129 or 15713272. OLE color: 15713272.
HSL color Cylindrical-coordinate representation of color #F8C3EF: hue angle of 310.19º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8C3EF is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 195 | 239 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.03 |
| HSL | 310.19º | 0.79% | 0.87% | - |
| HSV(B) | 310.19º | 0.21% | 0.97% | - |
| XYZ | 73.81 | 65.22 | 90.36 | - |
| YUV | 215.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 195 | 239 | 0 | 0.21 | 0.04 | 0.03 | 310.19 | 0.79 | 0.87 |
| Hex | F8 | C3 | EF | 0 | 15 | 4 | 3 | 136 | 4F | 57 |
| Octal | 370 | 303 | 357 | 0 | 25 | 4 | 3 | 466 | 117 | 127 |
| Binary | 11111000 | 11000011 | 11101111 | 0 | 10101 | 100 | 11 | 100110110 | 1001111 | 1010111 |
Color Harmonies of #F8C3EF
Complementary color
Monochromatic Colors of #F8C3EF
Black with #F8C3EF
Text Example
Text Example
White with #F8C3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C3EF; }
p { color: rgb(248,195,239); }
H1.HeaderClassName
{
color: #F8C3EF;
}
.AnyTagClassName
{
color: #F8C3EF;
}
</style>
background-color css
<style>
a { background-color: #F8C3EF; }
a { background-color: rgb(248,195,239); }
div.DivClassName
{
background-color: #F8C3EF;
}
.BgClassName
{
background-color: #F8C3EF;
}
</style>
border-color css
<style>
span { border-color: #F8C3EF; }
span { border-color: rgb(248,195,239); }
td.TdClassName
{
border-color: #F8C3EF;
}
.TagClassName
{
border-color: #F8C3EF;
}
</style>