COLOR #F0EAD3

HEX: #F0EAD3
RGB: (240,234,211)

Color info

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

RGB color model

#F0EAD3 color RGB value is (240,234,211).

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

RGB channels and saturation

R 240 of 255 = 94%
G 234 of 255 = 92%
B 211 of 255 = 83%

240
234
211

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

Portions of RGB colors in percentages

R + G + B =
240 + 234 + 211 = 685 (100%)
R 240 of 685 ~ 35.04%
G 234 of 685 ~ 34.16%
B 211 of 685 ~ 30.8%

%35.04
%34.16
%30.8

CMYK color model

#F0EAD3 color CMYK value is (0,3,12,6).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 12.08%
  • key color value is 5.88%
CMYK:
(0,3,12,6)
C0M3Y12K6 
(0%,3%,12%,6%)
(0.00/0.03/0.12/0.06)	

CMYK percentages

%0
%2.5
%12.08
%5.88

Codes

Color #F0EAD3 in popluar color models

F0EAD3
RGB240234211
HSL48°49.15%88.43%
HSB/HSV48°12.08%94.12%
CMYK0.00%2.50%12.08%
5.88%

Color #F0EAD3 in popluar number systems.

HEXF0EAD3
Decimal240234211
Binary111100001110101011010011
Octal360352323

Shades and tints

Shades of #F0EAD3

#F0EAD3
(240,234,211)
#DBD5C0
(219,213,192)
#C6C0AD
(198,192,173)
#B1AB9A
(177,171,154)
#9C9687
(156,150,135)
#878174
(135,129,116)
#726C61
(114,108,97)
#5D574E
(93,87,78)
#48423B
(72,66,59)
#332D28
(51,45,40)
#1E1815
(30,24,21)
#000000
(0,0,0)

Tints of #F0EAD3

#F0EAD3
(240,234,211)
#F1EBD7
(241,235,215)
#F2ECDB
(242,236,219)
#F3EDDF
(243,237,223)
#F4EEE3
(244,238,227)
#F5EFE7
(245,239,231)
#F6F0EB
(246,240,235)
#F7F1EF
(247,241,239)
#F8F2F3
(248,242,243)
#F9F3F7
(249,243,247)
#FAF4FB
(250,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EAD3; }

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

This text font color is #F0EAD3.


Background Color

.myBgColor { background-color: #F0EAD3; }

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

This div background color is #F0EAD3.


Border color

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

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

This div border color is #F0EAD3.


Opacity

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

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

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

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

This text has shadow with #F0EAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EAD3 on black background.


Color preview on white background

This text has color #F0EAD3 on white background.



Black color preview on #F0EAD3 background

This text has black color on #F0EAD3 background.


White color preview on #F0EAD3 background

This text has white color on #F0EAD3 background.