COLOR #F1B896

HEX: #F1B896
RGB: (241,184,150)

Color info

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

RGB color model

#F1B896 color RGB value is (241,184,150).

  • red value is 241;
  • green value is 184;
  • blue value is 150.
RGB:
(241,184,150)
(95%,72%,59%)

RGB channels and saturation

R 241 of 255 = 95%
G 184 of 255 = 72%
B 150 of 255 = 59%

241
184
150

R + G + B ~ 75%. #F1B896 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 184 + 150 = 575 (100%)
R 241 of 575 ~ 41.91%
G 184 of 575 ~ 32%
B 150 of 575 ~ 26.09%

%41.91
%32
%26.09

CMYK color model

#F1B896 color CMYK value is (0,24,38,5).

  • cyan value is 0.00%
  • magenta value is 23.65%
  • yellow value is 37.76%
  • key color value is 5.49%
CMYK:
(0,24,38,5)
C0M24Y38K5 
(0%,24%,38%,5%)
(0.00/0.24/0.38/0.05)	

CMYK percentages

%0
%23.65
%37.76
%5.49

Codes

Color #F1B896 in popluar color models

F1B896
RGB241184150
HSL22°76.47%76.67%
HSB/HSV22°37.76%94.51%
CMYK0.00%23.65%37.76%
5.49%

Color #F1B896 in popluar number systems.

HEXF1B896
Decimal241184150
Binary111100011011100010010110
Octal361270226

Shades and tints

Shades of #F1B896

#F1B896
(241,184,150)
#DCA889
(220,168,137)
#C7987C
(199,152,124)
#B2886F
(178,136,111)
#9D7862
(157,120,98)
#886855
(136,104,85)
#735848
(115,88,72)
#5E483B
(94,72,59)
#49382E
(73,56,46)
#342821
(52,40,33)
#1F1814
(31,24,20)
#000000
(0,0,0)

Tints of #F1B896

#F1B896
(241,184,150)
#F2BE9F
(242,190,159)
#F3C4A8
(243,196,168)
#F4CAB1
(244,202,177)
#F5D0BA
(245,208,186)
#F6D6C3
(246,214,195)
#F7DCCC
(247,220,204)
#F8E2D5
(248,226,213)
#F9E8DE
(249,232,222)
#FAEEE7
(250,238,231)
#FBF4F0
(251,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1B896 color. Also use rgb(241,184,150) instead hex code.

Text Font Color

.myTextColor { color: #F1B896; }

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

This text font color is #F1B896.


Background Color

.myBgColor { background-color: #F1B896; }

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

This div background color is #F1B896.


Border color

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

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

This div border color is #F1B896.


Opacity

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

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

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

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

This text has shadow with #F1B896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B896 on black background.


Color preview on white background

This text has color #F1B896 on white background.



Black color preview on #F1B896 background

This text has black color on #F1B896 background.


White color preview on #F1B896 background

This text has white color on #F1B896 background.