COLOR #F1E5AB

HEX: #F1E5AB RGB: (241,229,171)

Color info

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

RGB color model

#F1E5AB color RGB value is (241,229,171).

RGB: (241,229,171) (95%, 90%, 67%)

RGB channels and saturation

R 241 of 255 = 95%
G 229 of 255 = 90%
B 171 of 255 = 67%

241
229
171

R + G + B ~ 84%. #F1E5AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 229 + 171 = 641 (100%)
R 241 of 641 ~ 37.6%
G 229 of 641 ~ 35.73%
B 171 of 641 ~ 26.68'%

%37.6
%35.73
%26.68

CMYK color model

#F1E5AB color CMYK value is (0,5,29,5).

  • cyan value is 0.00%
  • magenta value is 4.98%
  • yellow value is 29.05%
  • key color value is 5.49%

CMYK: (0,5,29,5)
C0M5Y29K5 (0%, 5%, 29%, 5%)
(0.00 / 0.05 / 0.29 / 0.05)

CMYK percentages

%0
%4.98
%29.05
%5.49

Codes

Color #F1E5AB in popluar color models

F1 E5 AB
RGB 241 229 171
HSL 50° 71.43% 80.78%
HSB/HSV 50° 29.05% 94.51%
CMYK 0.00% 4.98% 29.05%
5.49%

Color #F1E5AB in popluar number systems.

HEX F1 E5 AB
Decimal 241 229 171
Binary 11110001 11100101 10101011
Octal 361 345 253

Shades and tints

Shades of #F1E5AB

#F1E5AB
(241,229,171)
#DCD19C
(220,209,156)
#C7BD8D
(199,189,141)
#B2A97E
(178,169,126)
#9D956F
(157,149,111)
#888160
(136,129,96)
#736D51
(115,109,81)
#5E5942
(94,89,66)
#494533
(73,69,51)
#343124
(52,49,36)
#1F1D15
(31,29,21)
#000000
(0,0,0)

Tints of #F1E5AB

#F1E5AB
(241,229,171)
#F2E7B2
(242,231,178)
#F3E9B9
(243,233,185)
#F4EBC0
(244,235,192)
#F5EDC7
(245,237,199)
#F6EFCE
(246,239,206)
#F7F1D5
(247,241,213)
#F8F3DC
(248,243,220)
#F9F5E3
(249,245,227)
#FAF7EA
(250,247,234)
#FBF9F1
(251,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E5AB; }

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

This text font color is #F1E5AB.

Background Color

.myBgColor { background-color: #F1E5AB; }

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

This div background color is #F1E5AB.

Border color

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

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

This div border color is #F1E5AB.

Opacity

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

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

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

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

This text has shadow with #F1E5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1E5AB.

Preview

Color preview on black background

This text has color #F1E5AB on black background.


Color preview on white background

This text has color #F1E5AB on white background.


Black color preview on #F1E5AB background

This text has black color on #F1E5AB background.


White color preview on #F1E5AB background

This text has white color on #F1E5AB background.


Related colors

Complementary color

Complementary color for #hex is #0E1A54.


I love getcolorcode.com

Triadic colors

1 #ABF1E5 and #E5ABF1 with #F1E5AB are triadic colors.

2 #ABE5F1 and #E5F1AB with #F1E5AB are triadic colors.