#F1E3FA

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

Shades of White Lilac #F1E3FA

Tints of White Lilac #F1E3FA

Color information

#F1E3FA (or 0xF1E3FA) is unknown color: approx White Lilac. HEX triplet: F1, E3 and FA. RGB value is (241,227,250). Sum of RGB (Red+Green+Blue) = 241+227+250=718 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.57% from 718); Green value is 227 (89.06% from 255 or 31.62% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1E3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E3FA is #0E1C05. Grayscale: #E9E9E9. Windows color (decimal): -924678 or 16442353. OLE color: 16442353.

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

Color convert

RGB241227250-
CMYK0.040.0900.02
HSL276.52º69.7%93.53%-
HSV(B)276.52º9.2%98.04%-
XYZ8180.54101.72-
YUV233.81137.14133.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.57%
GREEN value IS 227 (89.06% from 255) = 31.62%
BLUE value IS 250 (98.05% from 255) = 34.82%
R=33.57%
G=31.62%
B=34.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412272500.040.0900.02276.5269.793.53
HexF1E3FA4902115465e
Octal36134337241102425106136
Binary111100011110001111111010100100101010001010110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E3FA; }

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

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

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

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

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

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

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

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