#F5E7FA

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

Shades of White Lilac #F5E7FA

Tints of White Lilac #F5E7FA

Color information

#F5E7FA (or 0xF5E7FA) is unknown color: approx White Lilac. HEX triplet: F5, E7 and FA. RGB value is (245,231,250). Sum of RGB (Red+Green+Blue) = 245+231+250=726 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.75% from 726); Green value is 231 (90.62% from 255 or 31.82% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5E7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E7FA is #0A1805. Grayscale: #EDEDED. Windows color (decimal): -661510 or 16443381. OLE color: 16443381.

HSL color Cylindrical-coordinate representation of color #F5E7FA: hue angle of 284.21º degrees, saturation: 0.66, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F5E7FA is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245231250-
CMYK0.020.0800.02
HSL284.21º65.52%94.31%-
HSV(B)284.21º7.6%98.04%-
XYZ83.4983.47102.15-
YUV237.35135.14133.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.75%
GREEN value IS 231 (90.62% from 255) = 31.82%
BLUE value IS 250 (98.05% from 255) = 34.44%
R=33.75%
G=31.82%
B=34.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452312500.020.0800.02284.2165.5294.31
HexF5E7FA280211c425e
Octal36534737221002434102136
Binary11110101111001111111101010100001010001110010000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E7FA; }

 p { color: rgb(245,231,250); }

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

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

 a { background-color: rgb(245,231,250); }

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

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

 span { border-color: rgb(245,231,250); }

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