COLOR #F1B0AA

HEX: #F1B0AA RGB: (241,176,170)

Color info

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

RGB color model

#F1B0AA color RGB value is (241,176,170).

RGB: (241,176,170) (95%, 69%, 67%)

RGB channels and saturation

R 241 of 255 = 95%
G 176 of 255 = 69%
B 170 of 255 = 67%

241
176
170

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

Portions of RGB colors in percentages

R + G + B = 241 + 176 + 170 = 587 (100%)
R 241 of 587 ~ 41.06%
G 176 of 587 ~ 29.98%
B 170 of 587 ~ 28.96'%

%41.06
%29.98
%28.96

CMYK color model

#F1B0AA color CMYK value is (0,27,29,5).

  • cyan value is 0.00%
  • magenta value is 26.97%
  • yellow value is 29.46%
  • key color value is 5.49%

CMYK: (0,27,29,5)
C0M27Y29K5 (0%, 27%, 29%, 5%)
(0.00 / 0.27 / 0.29 / 0.05)

CMYK percentages

%0
%26.97
%29.46
%5.49

Codes

Color #F1B0AA in popluar color models

F1 B0 AA
RGB 241 176 170
HSL 71.72% 80.59%
HSB/HSV 29.46% 94.51%
CMYK 0.00% 26.97% 29.46%
5.49%

Color #F1B0AA in popluar number systems.

HEX F1 B0 AA
Decimal 241 176 170
Binary 11110001 10110000 10101010
Octal 361 260 252

Shades and tints

Shades of #F1B0AA

#F1B0AA
(241,176,170)
#DCA09B
(220,160,155)
#C7908C
(199,144,140)
#B2807D
(178,128,125)
#9D706E
(157,112,110)
#88605F
(136,96,95)
#735050
(115,80,80)
#5E4041
(94,64,65)
#493032
(73,48,50)
#342023
(52,32,35)
#1F1014
(31,16,20)
#000000
(0,0,0)

Tints of #F1B0AA

#F1B0AA
(241,176,170)
#F2B7B1
(242,183,177)
#F3BEB8
(243,190,184)
#F4C5BF
(244,197,191)
#F5CCC6
(245,204,198)
#F6D3CD
(246,211,205)
#F7DAD4
(247,218,212)
#F8E1DB
(248,225,219)
#F9E8E2
(249,232,226)
#FAEFE9
(250,239,233)
#FBF6F0
(251,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1B0AA; }

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

This text font color is #F1B0AA.

Background Color

.myBgColor { background-color: #F1B0AA; }

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

This div background color is #F1B0AA.

Border color

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

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

This div border color is #F1B0AA.

Opacity

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

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

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

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

This text has shadow with #F1B0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1B0AA.

Preview

Color preview on black background

This text has color #F1B0AA on black background.


Color preview on white background

This text has color #F1B0AA on white background.


Black color preview on #F1B0AA background

This text has black color on #F1B0AA background.


White color preview on #F1B0AA background

This text has white color on #F1B0AA background.


Related colors

Complementary color

Complementary color for #hex is #0E4F55.


I love getcolorcode.com

Triadic colors

1 #AAF1B0 and #B0AAF1 with #F1B0AA are triadic colors.

2 #AAB0F1 and #B0F1AA with #F1B0AA are triadic colors.