COLOR #F1B6AD

HEX: #F1B6AD
RGB: (241,182,173)

Color info

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

RGB color model

#F1B6AD color RGB value is (241,182,173).

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

RGB channels and saturation

R 241 of 255 = 95%
G 182 of 255 = 71%
B 173 of 255 = 68%

241
182
173

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

Portions of RGB colors in percentages

R + G + B =
241 + 182 + 173 = 596 (100%)
R 241 of 596 ~ 40.44%
G 182 of 596 ~ 30.54%
B 173 of 596 ~ 29.03%

%40.44
%30.54
%29.03

CMYK color model

#F1B6AD color CMYK value is (0,24,28,5).

  • cyan value is 0.00%
  • magenta value is 24.48%
  • yellow value is 28.22%
  • key color value is 5.49%
CMYK:
(0,24,28,5)
C0M24Y28K5 
(0%,24%,28%,5%)
(0.00/0.24/0.28/0.05)	

CMYK percentages

%0
%24.48
%28.22
%5.49

Codes

Color #F1B6AD in popluar color models

F1B6AD
RGB241182173
HSL70.83%81.18%
HSB/HSV28.22%94.51%
CMYK0.00%24.48%28.22%
5.49%

Color #F1B6AD in popluar number systems.

HEXF1B6AD
Decimal241182173
Binary111100011011011010101101
Octal361266255

Shades and tints

Shades of #F1B6AD

#F1B6AD
(241,182,173)
#DCA69E
(220,166,158)
#C7968F
(199,150,143)
#B28680
(178,134,128)
#9D7671
(157,118,113)
#886662
(136,102,98)
#735653
(115,86,83)
#5E4644
(94,70,68)
#493635
(73,54,53)
#342626
(52,38,38)
#1F1617
(31,22,23)
#000000
(0,0,0)

Tints of #F1B6AD

#F1B6AD
(241,182,173)
#F2BCB4
(242,188,180)
#F3C2BB
(243,194,187)
#F4C8C2
(244,200,194)
#F5CEC9
(245,206,201)
#F6D4D0
(246,212,208)
#F7DAD7
(247,218,215)
#F8E0DE
(248,224,222)
#F9E6E5
(249,230,229)
#FAECEC
(250,236,236)
#FBF2F3
(251,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1B6AD; }

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

This text font color is #F1B6AD.


Background Color

.myBgColor { background-color: #F1B6AD; }

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

This div background color is #F1B6AD.


Border color

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

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

This div border color is #F1B6AD.


Opacity

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

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

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

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

This text has shadow with #F1B6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B6AD on black background.


Color preview on white background

This text has color #F1B6AD on white background.



Black color preview on #F1B6AD background

This text has black color on #F1B6AD background.


White color preview on #F1B6AD background

This text has white color on #F1B6AD background.