COLOR #F1F0EE

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

Color info

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

RGB color model

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

  • red value is 241;
  • green value is 240;
  • blue value is 238.
RGB:
(241,240,238)
(95%,94%,93%)

RGB channels and saturation

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

241
240
238

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

Portions of RGB colors in percentages

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

%33.52
%33.38
%33.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.41%
  • 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
%0.41
%1.24
%5.49

Codes

Color #F1F0EE in popluar color models

F1F0EE
RGB241240238
HSL40°9.68%93.92%
HSB/HSV40°1.24%94.51%
CMYK0.00%0.41%1.24%
5.49%

Color #F1F0EE in popluar number systems.

HEXF1F0EE
Decimal241240238
Binary111100011111000011101110
Octal361360356

Shades and tints

Shades of #F1F0EE

#F1F0EE
(241,240,238)
#DCDBD9
(220,219,217)
#C7C6C4
(199,198,196)
#B2B1AF
(178,177,175)
#9D9C9A
(157,156,154)
#888785
(136,135,133)
#737270
(115,114,112)
#5E5D5B
(94,93,91)
#494846
(73,72,70)
#343331
(52,51,49)
#1F1E1C
(31,30,28)
#000000
(0,0,0)

Tints of #F1F0EE

#F1F0EE
(241,240,238)
#F2F1EF
(242,241,239)
#F3F2F0
(243,242,240)
#F4F3F1
(244,243,241)
#F5F4F2
(245,244,242)
#F6F5F3
(246,245,243)
#F7F6F4
(247,246,244)
#F8F7F5
(248,247,245)
#F9F8F6
(249,248,246)
#FAF9F7
(250,249,247)
#FBFAF8
(251,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F0EE; }

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

This text font color is #F1F0EE.


Background Color

.myBgColor { background-color: #F1F0EE; }

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

This div background color is #F1F0EE.


Border color

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

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

This div border color is #F1F0EE.


Opacity

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

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

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

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

This text has shadow with #F1F0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F0EE on black background.


Color preview on white background

This text has color #F1F0EE on white background.



Black color preview on #F1F0EE background

This text has black color on #F1F0EE background.


White color preview on #F1F0EE background

This text has white color on #F1F0EE background.