COLOR #F1B6AC

HEX: #F1B6AC
RGB: (241,182,172)

Color info

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

RGB color model

#F1B6AC color RGB value is (241,182,172).

  • red value is 241;
  • green value is 182;
  • blue value is 172.
RGB:
(241,182,172)
(95%,71%,67%)

RGB channels and saturation

R 241 of 255 = 95%
G 182 of 255 = 71%
B 172 of 255 = 67%

241
182
172

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

Portions of RGB colors in percentages

R + G + B =
241 + 182 + 172 = 595 (100%)
R 241 of 595 ~ 40.5%
G 182 of 595 ~ 30.59%
B 172 of 595 ~ 28.91%

%40.5
%30.59
%28.91

CMYK color model

#F1B6AC color CMYK value is (0,24,29,5).

  • cyan value is 0.00%
  • magenta value is 24.48%
  • yellow value is 28.63%
  • key color value is 5.49%
CMYK:
(0,24,29,5)
C0M24Y29K5 
(0%,24%,29%,5%)
(0.00/0.24/0.29/0.05)	

CMYK percentages

%0
%24.48
%28.63
%5.49

Codes

Color #F1B6AC in popluar color models

F1B6AC
RGB241182172
HSL71.13%80.98%
HSB/HSV28.63%94.51%
CMYK0.00%24.48%28.63%
5.49%

Color #F1B6AC in popluar number systems.

HEXF1B6AC
Decimal241182172
Binary111100011011011010101100
Octal361266254

Shades and tints

Shades of #F1B6AC

#F1B6AC
(241,182,172)
#DCA69D
(220,166,157)
#C7968E
(199,150,142)
#B2867F
(178,134,127)
#9D7670
(157,118,112)
#886661
(136,102,97)
#735652
(115,86,82)
#5E4643
(94,70,67)
#493634
(73,54,52)
#342625
(52,38,37)
#1F1616
(31,22,22)
#000000
(0,0,0)

Tints of #F1B6AC

#F1B6AC
(241,182,172)
#F2BCB3
(242,188,179)
#F3C2BA
(243,194,186)
#F4C8C1
(244,200,193)
#F5CEC8
(245,206,200)
#F6D4CF
(246,212,207)
#F7DAD6
(247,218,214)
#F8E0DD
(248,224,221)
#F9E6E4
(249,230,228)
#FAECEB
(250,236,235)
#FBF2F2
(251,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1B6AC color. Also use rgb(241,182,172) instead hex code.

Text Font Color

.myTextColor { color: #F1B6AC; }

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

This text font color is #F1B6AC.


Background Color

.myBgColor { background-color: #F1B6AC; }

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

This div background color is #F1B6AC.


Border color

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

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

This div border color is #F1B6AC.


Opacity

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

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

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

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

This text has shadow with #F1B6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B6AC on black background.


Color preview on white background

This text has color #F1B6AC on white background.



Black color preview on #F1B6AC background

This text has black color on #F1B6AC background.


White color preview on #F1B6AC background

This text has white color on #F1B6AC background.