#F5E3FA

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

Shades of White Lilac #F5E3FA

Tints of White Lilac #F5E3FA

Color information

#F5E3FA (or 0xF5E3FA) is unknown color: approx White Lilac. HEX triplet: F5, E3 and FA. RGB value is (245,227,250). Sum of RGB (Red+Green+Blue) = 245+227+250=722 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.93% from 722); Green value is 227 (89.06% from 255 or 31.44% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5E3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E3FA is #0A1C05. Grayscale: #EAEAEA. Windows color (decimal): -662534 or 16442357. OLE color: 16442357.

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

Color convert

RGB245227250-
CMYK0.020.0900.02
HSL286.96º69.7%93.53%-
HSV(B)286.96º9.2%98.04%-
XYZ82.3881.25101.78-
YUV235136.46135.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.93%
GREEN value IS 227 (89.06% from 255) = 31.44%
BLUE value IS 250 (98.05% from 255) = 34.63%
R=33.93%
G=31.44%
B=34.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452272500.020.0900.02286.9669.793.53
HexF5E3FA290211f465e
Octal36534337221102437106136
Binary11110101111000111111101010100101010001111110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E3FA; }

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

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

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

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

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

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

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

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