COLOR #F1B097

HEX: #F1B097
RGB: (241,176,151)

Color info

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

RGB color model

#F1B097 color RGB value is (241,176,151).

  • red value is 241;
  • green value is 176;
  • blue value is 151.
RGB:
(241,176,151)
(95%,69%,59%)

RGB channels and saturation

R 241 of 255 = 95%
G 176 of 255 = 69%
B 151 of 255 = 59%

241
176
151

R + G + B ~ 74%. #F1B097 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 176 + 151 = 568 (100%)
R 241 of 568 ~ 42.43%
G 176 of 568 ~ 30.99%
B 151 of 568 ~ 26.58%

%42.43
%30.99
%26.58

CMYK color model

#F1B097 color CMYK value is (0,27,37,5).

  • cyan value is 0.00%
  • magenta value is 26.97%
  • yellow value is 37.34%
  • key color value is 5.49%
CMYK:
(0,27,37,5)
C0M27Y37K5 
(0%,27%,37%,5%)
(0.00/0.27/0.37/0.05)	

CMYK percentages

%0
%26.97
%37.34
%5.49

Codes

Color #F1B097 in popluar color models

F1B097
RGB241176151
HSL17°76.27%76.86%
HSB/HSV17°37.34%94.51%
CMYK0.00%26.97%37.34%
5.49%

Color #F1B097 in popluar number systems.

HEXF1B097
Decimal241176151
Binary111100011011000010010111
Octal361260227

Shades and tints

Shades of #F1B097

#F1B097
(241,176,151)
#DCA08A
(220,160,138)
#C7907D
(199,144,125)
#B28070
(178,128,112)
#9D7063
(157,112,99)
#886056
(136,96,86)
#735049
(115,80,73)
#5E403C
(94,64,60)
#49302F
(73,48,47)
#342022
(52,32,34)
#1F1015
(31,16,21)
#000000
(0,0,0)

Tints of #F1B097

#F1B097
(241,176,151)
#F2B7A0
(242,183,160)
#F3BEA9
(243,190,169)
#F4C5B2
(244,197,178)
#F5CCBB
(245,204,187)
#F6D3C4
(246,211,196)
#F7DACD
(247,218,205)
#F8E1D6
(248,225,214)
#F9E8DF
(249,232,223)
#FAEFE8
(250,239,232)
#FBF6F1
(251,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1B097; }

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

This text font color is #F1B097.


Background Color

.myBgColor { background-color: #F1B097; }

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

This div background color is #F1B097.


Border color

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

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

This div border color is #F1B097.


Opacity

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

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

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

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

This text has shadow with #F1B097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B097 on black background.


Color preview on white background

This text has color #F1B097 on white background.



Black color preview on #F1B097 background

This text has black color on #F1B097 background.


White color preview on #F1B097 background

This text has white color on #F1B097 background.