COLOR #F1C5AA

HEX: #F1C5AA
RGB: (241,197,170)

Color info

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

RGB color model

#F1C5AA color RGB value is (241,197,170).

  • red value is 241;
  • green value is 197;
  • blue value is 170.
RGB:
(241,197,170)
(95%,77%,67%)

RGB channels and saturation

R 241 of 255 = 95%
G 197 of 255 = 77%
B 170 of 255 = 67%

241
197
170

R + G + B ~ 80%. #F1C5AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 197 + 170 = 608 (100%)
R 241 of 608 ~ 39.64%
G 197 of 608 ~ 32.4%
B 170 of 608 ~ 27.96%

%39.64
%32.4
%27.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 29.46%
  • key color value is 5.49%
CMYK:
(0,18,29,5)
C0M18Y29K5 
(0%,18%,29%,5%)
(0.00/0.18/0.29/0.05)	

CMYK percentages

%0
%18.26
%29.46
%5.49

Codes

Color #F1C5AA in popluar color models

F1C5AA
RGB241197170
HSL23°71.72%80.59%
HSB/HSV23°29.46%94.51%
CMYK0.00%18.26%29.46%
5.49%

Color #F1C5AA in popluar number systems.

HEXF1C5AA
Decimal241197170
Binary111100011100010110101010
Octal361305252

Shades and tints

Shades of #F1C5AA

#F1C5AA
(241,197,170)
#DCB49B
(220,180,155)
#C7A38C
(199,163,140)
#B2927D
(178,146,125)
#9D816E
(157,129,110)
#88705F
(136,112,95)
#735F50
(115,95,80)
#5E4E41
(94,78,65)
#493D32
(73,61,50)
#342C23
(52,44,35)
#1F1B14
(31,27,20)
#000000
(0,0,0)

Tints of #F1C5AA

#F1C5AA
(241,197,170)
#F2CAB1
(242,202,177)
#F3CFB8
(243,207,184)
#F4D4BF
(244,212,191)
#F5D9C6
(245,217,198)
#F6DECD
(246,222,205)
#F7E3D4
(247,227,212)
#F8E8DB
(248,232,219)
#F9EDE2
(249,237,226)
#FAF2E9
(250,242,233)
#FBF7F0
(251,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C5AA color. Also use rgb(241,197,170) instead hex code.

Text Font Color

.myTextColor { color: #F1C5AA; }

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

This text font color is #F1C5AA.


Background Color

.myBgColor { background-color: #F1C5AA; }

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

This div background color is #F1C5AA.


Border color

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

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

This div border color is #F1C5AA.


Opacity

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

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

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

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

This text has shadow with #F1C5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C5AA on black background.


Color preview on white background

This text has color #F1C5AA on white background.



Black color preview on #F1C5AA background

This text has black color on #F1C5AA background.


White color preview on #F1C5AA background

This text has white color on #F1C5AA background.