#F5C4ED

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

Shades of French Lilac #F5C4ED

Tints of French Lilac #F5C4ED

Color information

#F5C4ED (or 0xF5C4ED) is unknown color: approx French Lilac. HEX triplet: F5, C4 and ED. RGB value is (245,196,237). Sum of RGB (Red+Green+Blue) = 245+196+237=678 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.14% from 678); Green value is 196 (76.95% from 255 or 28.91% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C4ED is #0A3B12. Grayscale: #D7D7D7. Windows color (decimal): -670483 or 15582453. OLE color: 15582453.

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

Color convert

RGB245196237-
CMYK00.20.030.04
HSL309.8º71.01%86.47%-
HSV(B)309.8º20%96.08%-
XYZ72.6865.0188.84-
YUV215.32140.23149.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.14%
GREEN value IS 196 (76.95% from 255) = 28.91%
BLUE value IS 237 (92.97% from 255) = 34.96%
R=36.14%
G=28.91%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519623700.20.030.04309.871.0186.47
HexF5C4ED014341364756
Octal36530435502434466107126
Binary1111010111000100111011010101001110010011011010001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C4ED; }

 p { color: rgb(245,196,237); }

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

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

 a { background-color: rgb(245,196,237); }

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

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

 span { border-color: rgb(245,196,237); }

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