COLOR #F4BB91

HEX: #F4BB91
RGB: (244,187,145)

Color info

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

RGB color model

#F4BB91 color RGB value is (244,187,145).

  • red value is 244;
  • green value is 187;
  • blue value is 145.
RGB:
(244,187,145)
(96%,73%,57%)

RGB channels and saturation

R 244 of 255 = 96%
G 187 of 255 = 73%
B 145 of 255 = 57%

244
187
145

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

Portions of RGB colors in percentages

R + G + B =
244 + 187 + 145 = 576 (100%)
R 244 of 576 ~ 42.36%
G 187 of 576 ~ 32.47%
B 145 of 576 ~ 25.17%

%42.36
%32.47
%25.17

CMYK color model

#F4BB91 color CMYK value is (0,23,41,4).

  • cyan value is 0.00%
  • magenta value is 23.36%
  • yellow value is 40.57%
  • key color value is 4.31%
CMYK:
(0,23,41,4)
C0M23Y41K4 
(0%,23%,41%,4%)
(0.00/0.23/0.41/0.04)	

CMYK percentages

%0
%23.36
%40.57
%4.31

Codes

Color #F4BB91 in popluar color models

F4BB91
RGB244187145
HSL25°81.82%76.27%
HSB/HSV25°40.57%95.69%
CMYK0.00%23.36%40.57%
4.31%

Color #F4BB91 in popluar number systems.

HEXF4BB91
Decimal244187145
Binary111101001011101110010001
Octal364273221

Shades and tints

Shades of #F4BB91

#F4BB91
(244,187,145)
#DEAA84
(222,170,132)
#C89977
(200,153,119)
#B2886A
(178,136,106)
#9C775D
(156,119,93)
#866650
(134,102,80)
#705543
(112,85,67)
#5A4436
(90,68,54)
#443329
(68,51,41)
#2E221C
(46,34,28)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #F4BB91

#F4BB91
(244,187,145)
#F5C19B
(245,193,155)
#F6C7A5
(246,199,165)
#F7CDAF
(247,205,175)
#F8D3B9
(248,211,185)
#F9D9C3
(249,217,195)
#FADFCD
(250,223,205)
#FBE5D7
(251,229,215)
#FCEBE1
(252,235,225)
#FDF1EB
(253,241,235)
#FEF7F5
(254,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4BB91 color. Also use rgb(244,187,145) instead hex code.

Text Font Color

.myTextColor { color: #F4BB91; }

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

This text font color is #F4BB91.


Background Color

.myBgColor { background-color: #F4BB91; }

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

This div background color is #F4BB91.


Border color

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

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

This div border color is #F4BB91.


Opacity

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

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

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

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

This text has shadow with #F4BB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4BB91 on black background.


Color preview on white background

This text has color #F4BB91 on white background.



Black color preview on #F4BB91 background

This text has black color on #F4BB91 background.


White color preview on #F4BB91 background

This text has white color on #F4BB91 background.