COLOR #F4A696

HEX: #F4A696
RGB: (244,166,150)

Color info

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

RGB color model

#F4A696 color RGB value is (244,166,150).

  • red value is 244;
  • green value is 166;
  • blue value is 150.
RGB:
(244,166,150)
(96%,65%,59%)

RGB channels and saturation

R 244 of 255 = 96%
G 166 of 255 = 65%
B 150 of 255 = 59%

244
166
150

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

Portions of RGB colors in percentages

R + G + B =
244 + 166 + 150 = 560 (100%)
R 244 of 560 ~ 43.57%
G 166 of 560 ~ 29.64%
B 150 of 560 ~ 26.79%

%43.57
%29.64
%26.79

CMYK color model

#F4A696 color CMYK value is (0,32,39,4).

  • cyan value is 0.00%
  • magenta value is 31.97%
  • yellow value is 38.52%
  • key color value is 4.31%
CMYK:
(0,32,39,4)
C0M32Y39K4 
(0%,32%,39%,4%)
(0.00/0.32/0.39/0.04)	

CMYK percentages

%0
%31.97
%38.52
%4.31

Codes

Color #F4A696 in popluar color models

F4A696
RGB244166150
HSL10°81.03%77.25%
HSB/HSV10°38.52%95.69%
CMYK0.00%31.97%38.52%
4.31%

Color #F4A696 in popluar number systems.

HEXF4A696
Decimal244166150
Binary111101001010011010010110
Octal364246226

Shades and tints

Shades of #F4A696

#F4A696
(244,166,150)
#DE9789
(222,151,137)
#C8887C
(200,136,124)
#B2796F
(178,121,111)
#9C6A62
(156,106,98)
#865B55
(134,91,85)
#704C48
(112,76,72)
#5A3D3B
(90,61,59)
#442E2E
(68,46,46)
#2E1F21
(46,31,33)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #F4A696

#F4A696
(244,166,150)
#F5AE9F
(245,174,159)
#F6B6A8
(246,182,168)
#F7BEB1
(247,190,177)
#F8C6BA
(248,198,186)
#F9CEC3
(249,206,195)
#FAD6CC
(250,214,204)
#FBDED5
(251,222,213)
#FCE6DE
(252,230,222)
#FDEEE7
(253,238,231)
#FEF6F0
(254,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4A696 color. Also use rgb(244,166,150) instead hex code.

Text Font Color

.myTextColor { color: #F4A696; }

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

This text font color is #F4A696.


Background Color

.myBgColor { background-color: #F4A696; }

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

This div background color is #F4A696.


Border color

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

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

This div border color is #F4A696.


Opacity

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

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

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

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

This text has shadow with #F4A696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4A696 on black background.


Color preview on white background

This text has color #F4A696 on white background.



Black color preview on #F4A696 background

This text has black color on #F4A696 background.


White color preview on #F4A696 background

This text has white color on #F4A696 background.