COLOR #F2AD9E

HEX: #F2AD9E RGB: (242,173,158)

Color info

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

RGB color model

#F2AD9E color RGB value is (242,173,158).

RGB: (242,173,158) (95%, 68%, 62%)

RGB channels and saturation

R 242 of 255 = 95%
G 173 of 255 = 68%
B 158 of 255 = 62%

242
173
158

R + G + B ~ 75%. #F2AD9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 173 + 158 = 573 (100%)
R 242 of 573 ~ 42.23%
G 173 of 573 ~ 30.19%
B 158 of 573 ~ 27.57'%

%42.23
%30.19
%27.57

CMYK color model

#F2AD9E color CMYK value is (0,29,35,5).

  • cyan value is 0.00%
  • magenta value is 28.51%
  • yellow value is 34.71%
  • key color value is 5.10%

CMYK: (0,29,35,5)
C0M29Y35K5 (0%, 29%, 35%, 5%)
(0.00 / 0.29 / 0.35 / 0.05)

CMYK percentages

%0
%28.51
%34.71
%5.1

Codes

Color #F2AD9E in popluar color models

F2 AD 9E
RGB 242 173 158
HSL 11° 76.36% 78.43%
HSB/HSV 11° 34.71% 94.90%
CMYK 0.00% 28.51% 34.71%
5.10%

Color #F2AD9E in popluar number systems.

HEX F2 AD 9E
Decimal 242 173 158
Binary 11110010 10101101 10011110
Octal 362 255 236

Shades and tints

Shades of #F2AD9E

#F2AD9E
(242,173,158)
#DC9E90
(220,158,144)
#C68F82
(198,143,130)
#B08074
(176,128,116)
#9A7166
(154,113,102)
#846258
(132,98,88)
#6E534A
(110,83,74)
#58443C
(88,68,60)
#42352E
(66,53,46)
#2C2620
(44,38,32)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #F2AD9E

#F2AD9E
(242,173,158)
#F3B4A6
(243,180,166)
#F4BBAE
(244,187,174)
#F5C2B6
(245,194,182)
#F6C9BE
(246,201,190)
#F7D0C6
(247,208,198)
#F8D7CE
(248,215,206)
#F9DED6
(249,222,214)
#FAE5DE
(250,229,222)
#FBECE6
(251,236,230)
#FCF3EE
(252,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2AD9E; }

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

This text font color is #F2AD9E.

Background Color

.myBgColor { background-color: #F2AD9E; }

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

This div background color is #F2AD9E.

Border color

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

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

This div border color is #F2AD9E.

Opacity

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

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

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

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

This text has shadow with #F2AD9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2AD9E.

Preview

Color preview on black background

This text has color #F2AD9E on black background.


Color preview on white background

This text has color #F2AD9E on white background.


Black color preview on #F2AD9E background

This text has black color on #F2AD9E background.


White color preview on #F2AD9E background

This text has white color on #F2AD9E background.


Related colors

Complementary color

Complementary color for #hex is #0D5261.


I love getcolorcode.com

Triadic colors

1 #9EF2AD and #AD9EF2 with #F2AD9E are triadic colors.

2 #9EADF2 and #ADF29E with #F2AD9E are triadic colors.