#F7C2EF

Color #F7C2EF French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #F7C2EF

Tints of French Lilac #F7C2EF

Color information

#F7C2EF (or 0xF7C2EF) is unknown color: approx French Lilac. HEX triplet: F7, C2 and EF. RGB value is (247,194,239). Sum of RGB (Red+Green+Blue) = 247+194+239=680 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.32% from 680); Green value is 194 (76.17% from 255 or 28.53% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C2EF is #083D10. Grayscale: #D6D6D6. Windows color (decimal): -539921 or 15713015. OLE color: 15713015.

HSL color Cylindrical-coordinate representation of color #F7C2EF: hue angle of 309.06º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F7C2EF is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB247194239-
CMYK00.210.030.03
HSL309.06º76.81%86.47%-
HSV(B)309.06º21.46%96.86%-
XYZ73.2364.5990.27-
YUV214.98141.56150.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 36.32%
GREEN value IS 194 (76.17% from 255) = 28.53%
BLUE value IS 239 (93.75% from 255) = 35.15%
R=36.32%
G=28.53%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719423900.210.030.03309.0676.8186.47
HexF7C2EF015331354d56
Octal36730235702533465115126
Binary111101111100001011101111010101111110011010110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C2EF; }

 p { color: rgb(247,194,239); }

 H1.HeaderClassName
 {
   color: #F7C2EF;
 }
 .AnyTagClassName
 {
   color: #F7C2EF;
 }
</style>
background-color css

<style>
 a { background-color: #F7C2EF; }

 a { background-color: rgb(247,194,239); }

 div.DivClassName
 {
   background-color: #F7C2EF;
 }
 .BgClassName
 {
   background-color: #F7C2EF;
 }
</style>
border-color css

<style>
 span { border-color: #F7C2EF; }

 span { border-color: rgb(247,194,239); }

 td.TdClassName
 {
   border-color: #F7C2EF;
 }
 .TagClassName
 {
   border-color: #F7C2EF;
 }
</style>