COLOR #F0EADC

HEX: #F0EADC
RGB: (240,234,220)

Color info

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

RGB color model

#F0EADC color RGB value is (240,234,220).

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

RGB channels and saturation

R 240 of 255 = 94%
G 234 of 255 = 92%
B 220 of 255 = 86%

240
234
220

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

Portions of RGB colors in percentages

R + G + B =
240 + 234 + 220 = 694 (100%)
R 240 of 694 ~ 34.58%
G 234 of 694 ~ 33.72%
B 220 of 694 ~ 31.7%

%34.58
%33.72
%31.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 8.33%
  • 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
%8.33
%5.88

Codes

Color #F0EADC in popluar color models

F0EADC
RGB240234220
HSL42°40.00%90.20%
HSB/HSV42°8.33%94.12%
CMYK0.00%2.50%8.33%
5.88%

Color #F0EADC in popluar number systems.

HEXF0EADC
Decimal240234220
Binary111100001110101011011100
Octal360352334

Shades and tints

Shades of #F0EADC

#F0EADC
(240,234,220)
#DBD5C8
(219,213,200)
#C6C0B4
(198,192,180)
#B1ABA0
(177,171,160)
#9C968C
(156,150,140)
#878178
(135,129,120)
#726C64
(114,108,100)
#5D5750
(93,87,80)
#48423C
(72,66,60)
#332D28
(51,45,40)
#1E1814
(30,24,20)
#000000
(0,0,0)

Tints of #F0EADC

#F0EADC
(240,234,220)
#F1EBDF
(241,235,223)
#F2ECE2
(242,236,226)
#F3EDE5
(243,237,229)
#F4EEE8
(244,238,232)
#F5EFEB
(245,239,235)
#F6F0EE
(246,240,238)
#F7F1F1
(247,241,241)
#F8F2F4
(248,242,244)
#F9F3F7
(249,243,247)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EADC; }

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

This text font color is #F0EADC.


Background Color

.myBgColor { background-color: #F0EADC; }

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

This div background color is #F0EADC.


Border color

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

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

This div border color is #F0EADC.


Opacity

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

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

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

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

This text has shadow with #F0EADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EADC on black background.


Color preview on white background

This text has color #F0EADC on white background.



Black color preview on #F0EADC background

This text has black color on #F0EADC background.


White color preview on #F0EADC background

This text has white color on #F0EADC background.