#F1E5FA

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

Shades of White Lilac #F1E5FA

Tints of White Lilac #F1E5FA

Color information

#F1E5FA (or 0xF1E5FA) is unknown color: approx White Lilac. HEX triplet: F1, E5 and FA. RGB value is (241,229,250). Sum of RGB (Red+Green+Blue) = 241+229+250=720 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.47% from 720); Green value is 229 (89.84% from 255 or 31.81% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1E5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E5FA is #0E1A05. Grayscale: #EAEAEA. Windows color (decimal): -924166 or 16442865. OLE color: 16442865.

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

Color convert

RGB241229250-
CMYK0.040.0800.02
HSL274.29º67.74%93.92%-
HSV(B)274.29º8.4%98.04%-
XYZ81.5581.64101.9-
YUV234.98136.48132.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.47%
GREEN value IS 229 (89.84% from 255) = 31.81%
BLUE value IS 250 (98.05% from 255) = 34.72%
R=33.47%
G=31.81%
B=34.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412292500.040.0800.02274.2967.7493.92
HexF1E5FA4802112445e
Octal36134537241002422104136
Binary111100011110010111111010100100001010001001010001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E5FA; }

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

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

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

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

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

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

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

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