COLOR #F0E1DA

HEX: #F0E1DA
RGB: (240,225,218)

Color info

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

RGB color model

#F0E1DA color RGB value is (240,225,218).

  • red value is 240;
  • green value is 225;
  • blue value is 218.
RGB:
(240,225,218)
(94%,88%,85%)

RGB channels and saturation

R 240 of 255 = 94%
G 225 of 255 = 88%
B 218 of 255 = 85%

240
225
218

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

Portions of RGB colors in percentages

R + G + B =
240 + 225 + 218 = 683 (100%)
R 240 of 683 ~ 35.14%
G 225 of 683 ~ 32.94%
B 218 of 683 ~ 31.92%

%35.14
%32.94
%31.92

CMYK color model

#F0E1DA color CMYK value is (0,6,9,6).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 9.17%
  • key color value is 5.88%
CMYK:
(0,6,9,6)
C0M6Y9K6 
(0%,6%,9%,6%)
(0.00/0.06/0.09/0.06)	

CMYK percentages

%0
%6.25
%9.17
%5.88

Codes

Color #F0E1DA in popluar color models

F0E1DA
RGB240225218
HSL19°42.31%89.80%
HSB/HSV19°9.17%94.12%
CMYK0.00%6.25%9.17%
5.88%

Color #F0E1DA in popluar number systems.

HEXF0E1DA
Decimal240225218
Binary111100001110000111011010
Octal360341332

Shades and tints

Shades of #F0E1DA

#F0E1DA
(240,225,218)
#DBCDC7
(219,205,199)
#C6B9B4
(198,185,180)
#B1A5A1
(177,165,161)
#9C918E
(156,145,142)
#877D7B
(135,125,123)
#726968
(114,105,104)
#5D5555
(93,85,85)
#484142
(72,65,66)
#332D2F
(51,45,47)
#1E191C
(30,25,28)
#000000
(0,0,0)

Tints of #F0E1DA

#F0E1DA
(240,225,218)
#F1E3DD
(241,227,221)
#F2E5E0
(242,229,224)
#F3E7E3
(243,231,227)
#F4E9E6
(244,233,230)
#F5EBE9
(245,235,233)
#F6EDEC
(246,237,236)
#F7EFEF
(247,239,239)
#F8F1F2
(248,241,242)
#F9F3F5
(249,243,245)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E1DA color. Also use rgb(240,225,218) instead hex code.

Text Font Color

.myTextColor { color: #F0E1DA; }

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

This text font color is #F0E1DA.


Background Color

.myBgColor { background-color: #F0E1DA; }

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

This div background color is #F0E1DA.


Border color

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

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

This div border color is #F0E1DA.


Opacity

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

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

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

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

This text has shadow with #F0E1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E1DA on black background.


Color preview on white background

This text has color #F0E1DA on white background.



Black color preview on #F0E1DA background

This text has black color on #F0E1DA background.


White color preview on #F0E1DA background

This text has white color on #F0E1DA background.