COLOR #F1B5A5

HEX: #F1B5A5
RGB: (241,181,165)

Color info

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

RGB color model

#F1B5A5 color RGB value is (241,181,165).

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

RGB channels and saturation

R 241 of 255 = 95%
G 181 of 255 = 71%
B 165 of 255 = 65%

241
181
165

R + G + B ~ 77%. #F1B5A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 181 + 165 = 587 (100%)
R 241 of 587 ~ 41.06%
G 181 of 587 ~ 30.83%
B 165 of 587 ~ 28.11%

%41.06
%30.83
%28.11

CMYK color model

#F1B5A5 color CMYK value is (0,25,32,5).

  • cyan value is 0.00%
  • magenta value is 24.90%
  • yellow value is 31.54%
  • key color value is 5.49%
CMYK:
(0,25,32,5)
C0M25Y32K5 
(0%,25%,32%,5%)
(0.00/0.25/0.32/0.05)	

CMYK percentages

%0
%24.9
%31.54
%5.49

Codes

Color #F1B5A5 in popluar color models

F1B5A5
RGB241181165
HSL13°73.08%79.61%
HSB/HSV13°31.54%94.51%
CMYK0.00%24.90%31.54%
5.49%

Color #F1B5A5 in popluar number systems.

HEXF1B5A5
Decimal241181165
Binary111100011011010110100101
Octal361265245

Shades and tints

Shades of #F1B5A5

#F1B5A5
(241,181,165)
#DCA596
(220,165,150)
#C79587
(199,149,135)
#B28578
(178,133,120)
#9D7569
(157,117,105)
#88655A
(136,101,90)
#73554B
(115,85,75)
#5E453C
(94,69,60)
#49352D
(73,53,45)
#34251E
(52,37,30)
#1F150F
(31,21,15)
#000000
(0,0,0)

Tints of #F1B5A5

#F1B5A5
(241,181,165)
#F2BBAD
(242,187,173)
#F3C1B5
(243,193,181)
#F4C7BD
(244,199,189)
#F5CDC5
(245,205,197)
#F6D3CD
(246,211,205)
#F7D9D5
(247,217,213)
#F8DFDD
(248,223,221)
#F9E5E5
(249,229,229)
#FAEBED
(250,235,237)
#FBF1F5
(251,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1B5A5; }

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

This text font color is #F1B5A5.


Background Color

.myBgColor { background-color: #F1B5A5; }

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

This div background color is #F1B5A5.


Border color

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

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

This div border color is #F1B5A5.


Opacity

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

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

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

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

This text has shadow with #F1B5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B5A5 on black background.


Color preview on white background

This text has color #F1B5A5 on white background.



Black color preview on #F1B5A5 background

This text has black color on #F1B5A5 background.


White color preview on #F1B5A5 background

This text has white color on #F1B5A5 background.