COLOR #F0F0EE

HEX: #F0F0EE RGB: (240,240,238)

Color info

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

RGB color model

#F0F0EE color RGB value is (240,240,238).

RGB: (240,240,238) (94%, 94%, 93%)

RGB channels and saturation

R 240 of 255 = 94%
G 240 of 255 = 94%
B 238 of 255 = 93%

240
240
238

R + G + B ~ 94%. #F0F0EE is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 240 + 238 = 718 (100%)
R 240 of 718 ~ 33.43%
G 240 of 718 ~ 33.43%
B 238 of 718 ~ 33.15'%

%33.43
%33.43
%33.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 5.88%

CMYK: (0,0,1,6)
C0M0Y1K6 (0%, 0%, 1%, 6%)
(0.00 / 0.00 / 0.01 / 0.06)

CMYK percentages

%0
%0
%0.83
%5.88

Codes

Color #F0F0EE in popluar color models

F0 F0 EE
RGB 240 240 238
HSL 60° 6.25% 93.73%
HSB/HSV 60° 0.83% 94.12%
CMYK 0.00% 0.00% 0.83%
5.88%

Color #F0F0EE in popluar number systems.

HEX F0 F0 EE
Decimal 240 240 238
Binary 11110000 11110000 11101110
Octal 360 360 356

Shades and tints

Shades of #F0F0EE

#F0F0EE
(240,240,238)
#DBDBD9
(219,219,217)
#C6C6C4
(198,198,196)
#B1B1AF
(177,177,175)
#9C9C9A
(156,156,154)
#878785
(135,135,133)
#727270
(114,114,112)
#5D5D5B
(93,93,91)
#484846
(72,72,70)
#333331
(51,51,49)
#1E1E1C
(30,30,28)
#000000
(0,0,0)

Tints of #F0F0EE

#F0F0EE
(240,240,238)
#F1F1EF
(241,241,239)
#F2F2F0
(242,242,240)
#F3F3F1
(243,243,241)
#F4F4F2
(244,244,242)
#F5F5F3
(245,245,243)
#F6F6F4
(246,246,244)
#F7F7F5
(247,247,245)
#F8F8F6
(248,248,246)
#F9F9F7
(249,249,247)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F0EE; }

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

This text font color is #F0F0EE.

Background Color

.myBgColor { background-color: #F0F0EE; }

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

This div background color is #F0F0EE.

Border color

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

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

This div border color is #F0F0EE.

Opacity

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

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

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

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

This text has shadow with #F0F0EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0F0EE.

Preview

Color preview on black background

This text has color #F0F0EE on black background.


Color preview on white background

This text has color #F0F0EE on white background.


Black color preview on #F0F0EE background

This text has black color on #F0F0EE background.


White color preview on #F0F0EE background

This text has white color on #F0F0EE background.


Related colors

Complementary color

Complementary color for #hex is #0F0F11.


I love getcolorcode.com