#F5E5FE

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

Shades of White Lilac #F5E5FE

Tints of White Lilac #F5E5FE

Color information

#F5E5FE (or 0xF5E5FE) is unknown color: approx White Lilac. HEX triplet: F5, E5 and FE. RGB value is (245,229,254). Sum of RGB (Red+Green+Blue) = 245+229+254=728 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.65% from 728); Green value is 229 (89.84% from 255 or 31.46% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5E5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E5FE is #0A1A01. Grayscale: #ECECEC. Windows color (decimal): -662018 or 16705013. OLE color: 16705013.

HSL color Cylindrical-coordinate representation of color #F5E5FE: hue angle of 278.4º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5E5FE is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB245229254-
CMYK0.040.1000.00
HSL278.4º92.59%94.71%-
HSV(B)278.4º9.84%99.61%-
XYZ83.5682.61105.31-
YUV236.63137.8133.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.65%
GREEN value IS 229 (89.84% from 255) = 31.46%
BLUE value IS 254 (99.61% from 255) = 34.89%
R=33.65%
G=31.46%
B=34.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452292540.040.1000.00278.492.5994.71
HexF5E5FE4A001165d5f
Octal36534537641200426135137
Binary11110101111001011111111010010100010001011010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E5FE; }

 p { color: rgb(245,229,254); }

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

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

 a { background-color: rgb(245,229,254); }

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

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

 span { border-color: rgb(245,229,254); }

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