COLOR #F0AAB7

HEX: #F0AAB7 RGB: (240,170,183)

Color info

#F0AAB7 contains mainly red and blue colors. Web safe color of #F0AAB7 is #FF99CC (or #F9C).

RGB color model

#F0AAB7 color RGB value is (240,170,183).

RGB: (240,170,183) (94%, 67%, 72%)

RGB channels and saturation

R 240 of 255 = 94%
G 170 of 255 = 67%
B 183 of 255 = 72%

240
170
183

R + G + B ~ 78%. #F0AAB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 170 + 183 = 593 (100%)
R 240 of 593 ~ 40.47%
G 170 of 593 ~ 28.67%
B 183 of 593 ~ 30.86'%

%40.47
%28.67
%30.86

CMYK color model

#F0AAB7 color CMYK value is (0,29,24,6).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 23.75%
  • key color value is 5.88%
CMYK: (0,29,24,6) C0M29Y24K6 (0%,29%,24%,6%) (0.00/0.29/0.24/0.06) 

CMYK percentages

%0
%29.17
%23.75
%5.88

Codes

Color #F0AAB7 in popluar color models

F0 AA B7
RGB 240 170 183
HSL 349° 70.00% 80.39%
HSB/HSV 349° 29.17% 94.12%
CMYK 0.00% 29.17% 23.75%
5.88%

Color #F0AAB7 in popluar number systems.

HEX F0 AA B7
Decimal 240 170 183
Binary 11110000 10101010 10110111
Octal 360 252 267

Shades and tints

Shades of #F0AAB7

#F0AAB7
(240,170,183)
#DB9BA7
(219,155,167)
#C68C97
(198,140,151)
#B17D87
(177,125,135)
#9C6E77
(156,110,119)
#875F67
(135,95,103)
#725057
(114,80,87)
#5D4147
(93,65,71)
#483237
(72,50,55)
#332327
(51,35,39)
#1E1417
(30,20,23)
#000000
(0,0,0)

Tints of #F0AAB7

#F0AAB7
(240,170,183)
#F1B1BD
(241,177,189)
#F2B8C3
(242,184,195)
#F3BFC9
(243,191,201)
#F4C6CF
(244,198,207)
#F5CDD5
(245,205,213)
#F6D4DB
(246,212,219)
#F7DBE1
(247,219,225)
#F8E2E7
(248,226,231)
#F9E9ED
(249,233,237)
#FAF0F3
(250,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0AAB7 color. Also use rgb(240,170,183) instead hex code.

Text Font Color

.myTextColor { color: #F0AAB7; }

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

This text font color is #F0AAB7.

Background Color

.myBgColor { background-color: #F0AAB7; }

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

This div background color is #F0AAB7.

Border color

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

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

This div border color is #F0AAB7.

Opacity

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

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

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

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

This text has shadow with #F0AAB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0AAB7.

Preview

Color preview on black background

This text has color #F0AAB7 on black background.


Color preview on white background

This text has color #F0AAB7 on white background.


Black color preview on #F0AAB7 background

This text has black color on #F0AAB7 background.


White color preview on #F0AAB7 background

This text has white color on #F0AAB7 background.


Related colors

Complementary color

Complementary color for #hex is #0F5548.


I love getcolorcode.com

Triadic colors

1 #B7F0AA and #AAB7F0 with #F0AAB7 are triadic colors.

2 #B7AAF0 and #AAF0B7 with #F0AAB7 are triadic colors.