#F1E6F8

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

Shades of White Lilac #F1E6F8

Tints of White Lilac #F1E6F8

Color information

#F1E6F8 (or 0xF1E6F8) is unknown color: approx White Lilac. HEX triplet: F1, E6 and F8. RGB value is (241,230,248). Sum of RGB (Red+Green+Blue) = 241+230+248=719 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.52% from 719); Green value is 230 (90.23% from 255 or 31.99% from 719); Blue value is 248 (97.27% from 255 or 34.49% from 719); Max value from RGB is 248 - color contains mainly: blue. Hex color #F1E6F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E6F8 is #0E1907. Grayscale: #EBEBEB. Windows color (decimal): -923912 or 16312049. OLE color: 16312049.

HSL color Cylindrical-coordinate representation of color #F1E6F8: hue angle of 276.67º degrees, saturation: 0.56, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1E6F8 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB241230248-
CMYK0.030.0700.03
HSL276.67º56.25%93.73%-
HSV(B)276.67º7.26%97.25%-
XYZ81.5282.07100.35-
YUV235.34135.14132.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.52%
GREEN value IS 230 (90.23% from 255) = 31.99%
BLUE value IS 248 (97.27% from 255) = 34.49%
R=33.52%
G=31.99%
B=34.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2412302480.030.0700.03276.6756.2593.73
HexF1E6F83703115385e
Octal361346370370342570136
Binary111100011110011011111000111110111000101011110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E6F8; }

 p { color: rgb(241,230,248); }

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

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

 a { background-color: rgb(241,230,248); }

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

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

 span { border-color: rgb(241,230,248); }

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