COLOR #F1A196

HEX: #F1A196
RGB: (241,161,150)

Color info

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

RGB color model

#F1A196 color RGB value is (241,161,150).

  • red value is 241;
  • green value is 161;
  • blue value is 150.
RGB:
(241,161,150)
(95%,63%,59%)

RGB channels and saturation

R 241 of 255 = 95%
G 161 of 255 = 63%
B 150 of 255 = 59%

241
161
150

R + G + B ~ 72%. #F1A196 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 161 + 150 = 552 (100%)
R 241 of 552 ~ 43.66%
G 161 of 552 ~ 29.17%
B 150 of 552 ~ 27.17%

%43.66
%29.17
%27.17

CMYK color model

#F1A196 color CMYK value is (0,33,38,5).

  • cyan value is 0.00%
  • magenta value is 33.20%
  • yellow value is 37.76%
  • key color value is 5.49%
CMYK:
(0,33,38,5)
C0M33Y38K5 
(0%,33%,38%,5%)
(0.00/0.33/0.38/0.05)	

CMYK percentages

%0
%33.2
%37.76
%5.49

Codes

Color #F1A196 in popluar color models

F1A196
RGB241161150
HSL76.47%76.67%
HSB/HSV37.76%94.51%
CMYK0.00%33.20%37.76%
5.49%

Color #F1A196 in popluar number systems.

HEXF1A196
Decimal241161150
Binary111100011010000110010110
Octal361241226

Shades and tints

Shades of #F1A196

#F1A196
(241,161,150)
#DC9389
(220,147,137)
#C7857C
(199,133,124)
#B2776F
(178,119,111)
#9D6962
(157,105,98)
#885B55
(136,91,85)
#734D48
(115,77,72)
#5E3F3B
(94,63,59)
#49312E
(73,49,46)
#342321
(52,35,33)
#1F1514
(31,21,20)
#000000
(0,0,0)

Tints of #F1A196

#F1A196
(241,161,150)
#F2A99F
(242,169,159)
#F3B1A8
(243,177,168)
#F4B9B1
(244,185,177)
#F5C1BA
(245,193,186)
#F6C9C3
(246,201,195)
#F7D1CC
(247,209,204)
#F8D9D5
(248,217,213)
#F9E1DE
(249,225,222)
#FAE9E7
(250,233,231)
#FBF1F0
(251,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A196 color. Also use rgb(241,161,150) instead hex code.

Text Font Color

.myTextColor { color: #F1A196; }

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

This text font color is #F1A196.


Background Color

.myBgColor { background-color: #F1A196; }

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

This div background color is #F1A196.


Border color

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

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

This div border color is #F1A196.


Opacity

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

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

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

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

This text has shadow with #F1A196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1A196 on black background.


Color preview on white background

This text has color #F1A196 on white background.



Black color preview on #F1A196 background

This text has black color on #F1A196 background.


White color preview on #F1A196 background

This text has white color on #F1A196 background.