COLOR #F1E0DA

HEX: #F1E0DA RGB: (241,224,218)

Color info

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

RGB color model

#F1E0DA color RGB value is (241,224,218).

RGB: (241,224,218) (95%, 88%, 85%)

RGB channels and saturation

R 241 of 255 = 95%
G 224 of 255 = 88%
B 218 of 255 = 85%

241
224
218

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

Portions of RGB colors in percentages

R + G + B = 241 + 224 + 218 = 683 (100%)
R 241 of 683 ~ 35.29%
G 224 of 683 ~ 32.8%
B 218 of 683 ~ 31.92'%

%35.29
%32.8
%31.92

CMYK color model

#F1E0DA color CMYK value is (0,7,10,5).

  • cyan value is 0.00%
  • magenta value is 7.05%
  • yellow value is 9.54%
  • key color value is 5.49%

CMYK: (0,7,10,5)
C0M7Y10K5 (0%, 7%, 10%, 5%)
(0.00 / 0.07 / 0.10 / 0.05)

CMYK percentages

%0
%7.05
%9.54
%5.49

Codes

Color #F1E0DA in popluar color models

F1 E0 DA
RGB 241 224 218
HSL 16° 45.10% 90.00%
HSB/HSV 16° 9.54% 94.51%
CMYK 0.00% 7.05% 9.54%
5.49%

Color #F1E0DA in popluar number systems.

HEX F1 E0 DA
Decimal 241 224 218
Binary 11110001 11100000 11011010
Octal 361 340 332

Shades and tints

Shades of #F1E0DA

#F1E0DA
(241,224,218)
#DCCCC7
(220,204,199)
#C7B8B4
(199,184,180)
#B2A4A1
(178,164,161)
#9D908E
(157,144,142)
#887C7B
(136,124,123)
#736868
(115,104,104)
#5E5455
(94,84,85)
#494042
(73,64,66)
#342C2F
(52,44,47)
#1F181C
(31,24,28)
#000000
(0,0,0)

Tints of #F1E0DA

#F1E0DA
(241,224,218)
#F2E2DD
(242,226,221)
#F3E4E0
(243,228,224)
#F4E6E3
(244,230,227)
#F5E8E6
(245,232,230)
#F6EAE9
(246,234,233)
#F7ECEC
(247,236,236)
#F8EEEF
(248,238,239)
#F9F0F2
(249,240,242)
#FAF2F5
(250,242,245)
#FBF4F8
(251,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E0DA; }

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

This text font color is #F1E0DA.

Background Color

.myBgColor { background-color: #F1E0DA; }

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

This div background color is #F1E0DA.

Border color

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

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

This div border color is #F1E0DA.

Opacity

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

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

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

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

This text has shadow with #F1E0DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1E0DA.

Preview

Color preview on black background

This text has color #F1E0DA on black background.


Color preview on white background

This text has color #F1E0DA on white background.


Black color preview on #F1E0DA background

This text has black color on #F1E0DA background.


White color preview on #F1E0DA background

This text has white color on #F1E0DA background.


Related colors

Complementary color

Complementary color for #hex is #0E1F25.


I love getcolorcode.com

Triadic colors

1 #DAF1E0 and #E0DAF1 with #F1E0DA are triadic colors.

2 #DAE0F1 and #E0F1DA with #F1E0DA are triadic colors.