COLOR #F1A9A6

HEX: #F1A9A6
RGB: (241,169,166)

Color info

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

RGB color model

#F1A9A6 color RGB value is (241,169,166).

  • red value is 241;
  • green value is 169;
  • blue value is 166.
RGB:
(241,169,166)
(95%,66%,65%)

RGB channels and saturation

R 241 of 255 = 95%
G 169 of 255 = 66%
B 166 of 255 = 65%

241
169
166

R + G + B ~ 75%. #F1A9A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 169 + 166 = 576 (100%)
R 241 of 576 ~ 41.84%
G 169 of 576 ~ 29.34%
B 166 of 576 ~ 28.82%

%41.84
%29.34
%28.82

CMYK color model

#F1A9A6 color CMYK value is (0,30,31,5).

  • cyan value is 0.00%
  • magenta value is 29.88%
  • yellow value is 31.12%
  • key color value is 5.49%
CMYK:
(0,30,31,5)
C0M30Y31K5 
(0%,30%,31%,5%)
(0.00/0.30/0.31/0.05)	

CMYK percentages

%0
%29.88
%31.12
%5.49

Codes

Color #F1A9A6 in popluar color models

F1A9A6
RGB241169166
HSL72.82%79.80%
HSB/HSV31.12%94.51%
CMYK0.00%29.88%31.12%
5.49%

Color #F1A9A6 in popluar number systems.

HEXF1A9A6
Decimal241169166
Binary111100011010100110100110
Octal361251246

Shades and tints

Shades of #F1A9A6

#F1A9A6
(241,169,166)
#DC9A97
(220,154,151)
#C78B88
(199,139,136)
#B27C79
(178,124,121)
#9D6D6A
(157,109,106)
#885E5B
(136,94,91)
#734F4C
(115,79,76)
#5E403D
(94,64,61)
#49312E
(73,49,46)
#34221F
(52,34,31)
#1F1310
(31,19,16)
#000000
(0,0,0)

Tints of #F1A9A6

#F1A9A6
(241,169,166)
#F2B0AE
(242,176,174)
#F3B7B6
(243,183,182)
#F4BEBE
(244,190,190)
#F5C5C6
(245,197,198)
#F6CCCE
(246,204,206)
#F7D3D6
(247,211,214)
#F8DADE
(248,218,222)
#F9E1E6
(249,225,230)
#FAE8EE
(250,232,238)
#FBEFF6
(251,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A9A6 color. Also use rgb(241,169,166) instead hex code.

Text Font Color

.myTextColor { color: #F1A9A6; }

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

This text font color is #F1A9A6.


Background Color

.myBgColor { background-color: #F1A9A6; }

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

This div background color is #F1A9A6.


Border color

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

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

This div border color is #F1A9A6.


Opacity

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

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

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

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

This text has shadow with #F1A9A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1A9A6 on black background.


Color preview on white background

This text has color #F1A9A6 on white background.



Black color preview on #F1A9A6 background

This text has black color on #F1A9A6 background.


White color preview on #F1A9A6 background

This text has white color on #F1A9A6 background.