COLOR #F1B5A0

HEX: #F1B5A0
RGB: (241,181,160)

Color info

#F1B5A0 contains mainly red color. Web safe color of #F1B5A0 is #FFCC99 (or #FC9).

RGB color model

#F1B5A0 color RGB value is (241,181,160).

  • red value is 241;
  • green value is 181;
  • blue value is 160.
RGB:
(241,181,160)
(95%,71%,63%)

RGB channels and saturation

R 241 of 255 = 95%
G 181 of 255 = 71%
B 160 of 255 = 63%

241
181
160

R + G + B ~ 76%. #F1B5A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 181 + 160 = 582 (100%)
R 241 of 582 ~ 41.41%
G 181 of 582 ~ 31.1%
B 160 of 582 ~ 27.49%

%41.41
%31.1
%27.49

CMYK color model

#F1B5A0 color CMYK value is (0,25,34,5).

  • cyan value is 0.00%
  • magenta value is 24.90%
  • yellow value is 33.61%
  • key color value is 5.49%
CMYK:
(0,25,34,5)
C0M25Y34K5 
(0%,25%,34%,5%)
(0.00/0.25/0.34/0.05)	

CMYK percentages

%0
%24.9
%33.61
%5.49

Codes

Color #F1B5A0 in popluar color models

F1B5A0
RGB241181160
HSL16°74.31%78.63%
HSB/HSV16°33.61%94.51%
CMYK0.00%24.90%33.61%
5.49%

Color #F1B5A0 in popluar number systems.

HEXF1B5A0
Decimal241181160
Binary111100011011010110100000
Octal361265240

Shades and tints

Shades of #F1B5A0

#F1B5A0
(241,181,160)
#DCA592
(220,165,146)
#C79584
(199,149,132)
#B28576
(178,133,118)
#9D7568
(157,117,104)
#88655A
(136,101,90)
#73554C
(115,85,76)
#5E453E
(94,69,62)
#493530
(73,53,48)
#342522
(52,37,34)
#1F1514
(31,21,20)
#000000
(0,0,0)

Tints of #F1B5A0

#F1B5A0
(241,181,160)
#F2BBA8
(242,187,168)
#F3C1B0
(243,193,176)
#F4C7B8
(244,199,184)
#F5CDC0
(245,205,192)
#F6D3C8
(246,211,200)
#F7D9D0
(247,217,208)
#F8DFD8
(248,223,216)
#F9E5E0
(249,229,224)
#FAEBE8
(250,235,232)
#FBF1F0
(251,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1B5A0 color. Also use rgb(241,181,160) instead hex code.

Text Font Color

.myTextColor { color: #F1B5A0; }

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

This text font color is #F1B5A0.


Background Color

.myBgColor { background-color: #F1B5A0; }

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

This div background color is #F1B5A0.


Border color

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

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

This div border color is #F1B5A0.


Opacity

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

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

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

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

This text has shadow with #F1B5A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B5A0 on black background.


Color preview on white background

This text has color #F1B5A0 on white background.



Black color preview on #F1B5A0 background

This text has black color on #F1B5A0 background.


White color preview on #F1B5A0 background

This text has white color on #F1B5A0 background.