COLOR #F1E9FF

HEX: #F1E9FF RGB: (241,233,255)

Color info

#F1E9FF contains red, green and blue colors in about the same proportion. Web safe color of #F1E9FF is #FFFFFF (or #FFF).

RGB color model

#F1E9FF color RGB value is (241,233,255).

RGB: (241,233,255) (95%, 91%, 100%)

RGB channels and saturation

R 241 of 255 = 95%
G 233 of 255 = 91%
B 255 of 255 = 100%

241
233
255

R + G + B ~ 95%. #F1E9FF is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 233 + 255 = 729 (100%)
R 241 of 729 ~ 33.06%
G 233 of 729 ~ 31.96%
B 255 of 729 ~ 34.98'%

%33.06
%31.96
%34.98

CMYK color model

#F1E9FF color CMYK value is (5,9,0,0).

  • cyan value is 5.49%
  • magenta value is 8.63%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (5,9,0,0)
C5M9Y0K0 (5%, 9%, 0%, 0%)
(0.05 / 0.09 / 0.00 / 0.00)

CMYK percentages

%5.49
%8.63
%0
%0

Codes

Color #F1E9FF in popluar color models

F1 E9 FF
RGB 241 233 255
HSL 262° 100.00% 95.69%
HSB/HSV 262° 8.63% 100.00%
CMYK 5.49% 8.63% 0.00%
0.00%

Color #F1E9FF in popluar number systems.

HEX F1 E9 FF
Decimal 241 233 255
Binary 11110001 11101001 11111111
Octal 361 351 377

Shades and tints

Shades of #F1E9FF

#F1E9FF
(241,233,255)
#DCD4E8
(220,212,232)
#C7BFD1
(199,191,209)
#B2AABA
(178,170,186)
#9D95A3
(157,149,163)
#88808C
(136,128,140)
#736B75
(115,107,117)
#5E565E
(94,86,94)
#494147
(73,65,71)
#342C30
(52,44,48)
#1F1719
(31,23,25)
#000000
(0,0,0)

Tints of #F1E9FF

#F1E9FF
(241,233,255)
#F2EBFF
(242,235,255)
#F3EDFF
(243,237,255)
#F4EFFF
(244,239,255)
#F5F1FF
(245,241,255)
#F6F3FF
(246,243,255)
#F7F5FF
(247,245,255)
#F8F7FF
(248,247,255)
#F9F9FF
(249,249,255)
#FAFBFF
(250,251,255)
#FBFDFF
(251,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E9FF color. Also use rgb(241,233,255) instead hex code.

Text Font Color

.myTextColor { color: #F1E9FF; }

<p style="color:#F1E9FF">This sample text font color is #F1E9FF.</p>

This text font color is #F1E9FF.

Background Color

.myBgColor { background-color: #F1E9FF; }

<div style="background-color:#F1E9FF">Inner text</div>

This div background color is #F1E9FF.

Border color

.myBorderColor { border: 1px solid #F1E9FF; }

<div style="border:3px solid #F1E9FF">Div</div>

This div border color is #F1E9FF.

Opacity

.myOpacity80 { color: #F1E9FF; opacity: 0.8; }

<p style="color:#F1E9FF;opacity:0.8;">80%</p>

Text with #F1E9FF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F1E9FF;}

<p style="text-shadow: 3px 3px 1px #F1E9FF">Text here.</p>

This text has shadow with #F1E9FF color.


.textShadow {text-shadow: 3px 3px 1px #F1E9FF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F1E9FF, 5px 5px 20px red">Text here.</p>

This text has shadow with #F1E9FF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F1E9FF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F1E9FF, Direction=45, Strength=4)">Text</p>

This text has shadow with #F1E9FF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F1E9FF;
-webkit-box-shadow: 1px 1px 3px 2px #F1E9FF;
box-shadow: 1px 1px 3px 2px #F1E9FF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F1E9FF; -webkit-box-shadow: 1px 1px 3px 2px #F1E9FF; box-shadow:1px 1px 3px 2px #F1E9FF;">
Div content here
</div>

This div box has shadow with color #F1E9FF.

Preview

Color preview on black background

This text has color #F1E9FF on black background.


Color preview on white background

This text has color #F1E9FF on white background.


Black color preview on #F1E9FF background

This text has black color on #F1E9FF background.


White color preview on #F1E9FF background

This text has white color on #F1E9FF background.


Related colors

Complementary color

Complementary color for #hex is #0E1600.


I love getcolorcode.com

Triadic colors

1 #FFF1E9 and #E9FFF1 with #F1E9FF are triadic colors.

2 #FFE9F1 and #E9F1FF with #F1E9FF are triadic colors.