#F7C0EA

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

Shades of French Lilac #F7C0EA

Tints of French Lilac #F7C0EA

Color information

#F7C0EA (or 0xF7C0EA) is unknown color: approx French Lilac. HEX triplet: F7, C0 and EA. RGB value is (247,192,234). Sum of RGB (Red+Green+Blue) = 247+192+234=673 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.70% from 673); Green value is 192 (75.39% from 255 or 28.53% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C0EA is #083F15. Grayscale: #D5D5D5. Windows color (decimal): -540438 or 15384823. OLE color: 15384823.

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

Color convert

RGB247192234-
CMYK00.220.050.03
HSL314.18º77.46%86.08%-
HSV(B)314.18º22.27%96.86%-
XYZ72.0663.4186.28-
YUV213.23139.72152.08-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.70%
GREEN value IS 192 (75.39% from 255) = 28.53%
BLUE value IS 234 (91.80% from 255) = 34.77%
R=36.70%
G=28.53%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719223400.220.050.03314.1877.4686.08
HexF7C0EA0165313a4d56
Octal36730035202653472115126
Binary1111011111000000111010100101101011110011101010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C0EA; }

 p { color: rgb(247,192,234); }

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

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

 a { background-color: rgb(247,192,234); }

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

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

 span { border-color: rgb(247,192,234); }

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