COLOR #F1A49C

HEX: #F1A49C
RGB: (241,164,156)

Color info

#F1A49C contains mainly red color. Web safe color of #F1A49C is #FF9999 (or #F99).

RGB color model

#F1A49C color RGB value is (241,164,156).

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

RGB channels and saturation

R 241 of 255 = 95%
G 164 of 255 = 64%
B 156 of 255 = 61%

241
164
156

R + G + B ~ 73%. #F1A49C is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 164 + 156 = 561 (100%)
R 241 of 561 ~ 42.96%
G 164 of 561 ~ 29.23%
B 156 of 561 ~ 27.81%

%42.96
%29.23
%27.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.95%
  • yellow value is 35.27%
  • key color value is 5.49%
CMYK:
(0,32,35,5)
C0M32Y35K5 
(0%,32%,35%,5%)
(0.00/0.32/0.35/0.05)	

CMYK percentages

%0
%31.95
%35.27
%5.49

Codes

Color #F1A49C in popluar color models

F1A49C
RGB241164156
HSL75.22%77.84%
HSB/HSV35.27%94.51%
CMYK0.00%31.95%35.27%
5.49%

Color #F1A49C in popluar number systems.

HEXF1A49C
Decimal241164156
Binary111100011010010010011100
Octal361244234

Shades and tints

Shades of #F1A49C

#F1A49C
(241,164,156)
#DC968E
(220,150,142)
#C78880
(199,136,128)
#B27A72
(178,122,114)
#9D6C64
(157,108,100)
#885E56
(136,94,86)
#735048
(115,80,72)
#5E423A
(94,66,58)
#49342C
(73,52,44)
#34261E
(52,38,30)
#1F1810
(31,24,16)
#000000
(0,0,0)

Tints of #F1A49C

#F1A49C
(241,164,156)
#F2ACA5
(242,172,165)
#F3B4AE
(243,180,174)
#F4BCB7
(244,188,183)
#F5C4C0
(245,196,192)
#F6CCC9
(246,204,201)
#F7D4D2
(247,212,210)
#F8DCDB
(248,220,219)
#F9E4E4
(249,228,228)
#FAECED
(250,236,237)
#FBF4F6
(251,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1A49C; }

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

This text font color is #F1A49C.


Background Color

.myBgColor { background-color: #F1A49C; }

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

This div background color is #F1A49C.


Border color

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

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

This div border color is #F1A49C.


Opacity

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

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

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

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

This text has shadow with #F1A49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1A49C on black background.


Color preview on white background

This text has color #F1A49C on white background.



Black color preview on #F1A49C background

This text has black color on #F1A49C background.


White color preview on #F1A49C background

This text has white color on #F1A49C background.