COLOR #F1F1EE

HEX: #F1F1EE RGB: (241,241,238)

Color info

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

RGB color model

#F1F1EE color RGB value is (241,241,238).

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

RGB channels and saturation

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

241
241
238

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

Portions of RGB colors in percentages

R + G + B = 241 + 241 + 238 = 720 (100%)
R 241 of 720 ~ 33.47%
G 241 of 720 ~ 33.47%
B 238 of 720 ~ 33.06'%

%33.47
%33.47
%33.06

CMYK color model

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

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

Codes

Color #F1F1EE in popluar color models

F1 F1 EE
RGB 241 241 238
HSL 60° 9.68% 93.92%
HSB/HSV 60° 1.24% 94.51%
CMYK 0.00% 0.00% 1.24%
5.49%

Color #F1F1EE in popluar number systems.

HEX F1 F1 EE
Decimal 241 241 238
Binary 11110001 11110001 11101110
Octal 361 361 356

Shades and tints

Shades of #F1F1EE

#F1F1EE
(241,241,238)
#DCDCD9
(220,220,217)
#C7C7C4
(199,199,196)
#B2B2AF
(178,178,175)
#9D9D9A
(157,157,154)
#888885
(136,136,133)
#737370
(115,115,112)
#5E5E5B
(94,94,91)
#494946
(73,73,70)
#343431
(52,52,49)
#1F1F1C
(31,31,28)
#000000
(0,0,0)

Tints of #F1F1EE

#F1F1EE
(241,241,238)
#F2F2EF
(242,242,239)
#F3F3F0
(243,243,240)
#F4F4F1
(244,244,241)
#F5F5F2
(245,245,242)
#F6F6F3
(246,246,243)
#F7F7F4
(247,247,244)
#F8F8F5
(248,248,245)
#F9F9F6
(249,249,246)
#FAFAF7
(250,250,247)
#FBFBF8
(251,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F1EE; }

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

This text font color is #F1F1EE.

Background Color

.myBgColor { background-color: #F1F1EE; }

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

This div background color is #F1F1EE.

Border color

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

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

This div border color is #F1F1EE.

Opacity

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

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

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

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

This text has shadow with #F1F1EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1F1EE.

Preview

Color preview on black background

This text has color #F1F1EE on black background.


Color preview on white background

This text has color #F1F1EE on white background.


Black color preview on #F1F1EE background

This text has black color on #F1F1EE background.


White color preview on #F1F1EE background

This text has white color on #F1F1EE background.


Related colors

Complementary color

Complementary color for #hex is #0E0E11.


I love getcolorcode.com