#F5C2ED

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

Shades of French Lilac #F5C2ED

Tints of French Lilac #F5C2ED

Color information

#F5C2ED (or 0xF5C2ED) is unknown color: approx French Lilac. HEX triplet: F5, C2 and ED. RGB value is (245,194,237). Sum of RGB (Red+Green+Blue) = 245+194+237=676 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.24% from 676); Green value is 194 (76.17% from 255 or 28.70% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C2ED is #0A3D12. Grayscale: #D6D6D6. Windows color (decimal): -670995 or 15581941. OLE color: 15581941.

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

Color convert

RGB245194237-
CMYK00.210.030.04
HSL309.41º71.83%86.08%-
HSV(B)309.41º20.82%96.08%-
XYZ72.2364.1188.69-
YUV214.15140.9150-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.24%
GREEN value IS 194 (76.17% from 255) = 28.70%
BLUE value IS 237 (92.97% from 255) = 35.06%
R=36.24%
G=28.70%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519423700.210.030.04309.4171.8386.08
HexF5C2ED015341354856
Octal36530235502534465110126
Binary1111010111000010111011010101011110010011010110010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C2ED; }

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

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

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

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

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

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

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

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