COLOR #F1EEC9

HEX: #F1EEC9
RGB: (241,238,201)

Color info

#F1EEC9 contains red, green and blue colors in about the same proportion. Web safe color of #F1EEC9 is #FFFFCC (or #FFC).

RGB color model

#F1EEC9 color RGB value is (241,238,201).

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

RGB channels and saturation

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

241
238
201

R + G + B ~ 89%. #F1EEC9 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 238 + 201 = 680 (100%)
R 241 of 680 ~ 35.44%
G 238 of 680 ~ 35%
B 201 of 680 ~ 29.56%

%35.44
%35
%29.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.24%
  • yellow value is 16.60%
  • key color value is 5.49%
CMYK:
(0,1,17,5)
C0M1Y17K5 
(0%,1%,17%,5%)
(0.00/0.01/0.17/0.05)	

CMYK percentages

%0
%1.24
%16.6
%5.49

Codes

Color #F1EEC9 in popluar color models

F1EEC9
RGB241238201
HSL56°58.82%86.67%
HSB/HSV56°16.60%94.51%
CMYK0.00%1.24%16.60%
5.49%

Color #F1EEC9 in popluar number systems.

HEXF1EEC9
Decimal241238201
Binary111100011110111011001001
Octal361356311

Shades and tints

Shades of #F1EEC9

#F1EEC9
(241,238,201)
#DCD9B7
(220,217,183)
#C7C4A5
(199,196,165)
#B2AF93
(178,175,147)
#9D9A81
(157,154,129)
#88856F
(136,133,111)
#73705D
(115,112,93)
#5E5B4B
(94,91,75)
#494639
(73,70,57)
#343127
(52,49,39)
#1F1C15
(31,28,21)
#000000
(0,0,0)

Tints of #F1EEC9

#F1EEC9
(241,238,201)
#F2EFCD
(242,239,205)
#F3F0D1
(243,240,209)
#F4F1D5
(244,241,213)
#F5F2D9
(245,242,217)
#F6F3DD
(246,243,221)
#F7F4E1
(247,244,225)
#F8F5E5
(248,245,229)
#F9F6E9
(249,246,233)
#FAF7ED
(250,247,237)
#FBF8F1
(251,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EEC9; }

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

This text font color is #F1EEC9.


Background Color

.myBgColor { background-color: #F1EEC9; }

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

This div background color is #F1EEC9.


Border color

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

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

This div border color is #F1EEC9.


Opacity

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

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

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

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

This text has shadow with #F1EEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1EEC9 on black background.


Color preview on white background

This text has color #F1EEC9 on white background.



Black color preview on #F1EEC9 background

This text has black color on #F1EEC9 background.


White color preview on #F1EEC9 background

This text has white color on #F1EEC9 background.