COLOR #F1E9AD

HEX: #F1E9AD RGB: (241,233,173)

Color info

#F1E9AD contains mainly red and green colors. Web safe color of #F1E9AD is #FFFF99 (or #FF9).

RGB color model

#F1E9AD color RGB value is (241,233,173).

RGB: (241,233,173) (95%, 91%, 68%)

RGB channels and saturation

R 241 of 255 = 95%
G 233 of 255 = 91%
B 173 of 255 = 68%

241
233
173

R + G + B ~ 85%. #F1E9AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 233 + 173 = 647 (100%)
R 241 of 647 ~ 37.25%
G 233 of 647 ~ 36.01%
B 173 of 647 ~ 26.74'%

%37.25
%36.01
%26.74

CMYK color model

#F1E9AD color CMYK value is (0,3,28,5).

  • cyan value is 0.00%
  • magenta value is 3.32%
  • yellow value is 28.22%
  • key color value is 5.49%

CMYK: (0,3,28,5)
C0M3Y28K5 (0%, 3%, 28%, 5%)
(0.00 / 0.03 / 0.28 / 0.05)

CMYK percentages

%0
%3.32
%28.22
%5.49

Codes

Color #F1E9AD in popluar color models

F1 E9 AD
RGB 241 233 173
HSL 53° 70.83% 81.18%
HSB/HSV 53° 28.22% 94.51%
CMYK 0.00% 3.32% 28.22%
5.49%

Color #F1E9AD in popluar number systems.

HEX F1 E9 AD
Decimal 241 233 173
Binary 11110001 11101001 10101101
Octal 361 351 255

Shades and tints

Shades of #F1E9AD

#F1E9AD
(241,233,173)
#DCD49E
(220,212,158)
#C7BF8F
(199,191,143)
#B2AA80
(178,170,128)
#9D9571
(157,149,113)
#888062
(136,128,98)
#736B53
(115,107,83)
#5E5644
(94,86,68)
#494135
(73,65,53)
#342C26
(52,44,38)
#1F1717
(31,23,23)
#000000
(0,0,0)

Tints of #F1E9AD

#F1E9AD
(241,233,173)
#F2EBB4
(242,235,180)
#F3EDBB
(243,237,187)
#F4EFC2
(244,239,194)
#F5F1C9
(245,241,201)
#F6F3D0
(246,243,208)
#F7F5D7
(247,245,215)
#F8F7DE
(248,247,222)
#F9F9E5
(249,249,229)
#FAFBEC
(250,251,236)
#FBFDF3
(251,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E9AD; }

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

This text font color is #F1E9AD.

Background Color

.myBgColor { background-color: #F1E9AD; }

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

This div background color is #F1E9AD.

Border color

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

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

This div border color is #F1E9AD.

Opacity

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

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

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

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

This text has shadow with #F1E9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1E9AD.

Preview

Color preview on black background

This text has color #F1E9AD on black background.


Color preview on white background

This text has color #F1E9AD on white background.


Black color preview on #F1E9AD background

This text has black color on #F1E9AD background.


White color preview on #F1E9AD background

This text has white color on #F1E9AD background.


Related colors

Complementary color

Complementary color for #hex is #0E1652.


I love getcolorcode.com

Triadic colors

1 #ADF1E9 and #E9ADF1 with #F1E9AD are triadic colors.

2 #ADE9F1 and #E9F1AD with #F1E9AD are triadic colors.