COLOR #F0F1EE

HEX: #F0F1EE RGB: (240,241,238)

Color info

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

RGB color model

#F0F1EE color RGB value is (240,241,238).

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

RGB channels and saturation

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

240
241
238

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

Portions of RGB colors in percentages

R + G + B = 240 + 241 + 238 = 719 (100%)
R 240 of 719 ~ 33.38%
G 241 of 719 ~ 33.52%
B 238 of 719 ~ 33.1'%

%33.38
%33.52
%33.1

CMYK color model

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

  • cyan value is 0.41%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 5.49%
CMYK: (0,0,1,5) C0M0Y1K5 (0%,0%,1%,5%) (0.00/0.00/0.01/0.05) 

CMYK percentages

%0.41
%0
%1.24
%5.49

Codes

Color #F0F1EE in popluar color models

F0 F1 EE
RGB 240 241 238
HSL 80° 9.68% 93.92%
HSB/HSV 80° 1.24% 94.51%
CMYK 0.41% 0.00% 1.24%
5.49%

Color #F0F1EE in popluar number systems.

HEX F0 F1 EE
Decimal 240 241 238
Binary 11110000 11110001 11101110
Octal 360 361 356

Shades and tints

Shades of #F0F1EE

#F0F1EE
(240,241,238)
#DBDCD9
(219,220,217)
#C6C7C4
(198,199,196)
#B1B2AF
(177,178,175)
#9C9D9A
(156,157,154)
#878885
(135,136,133)
#727370
(114,115,112)
#5D5E5B
(93,94,91)
#484946
(72,73,70)
#333431
(51,52,49)
#1E1F1C
(30,31,28)
#000000
(0,0,0)

Tints of #F0F1EE

#F0F1EE
(240,241,238)
#F1F2EF
(241,242,239)
#F2F3F0
(242,243,240)
#F3F4F1
(243,244,241)
#F4F5F2
(244,245,242)
#F5F6F3
(245,246,243)
#F6F7F4
(246,247,244)
#F7F8F5
(247,248,245)
#F8F9F6
(248,249,246)
#F9FAF7
(249,250,247)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F1EE; }

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

This text font color is #F0F1EE.

Background Color

.myBgColor { background-color: #F0F1EE; }

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

This div background color is #F0F1EE.

Border color

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

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

This div border color is #F0F1EE.

Opacity

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

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

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

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

This text has shadow with #F0F1EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0F1EE.

Preview

Color preview on black background

This text has color #F0F1EE on black background.


Color preview on white background

This text has color #F0F1EE on white background.


Black color preview on #F0F1EE background

This text has black color on #F0F1EE background.


White color preview on #F0F1EE background

This text has white color on #F0F1EE background.


Related colors

Complementary color

Complementary color for #hex is #0F0E11.


I love getcolorcode.com

Triadic colors

1 #EEF0F1 and #F1EEF0 with #F0F1EE are triadic colors.

2 #EEF1F0 and #F1F0EE with #F0F1EE are triadic colors.