COLOR #F0EDE0

HEX: #F0EDE0
RGB: (240,237,224)

Color info

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

RGB color model

#F0EDE0 color RGB value is (240,237,224).

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

RGB channels and saturation

R 240 of 255 = 94%
G 237 of 255 = 93%
B 224 of 255 = 88%

240
237
224

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

Portions of RGB colors in percentages

R + G + B =
240 + 237 + 224 = 701 (100%)
R 240 of 701 ~ 34.24%
G 237 of 701 ~ 33.81%
B 224 of 701 ~ 31.95%

%34.24
%33.81
%31.95

CMYK color model

#F0EDE0 color CMYK value is (0,1,7,6).

  • cyan value is 0.00%
  • magenta value is 1.25%
  • yellow value is 6.67%
  • key color value is 5.88%
CMYK:
(0,1,7,6)
C0M1Y7K6 
(0%,1%,7%,6%)
(0.00/0.01/0.07/0.06)	

CMYK percentages

%0
%1.25
%6.67
%5.88

Codes

Color #F0EDE0 in popluar color models

F0EDE0
RGB240237224
HSL49°34.78%90.98%
HSB/HSV49°6.67%94.12%
CMYK0.00%1.25%6.67%
5.88%

Color #F0EDE0 in popluar number systems.

HEXF0EDE0
Decimal240237224
Binary111100001110110111100000
Octal360355340

Shades and tints

Shades of #F0EDE0

#F0EDE0
(240,237,224)
#DBD8CC
(219,216,204)
#C6C3B8
(198,195,184)
#B1AEA4
(177,174,164)
#9C9990
(156,153,144)
#87847C
(135,132,124)
#726F68
(114,111,104)
#5D5A54
(93,90,84)
#484540
(72,69,64)
#33302C
(51,48,44)
#1E1B18
(30,27,24)
#000000
(0,0,0)

Tints of #F0EDE0

#F0EDE0
(240,237,224)
#F1EEE2
(241,238,226)
#F2EFE4
(242,239,228)
#F3F0E6
(243,240,230)
#F4F1E8
(244,241,232)
#F5F2EA
(245,242,234)
#F6F3EC
(246,243,236)
#F7F4EE
(247,244,238)
#F8F5F0
(248,245,240)
#F9F6F2
(249,246,242)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EDE0; }

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

This text font color is #F0EDE0.


Background Color

.myBgColor { background-color: #F0EDE0; }

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

This div background color is #F0EDE0.


Border color

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

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

This div border color is #F0EDE0.


Opacity

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

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

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

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

This text has shadow with #F0EDE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EDE0 on black background.


Color preview on white background

This text has color #F0EDE0 on white background.



Black color preview on #F0EDE0 background

This text has black color on #F0EDE0 background.


White color preview on #F0EDE0 background

This text has white color on #F0EDE0 background.