#F5C0E8

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

Shades of French Lilac #F5C0E8

Tints of French Lilac #F5C0E8

Color information

#F5C0E8 (or 0xF5C0E8) is unknown color: approx French Lilac. HEX triplet: F5, C0 and E8. RGB value is (245,192,232). Sum of RGB (Red+Green+Blue) = 245+192+232=669 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.62% from 669); Green value is 192 (75.39% from 255 or 28.70% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C0E8 is #0A3F17. Grayscale: #D4D4D4. Windows color (decimal): -671512 or 15253749. OLE color: 15253749.

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

Color convert

RGB245192232-
CMYK00.220.050.04
HSL314.72º72.6%85.69%-
HSV(B)314.72º21.63%96.08%-
XYZ71.0762.9484.75-
YUV212.41139.06151.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.62%
GREEN value IS 192 (75.39% from 255) = 28.70%
BLUE value IS 232 (91.02% from 255) = 34.68%
R=36.62%
G=28.70%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519223200.220.050.04314.7272.685.69
HexF5C0E80165413b4956
Octal36530035002654473111126
Binary11110101110000001110100001011010110010011101110010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C0E8; }

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

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

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

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

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

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

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

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