COLOR #F3BE91

HEX: #F3BE91
RGB: (243,190,145)

Color info

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

RGB color model

#F3BE91 color RGB value is (243,190,145).

  • red value is 243;
  • green value is 190;
  • blue value is 145.
RGB:
(243,190,145)
(95%,75%,57%)

RGB channels and saturation

R 243 of 255 = 95%
G 190 of 255 = 75%
B 145 of 255 = 57%

243
190
145

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

Portions of RGB colors in percentages

R + G + B =
243 + 190 + 145 = 578 (100%)
R 243 of 578 ~ 42.04%
G 190 of 578 ~ 32.87%
B 145 of 578 ~ 25.09%

%42.04
%32.87
%25.09

CMYK color model

#F3BE91 color CMYK value is (0,22,40,5).

  • cyan value is 0.00%
  • magenta value is 21.81%
  • yellow value is 40.33%
  • key color value is 4.71%
CMYK:
(0,22,40,5)
C0M22Y40K5 
(0%,22%,40%,5%)
(0.00/0.22/0.40/0.05)	

CMYK percentages

%0
%21.81
%40.33
%4.71

Codes

Color #F3BE91 in popluar color models

F3BE91
RGB243190145
HSL28°80.33%76.08%
HSB/HSV28°40.33%95.29%
CMYK0.00%21.81%40.33%
4.71%

Color #F3BE91 in popluar number systems.

HEXF3BE91
Decimal243190145
Binary111100111011111010010001
Octal363276221

Shades and tints

Shades of #F3BE91

#F3BE91
(243,190,145)
#DDAD84
(221,173,132)
#C79C77
(199,156,119)
#B18B6A
(177,139,106)
#9B7A5D
(155,122,93)
#856950
(133,105,80)
#6F5843
(111,88,67)
#594736
(89,71,54)
#433629
(67,54,41)
#2D251C
(45,37,28)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #F3BE91

#F3BE91
(243,190,145)
#F4C39B
(244,195,155)
#F5C8A5
(245,200,165)
#F6CDAF
(246,205,175)
#F7D2B9
(247,210,185)
#F8D7C3
(248,215,195)
#F9DCCD
(249,220,205)
#FAE1D7
(250,225,215)
#FBE6E1
(251,230,225)
#FCEBEB
(252,235,235)
#FDF0F5
(253,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3BE91 color. Also use rgb(243,190,145) instead hex code.

Text Font Color

.myTextColor { color: #F3BE91; }

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

This text font color is #F3BE91.


Background Color

.myBgColor { background-color: #F3BE91; }

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

This div background color is #F3BE91.


Border color

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

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

This div border color is #F3BE91.


Opacity

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

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

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

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

This text has shadow with #F3BE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3BE91 on black background.


Color preview on white background

This text has color #F3BE91 on white background.



Black color preview on #F3BE91 background

This text has black color on #F3BE91 background.


White color preview on #F3BE91 background

This text has white color on #F3BE91 background.