COLOR #F2AA95

HEX: #F2AA95
RGB: (242,170,149)

Color info

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

RGB color model

#F2AA95 color RGB value is (242,170,149).

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

RGB channels and saturation

R 242 of 255 = 95%
G 170 of 255 = 67%
B 149 of 255 = 58%

242
170
149

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

Portions of RGB colors in percentages

R + G + B =
242 + 170 + 149 = 561 (100%)
R 242 of 561 ~ 43.14%
G 170 of 561 ~ 30.3%
B 149 of 561 ~ 26.56%

%43.14
%30.3
%26.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.75%
  • yellow value is 38.43%
  • 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.43
%5.1

Codes

Color #F2AA95 in popluar color models

F2AA95
RGB242170149
HSL14°78.15%76.67%
HSB/HSV14°38.43%94.90%
CMYK0.00%29.75%38.43%
5.10%

Color #F2AA95 in popluar number systems.

HEXF2AA95
Decimal242170149
Binary111100101010101010010101
Octal362252225

Shades and tints

Shades of #F2AA95

#F2AA95
(242,170,149)
#DC9B88
(220,155,136)
#C68C7B
(198,140,123)
#B07D6E
(176,125,110)
#9A6E61
(154,110,97)
#845F54
(132,95,84)
#6E5047
(110,80,71)
#58413A
(88,65,58)
#42322D
(66,50,45)
#2C2320
(44,35,32)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #F2AA95

#F2AA95
(242,170,149)
#F3B19E
(243,177,158)
#F4B8A7
(244,184,167)
#F5BFB0
(245,191,176)
#F6C6B9
(246,198,185)
#F7CDC2
(247,205,194)
#F8D4CB
(248,212,203)
#F9DBD4
(249,219,212)
#FAE2DD
(250,226,221)
#FBE9E6
(251,233,230)
#FCF0EF
(252,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2AA95; }

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

This text font color is #F2AA95.


Background Color

.myBgColor { background-color: #F2AA95; }

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

This div background color is #F2AA95.


Border color

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

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

This div border color is #F2AA95.


Opacity

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

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

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

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

This text has shadow with #F2AA95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2AA95 on black background.


Color preview on white background

This text has color #F2AA95 on white background.



Black color preview on #F2AA95 background

This text has black color on #F2AA95 background.


White color preview on #F2AA95 background

This text has white color on #F2AA95 background.