#F7C2EB

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

Shades of French Lilac #F7C2EB

Tints of French Lilac #F7C2EB

Color information

#F7C2EB (or 0xF7C2EB) is unknown color: approx French Lilac. HEX triplet: F7, C2 and EB. RGB value is (247,194,235). Sum of RGB (Red+Green+Blue) = 247+194+235=676 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.54% from 676); Green value is 194 (76.17% from 255 or 28.70% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C2EB is #083D14. Grayscale: #D6D6D6. Windows color (decimal): -539925 or 15450871. OLE color: 15450871.

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

Color convert

RGB247194235-
CMYK00.210.050.03
HSL313.58º76.81%86.47%-
HSV(B)313.58º21.46%96.86%-
XYZ72.6464.3687.19-
YUV214.52139.56151.17-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.54%
GREEN value IS 194 (76.17% from 255) = 28.70%
BLUE value IS 235 (92.19% from 255) = 34.76%
R=36.54%
G=28.70%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719423500.210.050.03313.5876.8186.47
HexF7C2EB0155313a4d56
Octal36730235302553472115126
Binary1111011111000010111010110101011011110011101010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C2EB; }

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

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

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

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

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

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

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

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