COLOR #F0EDE4

HEX: #F0EDE4
RGB: (240,237,228)

Color info

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

RGB color model

#F0EDE4 color RGB value is (240,237,228).

  • red value is 240;
  • green value is 237;
  • blue value is 228.
RGB:
(240,237,228)
(94%,93%,89%)

RGB channels and saturation

R 240 of 255 = 94%
G 237 of 255 = 93%
B 228 of 255 = 89%

240
237
228

R + G + B ~ 92%. #F0EDE4 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 237 + 228 = 705 (100%)
R 240 of 705 ~ 34.04%
G 237 of 705 ~ 33.62%
B 228 of 705 ~ 32.34%

%34.04
%33.62
%32.34

CMYK color model

#F0EDE4 color CMYK value is (0,1,5,6).

  • cyan value is 0.00%
  • magenta value is 1.25%
  • yellow value is 5.00%
  • key color value is 5.88%
CMYK:
(0,1,5,6)
C0M1Y5K6 
(0%,1%,5%,6%)
(0.00/0.01/0.05/0.06)	

CMYK percentages

%0
%1.25
%5
%5.88

Codes

Color #F0EDE4 in popluar color models

F0EDE4
RGB240237228
HSL45°28.57%91.76%
HSB/HSV45°5.00%94.12%
CMYK0.00%1.25%5.00%
5.88%

Color #F0EDE4 in popluar number systems.

HEXF0EDE4
Decimal240237228
Binary111100001110110111100100
Octal360355344

Shades and tints

Shades of #F0EDE4

#F0EDE4
(240,237,228)
#DBD8D0
(219,216,208)
#C6C3BC
(198,195,188)
#B1AEA8
(177,174,168)
#9C9994
(156,153,148)
#878480
(135,132,128)
#726F6C
(114,111,108)
#5D5A58
(93,90,88)
#484544
(72,69,68)
#333030
(51,48,48)
#1E1B1C
(30,27,28)
#000000
(0,0,0)

Tints of #F0EDE4

#F0EDE4
(240,237,228)
#F1EEE6
(241,238,230)
#F2EFE8
(242,239,232)
#F3F0EA
(243,240,234)
#F4F1EC
(244,241,236)
#F5F2EE
(245,242,238)
#F6F3F0
(246,243,240)
#F7F4F2
(247,244,242)
#F8F5F4
(248,245,244)
#F9F6F6
(249,246,246)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EDE4 color. Also use rgb(240,237,228) instead hex code.

Text Font Color

.myTextColor { color: #F0EDE4; }

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

This text font color is #F0EDE4.


Background Color

.myBgColor { background-color: #F0EDE4; }

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

This div background color is #F0EDE4.


Border color

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

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

This div border color is #F0EDE4.


Opacity

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

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

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

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

This text has shadow with #F0EDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EDE4 on black background.


Color preview on white background

This text has color #F0EDE4 on white background.



Black color preview on #F0EDE4 background

This text has black color on #F0EDE4 background.


White color preview on #F0EDE4 background

This text has white color on #F0EDE4 background.