COLOR #F1E9C9

HEX: #F1E9C9
RGB: (241,233,201)

Color info

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

RGB color model

#F1E9C9 color RGB value is (241,233,201).

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

RGB channels and saturation

R 241 of 255 = 95%
G 233 of 255 = 91%
B 201 of 255 = 79%

241
233
201

R + G + B ~ 88%. #F1E9C9 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 233 + 201 = 675 (100%)
R 241 of 675 ~ 35.7%
G 233 of 675 ~ 34.52%
B 201 of 675 ~ 29.78%

%35.7
%34.52
%29.78

CMYK color model

#F1E9C9 color CMYK value is (0,3,17,5).

  • cyan value is 0.00%
  • magenta value is 3.32%
  • yellow value is 16.60%
  • key color value is 5.49%
CMYK:
(0,3,17,5)
C0M3Y17K5 
(0%,3%,17%,5%)
(0.00/0.03/0.17/0.05)	

CMYK percentages

%0
%3.32
%16.6
%5.49

Codes

Color #F1E9C9 in popluar color models

F1E9C9
RGB241233201
HSL48°58.82%86.67%
HSB/HSV48°16.60%94.51%
CMYK0.00%3.32%16.60%
5.49%

Color #F1E9C9 in popluar number systems.

HEXF1E9C9
Decimal241233201
Binary111100011110100111001001
Octal361351311

Shades and tints

Shades of #F1E9C9

#F1E9C9
(241,233,201)
#DCD4B7
(220,212,183)
#C7BFA5
(199,191,165)
#B2AA93
(178,170,147)
#9D9581
(157,149,129)
#88806F
(136,128,111)
#736B5D
(115,107,93)
#5E564B
(94,86,75)
#494139
(73,65,57)
#342C27
(52,44,39)
#1F1715
(31,23,21)
#000000
(0,0,0)

Tints of #F1E9C9

#F1E9C9
(241,233,201)
#F2EBCD
(242,235,205)
#F3EDD1
(243,237,209)
#F4EFD5
(244,239,213)
#F5F1D9
(245,241,217)
#F6F3DD
(246,243,221)
#F7F5E1
(247,245,225)
#F8F7E5
(248,247,229)
#F9F9E9
(249,249,233)
#FAFBED
(250,251,237)
#FBFDF1
(251,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E9C9; }

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

This text font color is #F1E9C9.


Background Color

.myBgColor { background-color: #F1E9C9; }

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

This div background color is #F1E9C9.


Border color

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

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

This div border color is #F1E9C9.


Opacity

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

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

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

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

This text has shadow with #F1E9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E9C9 on black background.


Color preview on white background

This text has color #F1E9C9 on white background.



Black color preview on #F1E9C9 background

This text has black color on #F1E9C9 background.


White color preview on #F1E9C9 background

This text has white color on #F1E9C9 background.