COLOR #F1E5A4

HEX: #F1E5A4
RGB: (241,229,164)

Color info

#F1E5A4 contains mainly red and green colors. Web safe color of #F1E5A4 is #FFCC99 (or #FC9).

RGB color model

#F1E5A4 color RGB value is (241,229,164).

  • red value is 241;
  • green value is 229;
  • blue value is 164.
RGB:
(241,229,164)
(95%,90%,64%)

RGB channels and saturation

R 241 of 255 = 95%
G 229 of 255 = 90%
B 164 of 255 = 64%

241
229
164

R + G + B ~ 83%. #F1E5A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 229 + 164 = 634 (100%)
R 241 of 634 ~ 38.01%
G 229 of 634 ~ 36.12%
B 164 of 634 ~ 25.87%

%38.01
%36.12
%25.87

CMYK color model

#F1E5A4 color CMYK value is (0,5,32,5).

  • cyan value is 0.00%
  • magenta value is 4.98%
  • yellow value is 31.95%
  • key color value is 5.49%
CMYK:
(0,5,32,5)
C0M5Y32K5 
(0%,5%,32%,5%)
(0.00/0.05/0.32/0.05)	

CMYK percentages

%0
%4.98
%31.95
%5.49

Codes

Color #F1E5A4 in popluar color models

F1E5A4
RGB241229164
HSL51°73.33%79.41%
HSB/HSV51°31.95%94.51%
CMYK0.00%4.98%31.95%
5.49%

Color #F1E5A4 in popluar number systems.

HEXF1E5A4
Decimal241229164
Binary111100011110010110100100
Octal361345244

Shades and tints

Shades of #F1E5A4

#F1E5A4
(241,229,164)
#DCD196
(220,209,150)
#C7BD88
(199,189,136)
#B2A97A
(178,169,122)
#9D956C
(157,149,108)
#88815E
(136,129,94)
#736D50
(115,109,80)
#5E5942
(94,89,66)
#494534
(73,69,52)
#343126
(52,49,38)
#1F1D18
(31,29,24)
#000000
(0,0,0)

Tints of #F1E5A4

#F1E5A4
(241,229,164)
#F2E7AC
(242,231,172)
#F3E9B4
(243,233,180)
#F4EBBC
(244,235,188)
#F5EDC4
(245,237,196)
#F6EFCC
(246,239,204)
#F7F1D4
(247,241,212)
#F8F3DC
(248,243,220)
#F9F5E4
(249,245,228)
#FAF7EC
(250,247,236)
#FBF9F4
(251,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E5A4; }

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

This text font color is #F1E5A4.


Background Color

.myBgColor { background-color: #F1E5A4; }

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

This div background color is #F1E5A4.


Border color

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

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

This div border color is #F1E5A4.


Opacity

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

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

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

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

This text has shadow with #F1E5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E5A4 on black background.


Color preview on white background

This text has color #F1E5A4 on white background.



Black color preview on #F1E5A4 background

This text has black color on #F1E5A4 background.


White color preview on #F1E5A4 background

This text has white color on #F1E5A4 background.