#F5C2EB

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

Shades of French Lilac #F5C2EB

Tints of French Lilac #F5C2EB

Color information

#F5C2EB (or 0xF5C2EB) is unknown color: approx French Lilac. HEX triplet: F5, C2 and EB. RGB value is (245,194,235). Sum of RGB (Red+Green+Blue) = 245+194+235=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 194 (76.17% from 255 or 28.78% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C2EB is #0A3D14. Grayscale: #D5D5D5. Windows color (decimal): -670997 or 15450869. OLE color: 15450869.

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

Color convert

RGB245194235-
CMYK00.210.040.04
HSL311.76º71.83%86.08%-
HSV(B)311.76º20.82%96.08%-
XYZ71.9463.9987.16-
YUV213.92139.9150.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.35%
GREEN value IS 194 (76.17% from 255) = 28.78%
BLUE value IS 235 (92.19% from 255) = 34.87%
R=36.35%
G=28.78%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519423500.210.040.04311.7671.8386.08
HexF5C2EB015441384856
Octal36530235302544470110126
Binary11110101110000101110101101010110010010011100010010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C2EB; }

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

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

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

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

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

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

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

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