COLOR #F1E0D7

HEX: #F1E0D7
RGB: (241,224,215)

Color info

#F1E0D7 contains red, green and blue colors in about the same proportion. Web safe color of #F1E0D7 is #FFCCCC (or #FCC).

RGB color model

#F1E0D7 color RGB value is (241,224,215).

  • red value is 241;
  • green value is 224;
  • blue value is 215.
RGB:
(241,224,215)
(95%,88%,84%)

RGB channels and saturation

R 241 of 255 = 95%
G 224 of 255 = 88%
B 215 of 255 = 84%

241
224
215

R + G + B ~ 89%. #F1E0D7 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 224 + 215 = 680 (100%)
R 241 of 680 ~ 35.44%
G 224 of 680 ~ 32.94%
B 215 of 680 ~ 31.62%

%35.44
%32.94
%31.62

CMYK color model

#F1E0D7 color CMYK value is (0,7,11,5).

  • cyan value is 0.00%
  • magenta value is 7.05%
  • yellow value is 10.79%
  • key color value is 5.49%
CMYK:
(0,7,11,5)
C0M7Y11K5 
(0%,7%,11%,5%)
(0.00/0.07/0.11/0.05)	

CMYK percentages

%0
%7.05
%10.79
%5.49

Codes

Color #F1E0D7 in popluar color models

F1E0D7
RGB241224215
HSL21°48.15%89.41%
HSB/HSV21°10.79%94.51%
CMYK0.00%7.05%10.79%
5.49%

Color #F1E0D7 in popluar number systems.

HEXF1E0D7
Decimal241224215
Binary111100011110000011010111
Octal361340327

Shades and tints

Shades of #F1E0D7

#F1E0D7
(241,224,215)
#DCCCC4
(220,204,196)
#C7B8B1
(199,184,177)
#B2A49E
(178,164,158)
#9D908B
(157,144,139)
#887C78
(136,124,120)
#736865
(115,104,101)
#5E5452
(94,84,82)
#49403F
(73,64,63)
#342C2C
(52,44,44)
#1F1819
(31,24,25)
#000000
(0,0,0)

Tints of #F1E0D7

#F1E0D7
(241,224,215)
#F2E2DA
(242,226,218)
#F3E4DD
(243,228,221)
#F4E6E0
(244,230,224)
#F5E8E3
(245,232,227)
#F6EAE6
(246,234,230)
#F7ECE9
(247,236,233)
#F8EEEC
(248,238,236)
#F9F0EF
(249,240,239)
#FAF2F2
(250,242,242)
#FBF4F5
(251,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E0D7 color. Also use rgb(241,224,215) instead hex code.

Text Font Color

.myTextColor { color: #F1E0D7; }

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

This text font color is #F1E0D7.


Background Color

.myBgColor { background-color: #F1E0D7; }

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

This div background color is #F1E0D7.


Border color

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

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

This div border color is #F1E0D7.


Opacity

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

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

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

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

This text has shadow with #F1E0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E0D7 on black background.


Color preview on white background

This text has color #F1E0D7 on white background.



Black color preview on #F1E0D7 background

This text has black color on #F1E0D7 background.


White color preview on #F1E0D7 background

This text has white color on #F1E0D7 background.