COLOR #F1E9EA

HEX: #F1E9EA RGB: (241,233,234)

Color info

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

RGB color model

#F1E9EA color RGB value is (241,233,234).

RGB: (241,233,234) (95%, 91%, 92%)

RGB channels and saturation

R 241 of 255 = 95%
G 233 of 255 = 91%
B 234 of 255 = 92%

241
233
234

R + G + B ~ 93%. #F1E9EA is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 233 + 234 = 708 (100%)
R 241 of 708 ~ 34.04%
G 233 of 708 ~ 32.91%
B 234 of 708 ~ 33.05'%

%34.04
%32.91
%33.05

CMYK color model

#F1E9EA color CMYK value is (0,3,3,5).

  • cyan value is 0.00%
  • magenta value is 3.32%
  • yellow value is 2.90%
  • key color value is 5.49%

CMYK: (0,3,3,5)
C0M3Y3K5 (0%, 3%, 3%, 5%)
(0.00 / 0.03 / 0.03 / 0.05)

CMYK percentages

%0
%3.32
%2.9
%5.49

Codes

Color #F1E9EA in popluar color models

F1 E9 EA
RGB 241 233 234
HSL 353° 22.22% 92.94%
HSB/HSV 353° 3.32% 94.51%
CMYK 0.00% 3.32% 2.90%
5.49%

Color #F1E9EA in popluar number systems.

HEX F1 E9 EA
Decimal 241 233 234
Binary 11110001 11101001 11101010
Octal 361 351 352

Shades and tints

Shades of #F1E9EA

#F1E9EA
(241,233,234)
#DCD4D5
(220,212,213)
#C7BFC0
(199,191,192)
#B2AAAB
(178,170,171)
#9D9596
(157,149,150)
#888081
(136,128,129)
#736B6C
(115,107,108)
#5E5657
(94,86,87)
#494142
(73,65,66)
#342C2D
(52,44,45)
#1F1718
(31,23,24)
#000000
(0,0,0)

Tints of #F1E9EA

#F1E9EA
(241,233,234)
#F2EBEB
(242,235,235)
#F3EDEC
(243,237,236)
#F4EFED
(244,239,237)
#F5F1EE
(245,241,238)
#F6F3EF
(246,243,239)
#F7F5F0
(247,245,240)
#F8F7F1
(248,247,241)
#F9F9F2
(249,249,242)
#FAFBF3
(250,251,243)
#FBFDF4
(251,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E9EA; }

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

This text font color is #F1E9EA.

Background Color

.myBgColor { background-color: #F1E9EA; }

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

This div background color is #F1E9EA.

Border color

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

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

This div border color is #F1E9EA.

Opacity

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

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

Text with #F1E9EA 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 #F1E9EA;}

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

This text has shadow with #F1E9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1E9EA.

Preview

Color preview on black background

This text has color #F1E9EA on black background.


Color preview on white background

This text has color #F1E9EA on white background.


Black color preview on #F1E9EA background

This text has black color on #F1E9EA background.


White color preview on #F1E9EA background

This text has white color on #F1E9EA background.


Related colors

Complementary color

Complementary color for #F1E9EA is #0E1615.


I love getcolorcode.com

Triadic colors

1 #EAF1E9 and #E9EAF1 with #F1E9EA are triadic colors.

2 #EAE9F1 and #E9F1EA with #F1E9EA are triadic colors.