COLOR #F1B2AA

HEX: #F1B2AA
RGB: (241,178,170)

Color info

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

RGB color model

#F1B2AA color RGB value is (241,178,170).

  • red value is 241;
  • green value is 178;
  • blue value is 170.
RGB:
(241,178,170)
(95%,70%,67%)

RGB channels and saturation

R 241 of 255 = 95%
G 178 of 255 = 70%
B 170 of 255 = 67%

241
178
170

R + G + B ~ 77%. #F1B2AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 178 + 170 = 589 (100%)
R 241 of 589 ~ 40.92%
G 178 of 589 ~ 30.22%
B 170 of 589 ~ 28.86%

%40.92
%30.22
%28.86

CMYK color model

#F1B2AA color CMYK value is (0,26,29,5).

  • cyan value is 0.00%
  • magenta value is 26.14%
  • yellow value is 29.46%
  • key color value is 5.49%
CMYK:
(0,26,29,5)
C0M26Y29K5 
(0%,26%,29%,5%)
(0.00/0.26/0.29/0.05)	

CMYK percentages

%0
%26.14
%29.46
%5.49

Codes

Color #F1B2AA in popluar color models

F1B2AA
RGB241178170
HSL71.72%80.59%
HSB/HSV29.46%94.51%
CMYK0.00%26.14%29.46%
5.49%

Color #F1B2AA in popluar number systems.

HEXF1B2AA
Decimal241178170
Binary111100011011001010101010
Octal361262252

Shades and tints

Shades of #F1B2AA

#F1B2AA
(241,178,170)
#DCA29B
(220,162,155)
#C7928C
(199,146,140)
#B2827D
(178,130,125)
#9D726E
(157,114,110)
#88625F
(136,98,95)
#735250
(115,82,80)
#5E4241
(94,66,65)
#493232
(73,50,50)
#342223
(52,34,35)
#1F1214
(31,18,20)
#000000
(0,0,0)

Tints of #F1B2AA

#F1B2AA
(241,178,170)
#F2B9B1
(242,185,177)
#F3C0B8
(243,192,184)
#F4C7BF
(244,199,191)
#F5CEC6
(245,206,198)
#F6D5CD
(246,213,205)
#F7DCD4
(247,220,212)
#F8E3DB
(248,227,219)
#F9EAE2
(249,234,226)
#FAF1E9
(250,241,233)
#FBF8F0
(251,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1B2AA color. Also use rgb(241,178,170) instead hex code.

Text Font Color

.myTextColor { color: #F1B2AA; }

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

This text font color is #F1B2AA.


Background Color

.myBgColor { background-color: #F1B2AA; }

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

This div background color is #F1B2AA.


Border color

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

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

This div border color is #F1B2AA.


Opacity

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

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

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

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

This text has shadow with #F1B2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B2AA on black background.


Color preview on white background

This text has color #F1B2AA on white background.



Black color preview on #F1B2AA background

This text has black color on #F1B2AA background.


White color preview on #F1B2AA background

This text has white color on #F1B2AA background.