COLOR #F1E6AC

HEX: #F1E6AC
RGB: (241,230,172)

Color info

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

RGB color model

#F1E6AC color RGB value is (241,230,172).

  • red value is 241;
  • green value is 230;
  • blue value is 172.
RGB:
(241,230,172)
(95%,90%,67%)

RGB channels and saturation

R 241 of 255 = 95%
G 230 of 255 = 90%
B 172 of 255 = 67%

241
230
172

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

Portions of RGB colors in percentages

R + G + B =
241 + 230 + 172 = 643 (100%)
R 241 of 643 ~ 37.48%
G 230 of 643 ~ 35.77%
B 172 of 643 ~ 26.75%

%37.48
%35.77
%26.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.56%
  • yellow value is 28.63%
  • 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.56
%28.63
%5.49

Codes

Color #F1E6AC in popluar color models

F1E6AC
RGB241230172
HSL50°71.13%80.98%
HSB/HSV50°28.63%94.51%
CMYK0.00%4.56%28.63%
5.49%

Color #F1E6AC in popluar number systems.

HEXF1E6AC
Decimal241230172
Binary111100011110011010101100
Octal361346254

Shades and tints

Shades of #F1E6AC

#F1E6AC
(241,230,172)
#DCD29D
(220,210,157)
#C7BE8E
(199,190,142)
#B2AA7F
(178,170,127)
#9D9670
(157,150,112)
#888261
(136,130,97)
#736E52
(115,110,82)
#5E5A43
(94,90,67)
#494634
(73,70,52)
#343225
(52,50,37)
#1F1E16
(31,30,22)
#000000
(0,0,0)

Tints of #F1E6AC

#F1E6AC
(241,230,172)
#F2E8B3
(242,232,179)
#F3EABA
(243,234,186)
#F4ECC1
(244,236,193)
#F5EEC8
(245,238,200)
#F6F0CF
(246,240,207)
#F7F2D6
(247,242,214)
#F8F4DD
(248,244,221)
#F9F6E4
(249,246,228)
#FAF8EB
(250,248,235)
#FBFAF2
(251,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E6AC color. Also use rgb(241,230,172) instead hex code.

Text Font Color

.myTextColor { color: #F1E6AC; }

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

This text font color is #F1E6AC.


Background Color

.myBgColor { background-color: #F1E6AC; }

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

This div background color is #F1E6AC.


Border color

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

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

This div border color is #F1E6AC.


Opacity

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

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

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

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

This text has shadow with #F1E6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E6AC on black background.


Color preview on white background

This text has color #F1E6AC on white background.



Black color preview on #F1E6AC background

This text has black color on #F1E6AC background.


White color preview on #F1E6AC background

This text has white color on #F1E6AC background.