COLOR #F4B994

HEX: #F4B994
RGB: (244,185,148)

Color info

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

RGB color model

#F4B994 color RGB value is (244,185,148).

  • red value is 244;
  • green value is 185;
  • blue value is 148.
RGB:
(244,185,148)
(96%,73%,58%)

RGB channels and saturation

R 244 of 255 = 96%
G 185 of 255 = 73%
B 148 of 255 = 58%

244
185
148

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

Portions of RGB colors in percentages

R + G + B =
244 + 185 + 148 = 577 (100%)
R 244 of 577 ~ 42.29%
G 185 of 577 ~ 32.06%
B 148 of 577 ~ 25.65%

%42.29
%32.06
%25.65

CMYK color model

#F4B994 color CMYK value is (0,24,39,4).

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 39.34%
  • key color value is 4.31%
CMYK:
(0,24,39,4)
C0M24Y39K4 
(0%,24%,39%,4%)
(0.00/0.24/0.39/0.04)	

CMYK percentages

%0
%24.18
%39.34
%4.31

Codes

Color #F4B994 in popluar color models

F4B994
RGB244185148
HSL23°81.36%76.86%
HSB/HSV23°39.34%95.69%
CMYK0.00%24.18%39.34%
4.31%

Color #F4B994 in popluar number systems.

HEXF4B994
Decimal244185148
Binary111101001011100110010100
Octal364271224

Shades and tints

Shades of #F4B994

#F4B994
(244,185,148)
#DEA987
(222,169,135)
#C8997A
(200,153,122)
#B2896D
(178,137,109)
#9C7960
(156,121,96)
#866953
(134,105,83)
#705946
(112,89,70)
#5A4939
(90,73,57)
#44392C
(68,57,44)
#2E291F
(46,41,31)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #F4B994

#F4B994
(244,185,148)
#F5BF9D
(245,191,157)
#F6C5A6
(246,197,166)
#F7CBAF
(247,203,175)
#F8D1B8
(248,209,184)
#F9D7C1
(249,215,193)
#FADDCA
(250,221,202)
#FBE3D3
(251,227,211)
#FCE9DC
(252,233,220)
#FDEFE5
(253,239,229)
#FEF5EE
(254,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4B994 color. Also use rgb(244,185,148) instead hex code.

Text Font Color

.myTextColor { color: #F4B994; }

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

This text font color is #F4B994.


Background Color

.myBgColor { background-color: #F4B994; }

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

This div background color is #F4B994.


Border color

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

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

This div border color is #F4B994.


Opacity

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

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

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

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

This text has shadow with #F4B994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B994 on black background.


Color preview on white background

This text has color #F4B994 on white background.



Black color preview on #F4B994 background

This text has black color on #F4B994 background.


White color preview on #F4B994 background

This text has white color on #F4B994 background.