COLOR #F1E2B0

HEX: #F1E2B0
RGB: (241,226,176)

Color info

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

RGB color model

#F1E2B0 color RGB value is (241,226,176).

  • red value is 241;
  • green value is 226;
  • blue value is 176.
RGB:
(241,226,176)
(95%,89%,69%)

RGB channels and saturation

R 241 of 255 = 95%
G 226 of 255 = 89%
B 176 of 255 = 69%

241
226
176

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

Portions of RGB colors in percentages

R + G + B =
241 + 226 + 176 = 643 (100%)
R 241 of 643 ~ 37.48%
G 226 of 643 ~ 35.15%
B 176 of 643 ~ 27.37%

%37.48
%35.15
%27.37

CMYK color model

#F1E2B0 color CMYK value is (0,6,27,5).

  • cyan value is 0.00%
  • magenta value is 6.22%
  • yellow value is 26.97%
  • key color value is 5.49%
CMYK:
(0,6,27,5)
C0M6Y27K5 
(0%,6%,27%,5%)
(0.00/0.06/0.27/0.05)	

CMYK percentages

%0
%6.22
%26.97
%5.49

Codes

Color #F1E2B0 in popluar color models

F1E2B0
RGB241226176
HSL46°69.89%81.76%
HSB/HSV46°26.97%94.51%
CMYK0.00%6.22%26.97%
5.49%

Color #F1E2B0 in popluar number systems.

HEXF1E2B0
Decimal241226176
Binary111100011110001010110000
Octal361342260

Shades and tints

Shades of #F1E2B0

#F1E2B0
(241,226,176)
#DCCEA0
(220,206,160)
#C7BA90
(199,186,144)
#B2A680
(178,166,128)
#9D9270
(157,146,112)
#887E60
(136,126,96)
#736A50
(115,106,80)
#5E5640
(94,86,64)
#494230
(73,66,48)
#342E20
(52,46,32)
#1F1A10
(31,26,16)
#000000
(0,0,0)

Tints of #F1E2B0

#F1E2B0
(241,226,176)
#F2E4B7
(242,228,183)
#F3E6BE
(243,230,190)
#F4E8C5
(244,232,197)
#F5EACC
(245,234,204)
#F6ECD3
(246,236,211)
#F7EEDA
(247,238,218)
#F8F0E1
(248,240,225)
#F9F2E8
(249,242,232)
#FAF4EF
(250,244,239)
#FBF6F6
(251,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E2B0 color. Also use rgb(241,226,176) instead hex code.

Text Font Color

.myTextColor { color: #F1E2B0; }

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

This text font color is #F1E2B0.


Background Color

.myBgColor { background-color: #F1E2B0; }

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

This div background color is #F1E2B0.


Border color

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

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

This div border color is #F1E2B0.


Opacity

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

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

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

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

This text has shadow with #F1E2B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E2B0 on black background.


Color preview on white background

This text has color #F1E2B0 on white background.



Black color preview on #F1E2B0 background

This text has black color on #F1E2B0 background.


White color preview on #F1E2B0 background

This text has white color on #F1E2B0 background.