#F5C0EF

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

Shades of French Lilac #F5C0EF

Tints of French Lilac #F5C0EF

Color information

#F5C0EF (or 0xF5C0EF) is unknown color: approx French Lilac. HEX triplet: F5, C0 and EF. RGB value is (245,192,239). Sum of RGB (Red+Green+Blue) = 245+192+239=676 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.24% from 676); Green value is 192 (75.39% from 255 or 28.40% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C0EF is #0A3F10. Grayscale: #D5D5D5. Windows color (decimal): -671505 or 15712501. OLE color: 15712501.

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

Color convert

RGB245192239-
CMYK00.220.020.04
HSL306.79º72.6%85.69%-
HSV(B)306.79º21.63%96.08%-
XYZ72.0963.3490.09-
YUV213.2142.56150.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.24%
GREEN value IS 192 (75.39% from 255) = 28.40%
BLUE value IS 239 (93.75% from 255) = 35.36%
R=36.24%
G=28.40%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519223900.220.020.04306.7972.685.69
HexF5C0EF016241334956
Octal36530035702624463111126
Binary1111010111000000111011110101101010010011001110010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C0EF; }

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

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

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

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

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

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

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

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