COLOR #F0EADD

HEX: #F0EADD
RGB: (240,234,221)

Color info

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

RGB color model

#F0EADD color RGB value is (240,234,221).

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

RGB channels and saturation

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

240
234
221

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

Portions of RGB colors in percentages

R + G + B =
240 + 234 + 221 = 695 (100%)
R 240 of 695 ~ 34.53%
G 234 of 695 ~ 33.67%
B 221 of 695 ~ 31.8%

%34.53
%33.67
%31.8

CMYK color model

#F0EADD color CMYK value is (0,3,8,6).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 7.92%
  • key color value is 5.88%
CMYK:
(0,3,8,6)
C0M3Y8K6 
(0%,3%,8%,6%)
(0.00/0.03/0.08/0.06)	

CMYK percentages

%0
%2.5
%7.92
%5.88

Codes

Color #F0EADD in popluar color models

F0EADD
RGB240234221
HSL41°38.78%90.39%
HSB/HSV41°7.92%94.12%
CMYK0.00%2.50%7.92%
5.88%

Color #F0EADD in popluar number systems.

HEXF0EADD
Decimal240234221
Binary111100001110101011011101
Octal360352335

Shades and tints

Shades of #F0EADD

#F0EADD
(240,234,221)
#DBD5C9
(219,213,201)
#C6C0B5
(198,192,181)
#B1ABA1
(177,171,161)
#9C968D
(156,150,141)
#878179
(135,129,121)
#726C65
(114,108,101)
#5D5751
(93,87,81)
#48423D
(72,66,61)
#332D29
(51,45,41)
#1E1815
(30,24,21)
#000000
(0,0,0)

Tints of #F0EADD

#F0EADD
(240,234,221)
#F1EBE0
(241,235,224)
#F2ECE3
(242,236,227)
#F3EDE6
(243,237,230)
#F4EEE9
(244,238,233)
#F5EFEC
(245,239,236)
#F6F0EF
(246,240,239)
#F7F1F2
(247,241,242)
#F8F2F5
(248,242,245)
#F9F3F8
(249,243,248)
#FAF4FB
(250,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EADD; }

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

This text font color is #F0EADD.


Background Color

.myBgColor { background-color: #F0EADD; }

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

This div background color is #F0EADD.


Border color

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

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

This div border color is #F0EADD.


Opacity

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

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

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

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

This text has shadow with #F0EADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EADD on black background.


Color preview on white background

This text has color #F0EADD on white background.



Black color preview on #F0EADD background

This text has black color on #F0EADD background.


White color preview on #F0EADD background

This text has white color on #F0EADD background.