#F7C5ED

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

Shades of French Lilac #F7C5ED

Tints of French Lilac #F7C5ED

Color information

#F7C5ED (or 0xF7C5ED) is unknown color: approx French Lilac. HEX triplet: F7, C5 and ED. RGB value is (247,197,237). Sum of RGB (Red+Green+Blue) = 247+197+237=681 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.27% from 681); Green value is 197 (77.34% from 255 or 28.93% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C5ED is #083A12. Grayscale: #D8D8D8. Windows color (decimal): -539155 or 15582711. OLE color: 15582711.

HSL color Cylindrical-coordinate representation of color #F7C5ED: hue angle of 312º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F7C5ED is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB247197237-
CMYK00.200.040.03
HSL312º75.76%87.06%-
HSV(B)312º20.24%96.86%-
XYZ73.6165.8288.95-
YUV216.51139.56149.75-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.27%
GREEN value IS 197 (77.34% from 255) = 28.93%
BLUE value IS 237 (92.97% from 255) = 34.80%
R=36.27%
G=28.93%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719723700.200.040.0331275.7687.06
HexF7C5ED014431384c57
Octal36730535502443470114127
Binary1111011111000101111011010101001001110011100010011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C5ED; }

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

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

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

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

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

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

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

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