COLOR #F0F0EA

HEX: #F0F0EA
RGB: (240,240,234)

Color info

#F0F0EA contains red, green and blue colors in about the same proportion. Web safe color of #F0F0EA is #FFFFFF (or #FFF).

RGB color model

#F0F0EA color RGB value is (240,240,234).

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

RGB channels and saturation

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

240
240
234

R + G + B ~ 93%. #F0F0EA is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 240 + 234 = 714 (100%)
R 240 of 714 ~ 33.61%
G 240 of 714 ~ 33.61%
B 234 of 714 ~ 32.77%

%33.61
%33.61
%32.77

CMYK color model

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

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

CMYK percentages

%0
%0
%2.5
%5.88

Codes

Color #F0F0EA in popluar color models

F0F0EA
RGB240240234
HSL60°16.67%92.94%
HSB/HSV60°2.50%94.12%
CMYK0.00%0.00%2.50%
5.88%

Color #F0F0EA in popluar number systems.

HEXF0F0EA
Decimal240240234
Binary111100001111000011101010
Octal360360352

Shades and tints

Shades of #F0F0EA

#F0F0EA
(240,240,234)
#DBDBD5
(219,219,213)
#C6C6C0
(198,198,192)
#B1B1AB
(177,177,171)
#9C9C96
(156,156,150)
#878781
(135,135,129)
#72726C
(114,114,108)
#5D5D57
(93,93,87)
#484842
(72,72,66)
#33332D
(51,51,45)
#1E1E18
(30,30,24)
#000000
(0,0,0)

Tints of #F0F0EA

#F0F0EA
(240,240,234)
#F1F1EB
(241,241,235)
#F2F2EC
(242,242,236)
#F3F3ED
(243,243,237)
#F4F4EE
(244,244,238)
#F5F5EF
(245,245,239)
#F6F6F0
(246,246,240)
#F7F7F1
(247,247,241)
#F8F8F2
(248,248,242)
#F9F9F3
(249,249,243)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F0EA; }

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

This text font color is #F0F0EA.


Background Color

.myBgColor { background-color: #F0F0EA; }

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

This div background color is #F0F0EA.


Border color

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

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

This div border color is #F0F0EA.


Opacity

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

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

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

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

This text has shadow with #F0F0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F0EA on black background.


Color preview on white background

This text has color #F0F0EA on white background.



Black color preview on #F0F0EA background

This text has black color on #F0F0EA background.


White color preview on #F0F0EA background

This text has white color on #F0F0EA background.