COLOR #F0EDE6

HEX: #F0EDE6
RGB: (240,237,230)

Color info

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

RGB color model

#F0EDE6 color RGB value is (240,237,230).

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

RGB channels and saturation

R 240 of 255 = 94%
G 237 of 255 = 93%
B 230 of 255 = 90%

240
237
230

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

Portions of RGB colors in percentages

R + G + B =
240 + 237 + 230 = 707 (100%)
R 240 of 707 ~ 33.95%
G 237 of 707 ~ 33.52%
B 230 of 707 ~ 32.53%

%33.95
%33.52
%32.53

CMYK color model

#F0EDE6 color CMYK value is (0,1,4,6).

  • cyan value is 0.00%
  • magenta value is 1.25%
  • yellow value is 4.17%
  • key color value is 5.88%
CMYK:
(0,1,4,6)
C0M1Y4K6 
(0%,1%,4%,6%)
(0.00/0.01/0.04/0.06)	

CMYK percentages

%0
%1.25
%4.17
%5.88

Codes

Color #F0EDE6 in popluar color models

F0EDE6
RGB240237230
HSL42°25.00%92.16%
HSB/HSV42°4.17%94.12%
CMYK0.00%1.25%4.17%
5.88%

Color #F0EDE6 in popluar number systems.

HEXF0EDE6
Decimal240237230
Binary111100001110110111100110
Octal360355346

Shades and tints

Shades of #F0EDE6

#F0EDE6
(240,237,230)
#DBD8D2
(219,216,210)
#C6C3BE
(198,195,190)
#B1AEAA
(177,174,170)
#9C9996
(156,153,150)
#878482
(135,132,130)
#726F6E
(114,111,110)
#5D5A5A
(93,90,90)
#484546
(72,69,70)
#333032
(51,48,50)
#1E1B1E
(30,27,30)
#000000
(0,0,0)

Tints of #F0EDE6

#F0EDE6
(240,237,230)
#F1EEE8
(241,238,232)
#F2EFEA
(242,239,234)
#F3F0EC
(243,240,236)
#F4F1EE
(244,241,238)
#F5F2F0
(245,242,240)
#F6F3F2
(246,243,242)
#F7F4F4
(247,244,244)
#F8F5F6
(248,245,246)
#F9F6F8
(249,246,248)
#FAF7FA
(250,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EDE6; }

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

This text font color is #F0EDE6.


Background Color

.myBgColor { background-color: #F0EDE6; }

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

This div background color is #F0EDE6.


Border color

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

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

This div border color is #F0EDE6.


Opacity

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

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

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

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

This text has shadow with #F0EDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EDE6 on black background.


Color preview on white background

This text has color #F0EDE6 on white background.



Black color preview on #F0EDE6 background

This text has black color on #F0EDE6 background.


White color preview on #F0EDE6 background

This text has white color on #F0EDE6 background.