COLOR #F1E9DA

HEX: #F1E9DA
RGB: (241,233,218)

Color info

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

RGB color model

#F1E9DA color RGB value is (241,233,218).

  • red value is 241;
  • green value is 233;
  • blue value is 218.
RGB:
(241,233,218)
(95%,91%,85%)

RGB channels and saturation

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

241
233
218

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

Portions of RGB colors in percentages

R + G + B =
241 + 233 + 218 = 692 (100%)
R 241 of 692 ~ 34.83%
G 233 of 692 ~ 33.67%
B 218 of 692 ~ 31.5%

%34.83
%33.67
%31.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.32%
  • yellow value is 9.54%
  • 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.54
%5.49

Codes

Color #F1E9DA in popluar color models

F1E9DA
RGB241233218
HSL39°45.10%90.00%
HSB/HSV39°9.54%94.51%
CMYK0.00%3.32%9.54%
5.49%

Color #F1E9DA in popluar number systems.

HEXF1E9DA
Decimal241233218
Binary111100011110100111011010
Octal361351332

Shades and tints

Shades of #F1E9DA

#F1E9DA
(241,233,218)
#DCD4C7
(220,212,199)
#C7BFB4
(199,191,180)
#B2AAA1
(178,170,161)
#9D958E
(157,149,142)
#88807B
(136,128,123)
#736B68
(115,107,104)
#5E5655
(94,86,85)
#494142
(73,65,66)
#342C2F
(52,44,47)
#1F171C
(31,23,28)
#000000
(0,0,0)

Tints of #F1E9DA

#F1E9DA
(241,233,218)
#F2EBDD
(242,235,221)
#F3EDE0
(243,237,224)
#F4EFE3
(244,239,227)
#F5F1E6
(245,241,230)
#F6F3E9
(246,243,233)
#F7F5EC
(247,245,236)
#F8F7EF
(248,247,239)
#F9F9F2
(249,249,242)
#FAFBF5
(250,251,245)
#FBFDF8
(251,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E9DA; }

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

This text font color is #F1E9DA.


Background Color

.myBgColor { background-color: #F1E9DA; }

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

This div background color is #F1E9DA.


Border color

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

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

This div border color is #F1E9DA.


Opacity

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

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

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

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

This text has shadow with #F1E9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E9DA on black background.


Color preview on white background

This text has color #F1E9DA on white background.



Black color preview on #F1E9DA background

This text has black color on #F1E9DA background.


White color preview on #F1E9DA background

This text has white color on #F1E9DA background.