COLOR #F0EBDD

HEX: #F0EBDD
RGB: (240,235,221)

Color info

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

RGB color model

#F0EBDD color RGB value is (240,235,221).

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

RGB channels and saturation

R 240 of 255 = 94%
G 235 of 255 = 92%
B 221 of 255 = 87%

240
235
221

R + G + B ~ 91%. #F0EBDD is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 235 + 221 = 696 (100%)
R 240 of 696 ~ 34.48%
G 235 of 696 ~ 33.76%
B 221 of 696 ~ 31.75%

%34.48
%33.76
%31.75

CMYK color model

#F0EBDD color CMYK value is (0,2,8,6).

  • cyan value is 0.00%
  • magenta value is 2.08%
  • yellow value is 7.92%
  • key color value is 5.88%
CMYK:
(0,2,8,6)
C0M2Y8K6 
(0%,2%,8%,6%)
(0.00/0.02/0.08/0.06)	

CMYK percentages

%0
%2.08
%7.92
%5.88

Codes

Color #F0EBDD in popluar color models

F0EBDD
RGB240235221
HSL44°38.78%90.39%
HSB/HSV44°7.92%94.12%
CMYK0.00%2.08%7.92%
5.88%

Color #F0EBDD in popluar number systems.

HEXF0EBDD
Decimal240235221
Binary111100001110101111011101
Octal360353335

Shades and tints

Shades of #F0EBDD

#F0EBDD
(240,235,221)
#DBD6C9
(219,214,201)
#C6C1B5
(198,193,181)
#B1ACA1
(177,172,161)
#9C978D
(156,151,141)
#878279
(135,130,121)
#726D65
(114,109,101)
#5D5851
(93,88,81)
#48433D
(72,67,61)
#332E29
(51,46,41)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #F0EBDD

#F0EBDD
(240,235,221)
#F1ECE0
(241,236,224)
#F2EDE3
(242,237,227)
#F3EEE6
(243,238,230)
#F4EFE9
(244,239,233)
#F5F0EC
(245,240,236)
#F6F1EF
(246,241,239)
#F7F2F2
(247,242,242)
#F8F3F5
(248,243,245)
#F9F4F8
(249,244,248)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EBDD; }

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

This text font color is #F0EBDD.


Background Color

.myBgColor { background-color: #F0EBDD; }

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

This div background color is #F0EBDD.


Border color

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

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

This div border color is #F0EBDD.


Opacity

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

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

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

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

This text has shadow with #F0EBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EBDD on black background.


Color preview on white background

This text has color #F0EBDD on white background.



Black color preview on #F0EBDD background

This text has black color on #F0EBDD background.


White color preview on #F0EBDD background

This text has white color on #F0EBDD background.