COLOR #F0AD91

HEX: #F0AD91 RGB: (240,173,145)

Color info

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

RGB color model

#F0AD91 color RGB value is (240,173,145).

RGB: (240,173,145) (94%, 68%, 57%)

RGB channels and saturation

R 240 of 255 = 94%
G 173 of 255 = 68%
B 145 of 255 = 57%

240
173
145

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

Portions of RGB colors in percentages

R + G + B = 240 + 173 + 145 = 558 (100%)
R 240 of 558 ~ 43.01%
G 173 of 558 ~ 31%
B 145 of 558 ~ 25.99'%

%43.01
%31
%25.99

CMYK color model

#F0AD91 color CMYK value is (0,28,40,6).

  • cyan value is 0.00%
  • magenta value is 27.92%
  • yellow value is 39.58%
  • key color value is 5.88%

CMYK: (0,28,40,6)
C0M28Y40K6 (0%, 28%, 40%, 6%)
(0.00 / 0.28 / 0.40 / 0.06)

CMYK percentages

%0
%27.92
%39.58
%5.88

Codes

Color #F0AD91 in popluar color models

F0 AD 91
RGB 240 173 145
HSL 18° 76.00% 75.49%
HSB/HSV 18° 39.58% 94.12%
CMYK 0.00% 27.92% 39.58%
5.88%

Color #F0AD91 in popluar number systems.

HEX F0 AD 91
Decimal 240 173 145
Binary 11110000 10101101 10010001
Octal 360 255 221

Shades and tints

Shades of #F0AD91

#F0AD91
(240,173,145)
#DB9E84
(219,158,132)
#C68F77
(198,143,119)
#B1806A
(177,128,106)
#9C715D
(156,113,93)
#876250
(135,98,80)
#725343
(114,83,67)
#5D4436
(93,68,54)
#483529
(72,53,41)
#33261C
(51,38,28)
#1E170F
(30,23,15)
#000000
(0,0,0)

Tints of #F0AD91

#F0AD91
(240,173,145)
#F1B49B
(241,180,155)
#F2BBA5
(242,187,165)
#F3C2AF
(243,194,175)
#F4C9B9
(244,201,185)
#F5D0C3
(245,208,195)
#F6D7CD
(246,215,205)
#F7DED7
(247,222,215)
#F8E5E1
(248,229,225)
#F9ECEB
(249,236,235)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0AD91 color. Also use rgb(240,173,145) instead hex code.

Text Font Color

.myTextColor { color: #F0AD91; }

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

This text font color is #F0AD91.

Background Color

.myBgColor { background-color: #F0AD91; }

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

This div background color is #F0AD91.

Border color

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

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

This div border color is #F0AD91.

Opacity

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

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

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

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

This text has shadow with #F0AD91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0AD91.

Preview

Color preview on black background

This text has color #F0AD91 on black background.


Color preview on white background

This text has color #F0AD91 on white background.


Black color preview on #F0AD91 background

This text has black color on #F0AD91 background.


White color preview on #F0AD91 background

This text has white color on #F0AD91 background.


Related colors

Complementary color

Complementary color for #hex is #0F526E.


I love getcolorcode.com

Triadic colors

1 #91F0AD and #AD91F0 with #F0AD91 are triadic colors.

2 #91ADF0 and #ADF091 with #F0AD91 are triadic colors.