COLOR #F1A9C5

HEX: #F1A9C5
RGB: (241,169,197)

Color info

#F1A9C5 contains mainly red and blue colors. Web safe color of #F1A9C5 is #FF99CC (or #F9C).

RGB color model

#F1A9C5 color RGB value is (241,169,197).

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

RGB channels and saturation

R 241 of 255 = 95%
G 169 of 255 = 66%
B 197 of 255 = 77%

241
169
197

R + G + B ~ 79%. #F1A9C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 169 + 197 = 607 (100%)
R 241 of 607 ~ 39.7%
G 169 of 607 ~ 27.84%
B 197 of 607 ~ 32.45%

%39.7
%27.84
%32.45

CMYK color model

#F1A9C5 color CMYK value is (0,30,18,5).

  • cyan value is 0.00%
  • magenta value is 29.88%
  • yellow value is 18.26%
  • key color value is 5.49%
CMYK:
(0,30,18,5)
C0M30Y18K5 
(0%,30%,18%,5%)
(0.00/0.30/0.18/0.05)	

CMYK percentages

%0
%29.88
%18.26
%5.49

Codes

Color #F1A9C5 in popluar color models

F1A9C5
RGB241169197
HSL337°72.00%80.39%
HSB/HSV337°29.88%94.51%
CMYK0.00%29.88%18.26%
5.49%

Color #F1A9C5 in popluar number systems.

HEXF1A9C5
Decimal241169197
Binary111100011010100111000101
Octal361251305

Shades and tints

Shades of #F1A9C5

#F1A9C5
(241,169,197)
#DC9AB4
(220,154,180)
#C78BA3
(199,139,163)
#B27C92
(178,124,146)
#9D6D81
(157,109,129)
#885E70
(136,94,112)
#734F5F
(115,79,95)
#5E404E
(94,64,78)
#49313D
(73,49,61)
#34222C
(52,34,44)
#1F131B
(31,19,27)
#000000
(0,0,0)

Tints of #F1A9C5

#F1A9C5
(241,169,197)
#F2B0CA
(242,176,202)
#F3B7CF
(243,183,207)
#F4BED4
(244,190,212)
#F5C5D9
(245,197,217)
#F6CCDE
(246,204,222)
#F7D3E3
(247,211,227)
#F8DAE8
(248,218,232)
#F9E1ED
(249,225,237)
#FAE8F2
(250,232,242)
#FBEFF7
(251,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1A9C5; }

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

This text font color is #F1A9C5.


Background Color

.myBgColor { background-color: #F1A9C5; }

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

This div background color is #F1A9C5.


Border color

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

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

This div border color is #F1A9C5.


Opacity

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

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

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

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

This text has shadow with #F1A9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1A9C5 on black background.


Color preview on white background

This text has color #F1A9C5 on white background.



Black color preview on #F1A9C5 background

This text has black color on #F1A9C5 background.


White color preview on #F1A9C5 background

This text has white color on #F1A9C5 background.