COLOR #F2A99E

HEX: #F2A99E RGB: (242,169,158)

Color info

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

RGB color model

#F2A99E color RGB value is (242,169,158).

RGB: (242,169,158) (95%, 66%, 62%)

RGB channels and saturation

R 242 of 255 = 95%
G 169 of 255 = 66%
B 158 of 255 = 62%

242
169
158

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

Portions of RGB colors in percentages

R + G + B = 242 + 169 + 158 = 569 (100%)
R 242 of 569 ~ 42.53%
G 169 of 569 ~ 29.7%
B 158 of 569 ~ 27.77'%

%42.53
%29.7
%27.77

CMYK color model

#F2A99E color CMYK value is (0,30,35,5).

  • cyan value is 0.00%
  • magenta value is 30.17%
  • yellow value is 34.71%
  • key color value is 5.10%
CMYK: (0,30,35,5) C0M30Y35K5 (0%,30%,35%,5%) (0.00/0.30/0.35/0.05) 

CMYK percentages

%0
%30.17
%34.71
%5.1

Codes

Color #F2A99E in popluar color models

F2 A9 9E
RGB 242 169 158
HSL 76.36% 78.43%
HSB/HSV 34.71% 94.90%
CMYK 0.00% 30.17% 34.71%
5.10%

Color #F2A99E in popluar number systems.

HEX F2 A9 9E
Decimal 242 169 158
Binary 11110010 10101001 10011110
Octal 362 251 236

Shades and tints

Shades of #F2A99E

#F2A99E
(242,169,158)
#DC9A90
(220,154,144)
#C68B82
(198,139,130)
#B07C74
(176,124,116)
#9A6D66
(154,109,102)
#845E58
(132,94,88)
#6E4F4A
(110,79,74)
#58403C
(88,64,60)
#42312E
(66,49,46)
#2C2220
(44,34,32)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #F2A99E

#F2A99E
(242,169,158)
#F3B0A6
(243,176,166)
#F4B7AE
(244,183,174)
#F5BEB6
(245,190,182)
#F6C5BE
(246,197,190)
#F7CCC6
(247,204,198)
#F8D3CE
(248,211,206)
#F9DAD6
(249,218,214)
#FAE1DE
(250,225,222)
#FBE8E6
(251,232,230)
#FCEFEE
(252,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2A99E color. Also use rgb(242,169,158) instead hex code.

Text Font Color

.myTextColor { color: #F2A99E; }

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

This text font color is #F2A99E.

Background Color

.myBgColor { background-color: #F2A99E; }

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

This div background color is #F2A99E.

Border color

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

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

This div border color is #F2A99E.

Opacity

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

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

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

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

This text has shadow with #F2A99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2A99E.

Preview

Color preview on black background

This text has color #F2A99E on black background.


Color preview on white background

This text has color #F2A99E on white background.


Black color preview on #F2A99E background

This text has black color on #F2A99E background.


White color preview on #F2A99E background

This text has white color on #F2A99E background.


Related colors

Complementary color

Complementary color for #hex is #0D5661.


I love getcolorcode.com

Triadic colors

1 #9EF2A9 and #A99EF2 with #F2A99E are triadic colors.

2 #9EA9F2 and #A9F29E with #F2A99E are triadic colors.