COLOR #F1B195

HEX: #F1B195
RGB: (241,177,149)

Color info

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

RGB color model

#F1B195 color RGB value is (241,177,149).

  • red value is 241;
  • green value is 177;
  • blue value is 149.
RGB:
(241,177,149)
(95%,69%,58%)

RGB channels and saturation

R 241 of 255 = 95%
G 177 of 255 = 69%
B 149 of 255 = 58%

241
177
149

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

Portions of RGB colors in percentages

R + G + B =
241 + 177 + 149 = 567 (100%)
R 241 of 567 ~ 42.5%
G 177 of 567 ~ 31.22%
B 149 of 567 ~ 26.28%

%42.5
%31.22
%26.28

CMYK color model

#F1B195 color CMYK value is (0,27,38,5).

  • cyan value is 0.00%
  • magenta value is 26.56%
  • yellow value is 38.17%
  • key color value is 5.49%
CMYK:
(0,27,38,5)
C0M27Y38K5 
(0%,27%,38%,5%)
(0.00/0.27/0.38/0.05)	

CMYK percentages

%0
%26.56
%38.17
%5.49

Codes

Color #F1B195 in popluar color models

F1B195
RGB241177149
HSL18°76.67%76.47%
HSB/HSV18°38.17%94.51%
CMYK0.00%26.56%38.17%
5.49%

Color #F1B195 in popluar number systems.

HEXF1B195
Decimal241177149
Binary111100011011000110010101
Octal361261225

Shades and tints

Shades of #F1B195

#F1B195
(241,177,149)
#DCA188
(220,161,136)
#C7917B
(199,145,123)
#B2816E
(178,129,110)
#9D7161
(157,113,97)
#886154
(136,97,84)
#735147
(115,81,71)
#5E413A
(94,65,58)
#49312D
(73,49,45)
#342120
(52,33,32)
#1F1113
(31,17,19)
#000000
(0,0,0)

Tints of #F1B195

#F1B195
(241,177,149)
#F2B89E
(242,184,158)
#F3BFA7
(243,191,167)
#F4C6B0
(244,198,176)
#F5CDB9
(245,205,185)
#F6D4C2
(246,212,194)
#F7DBCB
(247,219,203)
#F8E2D4
(248,226,212)
#F9E9DD
(249,233,221)
#FAF0E6
(250,240,230)
#FBF7EF
(251,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1B195 color. Also use rgb(241,177,149) instead hex code.

Text Font Color

.myTextColor { color: #F1B195; }

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

This text font color is #F1B195.


Background Color

.myBgColor { background-color: #F1B195; }

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

This div background color is #F1B195.


Border color

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

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

This div border color is #F1B195.


Opacity

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

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

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

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

This text has shadow with #F1B195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B195 on black background.


Color preview on white background

This text has color #F1B195 on white background.



Black color preview on #F1B195 background

This text has black color on #F1B195 background.


White color preview on #F1B195 background

This text has white color on #F1B195 background.