#F7C2ED

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

Shades of French Lilac #F7C2ED

Tints of French Lilac #F7C2ED

Color information

#F7C2ED (or 0xF7C2ED) is unknown color: approx French Lilac. HEX triplet: F7, C2 and ED. RGB value is (247,194,237). Sum of RGB (Red+Green+Blue) = 247+194+237=678 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.43% from 678); Green value is 194 (76.17% from 255 or 28.61% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C2ED is #083D12. Grayscale: #D6D6D6. Windows color (decimal): -539923 or 15581943. OLE color: 15581943.

HSL color Cylindrical-coordinate representation of color #F7C2ED: hue angle of 311.32º 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 #F7C2ED is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB247194237-
CMYK00.210.040.03
HSL311.32º76.81%86.47%-
HSV(B)311.32º21.46%96.86%-
XYZ72.9464.4788.72-
YUV214.75140.56151-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.43%
GREEN value IS 194 (76.17% from 255) = 28.61%
BLUE value IS 237 (92.97% from 255) = 34.96%
R=36.43%
G=28.61%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719423700.210.040.03311.3276.8186.47
HexF7C2ED015431374d56
Octal36730235502543467115126
Binary1111011111000010111011010101011001110011011110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C2ED; }

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

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

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

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

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

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

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

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