COLOR #F4B89E

HEX: #F4B89E
RGB: (244,184,158)

Color info

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

RGB color model

#F4B89E color RGB value is (244,184,158).

  • red value is 244;
  • green value is 184;
  • blue value is 158.
RGB:
(244,184,158)
(96%,72%,62%)

RGB channels and saturation

R 244 of 255 = 96%
G 184 of 255 = 72%
B 158 of 255 = 62%

244
184
158

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

Portions of RGB colors in percentages

R + G + B =
244 + 184 + 158 = 586 (100%)
R 244 of 586 ~ 41.64%
G 184 of 586 ~ 31.4%
B 158 of 586 ~ 26.96%

%41.64
%31.4
%26.96

CMYK color model

#F4B89E color CMYK value is (0,25,35,4).

  • cyan value is 0.00%
  • magenta value is 24.59%
  • yellow value is 35.25%
  • key color value is 4.31%
CMYK:
(0,25,35,4)
C0M25Y35K4 
(0%,25%,35%,4%)
(0.00/0.25/0.35/0.04)	

CMYK percentages

%0
%24.59
%35.25
%4.31

Codes

Color #F4B89E in popluar color models

F4B89E
RGB244184158
HSL18°79.63%78.82%
HSB/HSV18°35.25%95.69%
CMYK0.00%24.59%35.25%
4.31%

Color #F4B89E in popluar number systems.

HEXF4B89E
Decimal244184158
Binary111101001011100010011110
Octal364270236

Shades and tints

Shades of #F4B89E

#F4B89E
(244,184,158)
#DEA890
(222,168,144)
#C89882
(200,152,130)
#B28874
(178,136,116)
#9C7866
(156,120,102)
#866858
(134,104,88)
#70584A
(112,88,74)
#5A483C
(90,72,60)
#44382E
(68,56,46)
#2E2820
(46,40,32)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #F4B89E

#F4B89E
(244,184,158)
#F5BEA6
(245,190,166)
#F6C4AE
(246,196,174)
#F7CAB6
(247,202,182)
#F8D0BE
(248,208,190)
#F9D6C6
(249,214,198)
#FADCCE
(250,220,206)
#FBE2D6
(251,226,214)
#FCE8DE
(252,232,222)
#FDEEE6
(253,238,230)
#FEF4EE
(254,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4B89E color. Also use rgb(244,184,158) instead hex code.

Text Font Color

.myTextColor { color: #F4B89E; }

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

This text font color is #F4B89E.


Background Color

.myBgColor { background-color: #F4B89E; }

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

This div background color is #F4B89E.


Border color

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

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

This div border color is #F4B89E.


Opacity

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

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

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

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

This text has shadow with #F4B89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B89E on black background.


Color preview on white background

This text has color #F4B89E on white background.



Black color preview on #F4B89E background

This text has black color on #F4B89E background.


White color preview on #F4B89E background

This text has white color on #F4B89E background.