COLOR #F2AA96

HEX: #F2AA96
RGB: (242,170,150)

Color info

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

RGB color model

#F2AA96 color RGB value is (242,170,150).

  • red value is 242;
  • green value is 170;
  • blue value is 150.
RGB:
(242,170,150)
(95%,67%,59%)

RGB channels and saturation

R 242 of 255 = 95%
G 170 of 255 = 67%
B 150 of 255 = 59%

242
170
150

R + G + B ~ 74%. #F2AA96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 170 + 150 = 562 (100%)
R 242 of 562 ~ 43.06%
G 170 of 562 ~ 30.25%
B 150 of 562 ~ 26.69%

%43.06
%30.25
%26.69

CMYK color model

#F2AA96 color CMYK value is (0,30,38,5).

  • cyan value is 0.00%
  • magenta value is 29.75%
  • yellow value is 38.02%
  • key color value is 5.10%
CMYK:
(0,30,38,5)
C0M30Y38K5 
(0%,30%,38%,5%)
(0.00/0.30/0.38/0.05)	

CMYK percentages

%0
%29.75
%38.02
%5.1

Codes

Color #F2AA96 in popluar color models

F2AA96
RGB242170150
HSL13°77.97%76.86%
HSB/HSV13°38.02%94.90%
CMYK0.00%29.75%38.02%
5.10%

Color #F2AA96 in popluar number systems.

HEXF2AA96
Decimal242170150
Binary111100101010101010010110
Octal362252226

Shades and tints

Shades of #F2AA96

#F2AA96
(242,170,150)
#DC9B89
(220,155,137)
#C68C7C
(198,140,124)
#B07D6F
(176,125,111)
#9A6E62
(154,110,98)
#845F55
(132,95,85)
#6E5048
(110,80,72)
#58413B
(88,65,59)
#42322E
(66,50,46)
#2C2321
(44,35,33)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #F2AA96

#F2AA96
(242,170,150)
#F3B19F
(243,177,159)
#F4B8A8
(244,184,168)
#F5BFB1
(245,191,177)
#F6C6BA
(246,198,186)
#F7CDC3
(247,205,195)
#F8D4CC
(248,212,204)
#F9DBD5
(249,219,213)
#FAE2DE
(250,226,222)
#FBE9E7
(251,233,231)
#FCF0F0
(252,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2AA96 color. Also use rgb(242,170,150) instead hex code.

Text Font Color

.myTextColor { color: #F2AA96; }

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

This text font color is #F2AA96.


Background Color

.myBgColor { background-color: #F2AA96; }

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

This div background color is #F2AA96.


Border color

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

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

This div border color is #F2AA96.


Opacity

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

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

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

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

This text has shadow with #F2AA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2AA96 on black background.


Color preview on white background

This text has color #F2AA96 on white background.



Black color preview on #F2AA96 background

This text has black color on #F2AA96 background.


White color preview on #F2AA96 background

This text has white color on #F2AA96 background.