COLOR #F0EBDA

HEX: #F0EBDA
RGB: (240,235,218)

Color info

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

RGB color model

#F0EBDA color RGB value is (240,235,218).

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

RGB channels and saturation

R 240 of 255 = 94%
G 235 of 255 = 92%
B 218 of 255 = 85%

240
235
218

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

Portions of RGB colors in percentages

R + G + B =
240 + 235 + 218 = 693 (100%)
R 240 of 693 ~ 34.63%
G 235 of 693 ~ 33.91%
B 218 of 693 ~ 31.46%

%34.63
%33.91
%31.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.08%
  • yellow value is 9.17%
  • key color value is 5.88%
CMYK:
(0,2,9,6)
C0M2Y9K6 
(0%,2%,9%,6%)
(0.00/0.02/0.09/0.06)	

CMYK percentages

%0
%2.08
%9.17
%5.88

Codes

Color #F0EBDA in popluar color models

F0EBDA
RGB240235218
HSL46°42.31%89.80%
HSB/HSV46°9.17%94.12%
CMYK0.00%2.08%9.17%
5.88%

Color #F0EBDA in popluar number systems.

HEXF0EBDA
Decimal240235218
Binary111100001110101111011010
Octal360353332

Shades and tints

Shades of #F0EBDA

#F0EBDA
(240,235,218)
#DBD6C7
(219,214,199)
#C6C1B4
(198,193,180)
#B1ACA1
(177,172,161)
#9C978E
(156,151,142)
#87827B
(135,130,123)
#726D68
(114,109,104)
#5D5855
(93,88,85)
#484342
(72,67,66)
#332E2F
(51,46,47)
#1E191C
(30,25,28)
#000000
(0,0,0)

Tints of #F0EBDA

#F0EBDA
(240,235,218)
#F1ECDD
(241,236,221)
#F2EDE0
(242,237,224)
#F3EEE3
(243,238,227)
#F4EFE6
(244,239,230)
#F5F0E9
(245,240,233)
#F6F1EC
(246,241,236)
#F7F2EF
(247,242,239)
#F8F3F2
(248,243,242)
#F9F4F5
(249,244,245)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EBDA; }

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

This text font color is #F0EBDA.


Background Color

.myBgColor { background-color: #F0EBDA; }

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

This div background color is #F0EBDA.


Border color

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

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

This div border color is #F0EBDA.


Opacity

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

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

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

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

This text has shadow with #F0EBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EBDA on black background.


Color preview on white background

This text has color #F0EBDA on white background.



Black color preview on #F0EBDA background

This text has black color on #F0EBDA background.


White color preview on #F0EBDA background

This text has white color on #F0EBDA background.