#F5E5FA

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

Shades of White Lilac #F5E5FA

Tints of White Lilac #F5E5FA

Color information

#F5E5FA (or 0xF5E5FA) is unknown color: approx White Lilac. HEX triplet: F5, E5 and FA. RGB value is (245,229,250). Sum of RGB (Red+Green+Blue) = 245+229+250=724 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.84% from 724); Green value is 229 (89.84% from 255 or 31.63% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5E5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E5FA is #0A1A05. Grayscale: #ECECEC. Windows color (decimal): -662022 or 16442869. OLE color: 16442869.

HSL color Cylindrical-coordinate representation of color #F5E5FA: hue angle of 285.71º degrees, saturation: 0.68, 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 #F5E5FA is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245229250-
CMYK0.020.0800.02
HSL285.71º67.74%93.92%-
HSV(B)285.71º8.4%98.04%-
XYZ82.9382.35101.97-
YUV236.18135.8134.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.84%
GREEN value IS 229 (89.84% from 255) = 31.63%
BLUE value IS 250 (98.05% from 255) = 34.53%
R=33.84%
G=31.63%
B=34.53%

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
Decimal2452292500.020.0800.02285.7167.7493.92
HexF5E5FA280211e445e
Octal36534537221002436104136
Binary11110101111001011111101010100001010001111010001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E5FA; }

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

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

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

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

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

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

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

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