#F5C0EC

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

Shades of French Lilac #F5C0EC

Tints of French Lilac #F5C0EC

Color information

#F5C0EC (or 0xF5C0EC) is unknown color: approx French Lilac. HEX triplet: F5, C0 and EC. RGB value is (245,192,236). Sum of RGB (Red+Green+Blue) = 245+192+236=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 192 (75.39% from 255 or 28.53% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C0EC is #0A3F13. Grayscale: #D4D4D4. Windows color (decimal): -671508 or 15515893. OLE color: 15515893.

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

Color convert

RGB245192236-
CMYK00.220.040.04
HSL310.19º72.6%85.69%-
HSV(B)310.19º21.63%96.08%-
XYZ71.6563.1787.77-
YUV212.86141.06150.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.40%
GREEN value IS 192 (75.39% from 255) = 28.53%
BLUE value IS 236 (92.58% from 255) = 35.07%
R=36.40%
G=28.53%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519223600.220.040.04310.1972.685.69
HexF5C0EC016441364956
Octal36530035402644466111126
Binary11110101110000001110110001011010010010011011010010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C0EC; }

 p { color: rgb(245,192,236); }

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

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

 a { background-color: rgb(245,192,236); }

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

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

 span { border-color: rgb(245,192,236); }

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