COLOR #F1E8DA

HEX: #F1E8DA
RGB: (241,232,218)

Color info

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

RGB color model

#F1E8DA color RGB value is (241,232,218).

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

RGB channels and saturation

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

241
232
218

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

Portions of RGB colors in percentages

R + G + B =
241 + 232 + 218 = 691 (100%)
R 241 of 691 ~ 34.88%
G 232 of 691 ~ 33.57%
B 218 of 691 ~ 31.55%

%34.88
%33.57
%31.55

CMYK color model

#F1E8DA color CMYK value is (0,4,10,5).

  • cyan value is 0.00%
  • magenta value is 3.73%
  • yellow value is 9.54%
  • key color value is 5.49%
CMYK:
(0,4,10,5)
C0M4Y10K5 
(0%,4%,10%,5%)
(0.00/0.04/0.10/0.05)	

CMYK percentages

%0
%3.73
%9.54
%5.49

Codes

Color #F1E8DA in popluar color models

F1E8DA
RGB241232218
HSL37°45.10%90.00%
HSB/HSV37°9.54%94.51%
CMYK0.00%3.73%9.54%
5.49%

Color #F1E8DA in popluar number systems.

HEXF1E8DA
Decimal241232218
Binary111100011110100011011010
Octal361350332

Shades and tints

Shades of #F1E8DA

#F1E8DA
(241,232,218)
#DCD3C7
(220,211,199)
#C7BEB4
(199,190,180)
#B2A9A1
(178,169,161)
#9D948E
(157,148,142)
#887F7B
(136,127,123)
#736A68
(115,106,104)
#5E5555
(94,85,85)
#494042
(73,64,66)
#342B2F
(52,43,47)
#1F161C
(31,22,28)
#000000
(0,0,0)

Tints of #F1E8DA

#F1E8DA
(241,232,218)
#F2EADD
(242,234,221)
#F3ECE0
(243,236,224)
#F4EEE3
(244,238,227)
#F5F0E6
(245,240,230)
#F6F2E9
(246,242,233)
#F7F4EC
(247,244,236)
#F8F6EF
(248,246,239)
#F9F8F2
(249,248,242)
#FAFAF5
(250,250,245)
#FBFCF8
(251,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E8DA; }

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

This text font color is #F1E8DA.


Background Color

.myBgColor { background-color: #F1E8DA; }

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

This div background color is #F1E8DA.


Border color

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

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

This div border color is #F1E8DA.


Opacity

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

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

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

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

This text has shadow with #F1E8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E8DA on black background.


Color preview on white background

This text has color #F1E8DA on white background.



Black color preview on #F1E8DA background

This text has black color on #F1E8DA background.


White color preview on #F1E8DA background

This text has white color on #F1E8DA background.