COLOR #F1B995

HEX: #F1B995
RGB: (241,185,149)

Color info

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

RGB color model

#F1B995 color RGB value is (241,185,149).

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

RGB channels and saturation

R 241 of 255 = 95%
G 185 of 255 = 73%
B 149 of 255 = 58%

241
185
149

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

Portions of RGB colors in percentages

R + G + B =
241 + 185 + 149 = 575 (100%)
R 241 of 575 ~ 41.91%
G 185 of 575 ~ 32.17%
B 149 of 575 ~ 25.91%

%41.91
%32.17
%25.91

CMYK color model

#F1B995 color CMYK value is (0,23,38,5).

  • cyan value is 0.00%
  • magenta value is 23.24%
  • yellow value is 38.17%
  • key color value is 5.49%
CMYK:
(0,23,38,5)
C0M23Y38K5 
(0%,23%,38%,5%)
(0.00/0.23/0.38/0.05)	

CMYK percentages

%0
%23.24
%38.17
%5.49

Codes

Color #F1B995 in popluar color models

F1B995
RGB241185149
HSL23°76.67%76.47%
HSB/HSV23°38.17%94.51%
CMYK0.00%23.24%38.17%
5.49%

Color #F1B995 in popluar number systems.

HEXF1B995
Decimal241185149
Binary111100011011100110010101
Octal361271225

Shades and tints

Shades of #F1B995

#F1B995
(241,185,149)
#DCA988
(220,169,136)
#C7997B
(199,153,123)
#B2896E
(178,137,110)
#9D7961
(157,121,97)
#886954
(136,105,84)
#735947
(115,89,71)
#5E493A
(94,73,58)
#49392D
(73,57,45)
#342920
(52,41,32)
#1F1913
(31,25,19)
#000000
(0,0,0)

Tints of #F1B995

#F1B995
(241,185,149)
#F2BF9E
(242,191,158)
#F3C5A7
(243,197,167)
#F4CBB0
(244,203,176)
#F5D1B9
(245,209,185)
#F6D7C2
(246,215,194)
#F7DDCB
(247,221,203)
#F8E3D4
(248,227,212)
#F9E9DD
(249,233,221)
#FAEFE6
(250,239,230)
#FBF5EF
(251,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1B995; }

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

This text font color is #F1B995.


Background Color

.myBgColor { background-color: #F1B995; }

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

This div background color is #F1B995.


Border color

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

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

This div border color is #F1B995.


Opacity

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

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

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

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

This text has shadow with #F1B995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B995 on black background.


Color preview on white background

This text has color #F1B995 on white background.



Black color preview on #F1B995 background

This text has black color on #F1B995 background.


White color preview on #F1B995 background

This text has white color on #F1B995 background.