COLOR #F1B9A9

HEX: #F1B9A9
RGB: (241,185,169)

Color info

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

RGB color model

#F1B9A9 color RGB value is (241,185,169).

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

RGB channels and saturation

R 241 of 255 = 95%
G 185 of 255 = 73%
B 169 of 255 = 66%

241
185
169

R + G + B ~ 78%. #F1B9A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 185 + 169 = 595 (100%)
R 241 of 595 ~ 40.5%
G 185 of 595 ~ 31.09%
B 169 of 595 ~ 28.4%

%40.5
%31.09
%28.4

CMYK color model

#F1B9A9 color CMYK value is (0,23,30,5).

  • cyan value is 0.00%
  • magenta value is 23.24%
  • yellow value is 29.88%
  • key color value is 5.49%
CMYK:
(0,23,30,5)
C0M23Y30K5 
(0%,23%,30%,5%)
(0.00/0.23/0.30/0.05)	

CMYK percentages

%0
%23.24
%29.88
%5.49

Codes

Color #F1B9A9 in popluar color models

F1B9A9
RGB241185169
HSL13°72.00%80.39%
HSB/HSV13°29.88%94.51%
CMYK0.00%23.24%29.88%
5.49%

Color #F1B9A9 in popluar number systems.

HEXF1B9A9
Decimal241185169
Binary111100011011100110101001
Octal361271251

Shades and tints

Shades of #F1B9A9

#F1B9A9
(241,185,169)
#DCA99A
(220,169,154)
#C7998B
(199,153,139)
#B2897C
(178,137,124)
#9D796D
(157,121,109)
#88695E
(136,105,94)
#73594F
(115,89,79)
#5E4940
(94,73,64)
#493931
(73,57,49)
#342922
(52,41,34)
#1F1913
(31,25,19)
#000000
(0,0,0)

Tints of #F1B9A9

#F1B9A9
(241,185,169)
#F2BFB0
(242,191,176)
#F3C5B7
(243,197,183)
#F4CBBE
(244,203,190)
#F5D1C5
(245,209,197)
#F6D7CC
(246,215,204)
#F7DDD3
(247,221,211)
#F8E3DA
(248,227,218)
#F9E9E1
(249,233,225)
#FAEFE8
(250,239,232)
#FBF5EF
(251,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1B9A9; }

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

This text font color is #F1B9A9.


Background Color

.myBgColor { background-color: #F1B9A9; }

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

This div background color is #F1B9A9.


Border color

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

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

This div border color is #F1B9A9.


Opacity

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

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

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

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

This text has shadow with #F1B9A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B9A9 on black background.


Color preview on white background

This text has color #F1B9A9 on white background.



Black color preview on #F1B9A9 background

This text has black color on #F1B9A9 background.


White color preview on #F1B9A9 background

This text has white color on #F1B9A9 background.