#F5E4FE

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

Shades of White Lilac #F5E4FE

Tints of White Lilac #F5E4FE

Color information

#F5E4FE (or 0xF5E4FE) is unknown color: approx White Lilac. HEX triplet: F5, E4 and FE. RGB value is (245,228,254). Sum of RGB (Red+Green+Blue) = 245+228+254=727 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.70% from 727); Green value is 228 (89.45% from 255 or 31.36% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5E4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E4FE is #0A1B01. Grayscale: #EBEBEB. Windows color (decimal): -662274 or 16704757. OLE color: 16704757.

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

Color convert

RGB245228254-
CMYK0.040.1000.00
HSL279.23º92.86%94.51%-
HSV(B)279.23º10.24%99.61%-
XYZ83.2982.06105.21-
YUV236.05138.13134.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.70%
GREEN value IS 228 (89.45% from 255) = 31.36%
BLUE value IS 254 (99.61% from 255) = 34.94%
R=33.70%
G=31.36%
B=34.94%

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
Decimal2452282540.040.1000.00279.2392.8694.51
HexF5E4FE4A001175d5f
Octal36534437641200427135137
Binary11110101111001001111111010010100010001011110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E4FE; }

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

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

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

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

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

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

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

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