COLOR #F4A494

HEX: #F4A494
RGB: (244,164,148)

Color info

#F4A494 contains mainly red color. Web safe color of #F4A494 is #FF9999 (or #F99).

RGB color model

#F4A494 color RGB value is (244,164,148).

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

RGB channels and saturation

R 244 of 255 = 96%
G 164 of 255 = 64%
B 148 of 255 = 58%

244
164
148

R + G + B ~ 73%. #F4A494 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 164 + 148 = 556 (100%)
R 244 of 556 ~ 43.88%
G 164 of 556 ~ 29.5%
B 148 of 556 ~ 26.62%

%43.88
%29.5
%26.62

CMYK color model

#F4A494 color CMYK value is (0,33,39,4).

  • cyan value is 0.00%
  • magenta value is 32.79%
  • yellow value is 39.34%
  • key color value is 4.31%
CMYK:
(0,33,39,4)
C0M33Y39K4 
(0%,33%,39%,4%)
(0.00/0.33/0.39/0.04)	

CMYK percentages

%0
%32.79
%39.34
%4.31

Codes

Color #F4A494 in popluar color models

F4A494
RGB244164148
HSL10°81.36%76.86%
HSB/HSV10°39.34%95.69%
CMYK0.00%32.79%39.34%
4.31%

Color #F4A494 in popluar number systems.

HEXF4A494
Decimal244164148
Binary111101001010010010010100
Octal364244224

Shades and tints

Shades of #F4A494

#F4A494
(244,164,148)
#DE9687
(222,150,135)
#C8887A
(200,136,122)
#B27A6D
(178,122,109)
#9C6C60
(156,108,96)
#865E53
(134,94,83)
#705046
(112,80,70)
#5A4239
(90,66,57)
#44342C
(68,52,44)
#2E261F
(46,38,31)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #F4A494

#F4A494
(244,164,148)
#F5AC9D
(245,172,157)
#F6B4A6
(246,180,166)
#F7BCAF
(247,188,175)
#F8C4B8
(248,196,184)
#F9CCC1
(249,204,193)
#FAD4CA
(250,212,202)
#FBDCD3
(251,220,211)
#FCE4DC
(252,228,220)
#FDECE5
(253,236,229)
#FEF4EE
(254,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4A494; }

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

This text font color is #F4A494.


Background Color

.myBgColor { background-color: #F4A494; }

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

This div background color is #F4A494.


Border color

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

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

This div border color is #F4A494.


Opacity

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

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

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

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

This text has shadow with #F4A494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4A494 on black background.


Color preview on white background

This text has color #F4A494 on white background.



Black color preview on #F4A494 background

This text has black color on #F4A494 background.


White color preview on #F4A494 background

This text has white color on #F4A494 background.