#F5C0EE

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

Shades of French Lilac #F5C0EE

Tints of French Lilac #F5C0EE

Color information

#F5C0EE (or 0xF5C0EE) is unknown color: approx French Lilac. HEX triplet: F5, C0 and EE. RGB value is (245,192,238). Sum of RGB (Red+Green+Blue) = 245+192+238=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 192 (75.39% from 255 or 28.44% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C0EE is #0A3F11. Grayscale: #D4D4D4. Windows color (decimal): -671506 or 15646965. OLE color: 15646965.

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

Color convert

RGB245192238-
CMYK00.220.030.04
HSL307.92º72.6%85.69%-
HSV(B)307.92º21.63%96.08%-
XYZ71.9463.2889.31-
YUV213.09142.06150.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.30%
GREEN value IS 192 (75.39% from 255) = 28.44%
BLUE value IS 238 (93.36% from 255) = 35.26%
R=36.30%
G=28.44%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519223800.220.030.04307.9272.685.69
HexF5C0EE016341344956
Octal36530035602634464111126
Binary1111010111000000111011100101101110010011010010010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C0EE; }

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

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

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

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

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

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

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

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