COLOR #F1E9D9

HEX: #F1E9D9 RGB: (241,233,217)

Color info

#F1E9D9 contains red, green and blue colors in about the same proportion. Web safe color of #F1E9D9 is #FFFFCC (or #FFC).

RGB color model

#F1E9D9 color RGB value is (241,233,217).

RGB: (241,233,217) (95%, 91%, 85%)

RGB channels and saturation

R 241 of 255 = 95%
G 233 of 255 = 91%
B 217 of 255 = 85%

241
233
217

R + G + B ~ 90%. #F1E9D9 is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 233 + 217 = 691 (100%)
R 241 of 691 ~ 34.88%
G 233 of 691 ~ 33.72%
B 217 of 691 ~ 31.4'%

%34.88
%33.72
%31.4

CMYK color model

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

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

CMYK: (0,3,10,5)
C0M3Y10K5 (0%, 3%, 10%, 5%)
(0.00 / 0.03 / 0.10 / 0.05)

CMYK percentages

%0
%3.32
%9.96
%5.49

Codes

Color #F1E9D9 in popluar color models

F1 E9 D9
RGB 241 233 217
HSL 40° 46.15% 89.80%
HSB/HSV 40° 9.96% 94.51%
CMYK 0.00% 3.32% 9.96%
5.49%

Color #F1E9D9 in popluar number systems.

HEX F1 E9 D9
Decimal 241 233 217
Binary 11110001 11101001 11011001
Octal 361 351 331

Shades and tints

Shades of #F1E9D9

#F1E9D9
(241,233,217)
#DCD4C6
(220,212,198)
#C7BFB3
(199,191,179)
#B2AAA0
(178,170,160)
#9D958D
(157,149,141)
#88807A
(136,128,122)
#736B67
(115,107,103)
#5E5654
(94,86,84)
#494141
(73,65,65)
#342C2E
(52,44,46)
#1F171B
(31,23,27)
#000000
(0,0,0)

Tints of #F1E9D9

#F1E9D9
(241,233,217)
#F2EBDC
(242,235,220)
#F3EDDF
(243,237,223)
#F4EFE2
(244,239,226)
#F5F1E5
(245,241,229)
#F6F3E8
(246,243,232)
#F7F5EB
(247,245,235)
#F8F7EE
(248,247,238)
#F9F9F1
(249,249,241)
#FAFBF4
(250,251,244)
#FBFDF7
(251,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E9D9; }

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

This text font color is #F1E9D9.

Background Color

.myBgColor { background-color: #F1E9D9; }

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

This div background color is #F1E9D9.

Border color

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

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

This div border color is #F1E9D9.

Opacity

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

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

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

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

This text has shadow with #F1E9D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1E9D9.

Preview

Color preview on black background

This text has color #F1E9D9 on black background.


Color preview on white background

This text has color #F1E9D9 on white background.


Black color preview on #F1E9D9 background

This text has black color on #F1E9D9 background.


White color preview on #F1E9D9 background

This text has white color on #F1E9D9 background.


Related colors

Complementary color

Complementary color for #hex is #0E1626.


I love getcolorcode.com

Triadic colors

1 #D9F1E9 and #E9D9F1 with #F1E9D9 are triadic colors.

2 #D9E9F1 and #E9F1D9 with #F1E9D9 are triadic colors.