COLOR #F0AB8E

HEX: #F0AB8E RGB: (240,171,142)

Color info

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

RGB color model

#F0AB8E color RGB value is (240,171,142).

RGB: (240,171,142) (94%, 67%, 56%)

RGB channels and saturation

R 240 of 255 = 94%
G 171 of 255 = 67%
B 142 of 255 = 56%

240
171
142

R + G + B ~ 72%. #F0AB8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 171 + 142 = 553 (100%)
R 240 of 553 ~ 43.4%
G 171 of 553 ~ 30.92%
B 142 of 553 ~ 25.68'%

%43.4
%30.92
%25.68

CMYK color model

#F0AB8E color CMYK value is (0,29,41,6).

  • cyan value is 0.00%
  • magenta value is 28.75%
  • yellow value is 40.83%
  • key color value is 5.88%

CMYK: (0,29,41,6)
C0M29Y41K6 (0%, 29%, 41%, 6%)
(0.00 / 0.29 / 0.41 / 0.06)

CMYK percentages

%0
%28.75
%40.83
%5.88

Codes

Color #F0AB8E in popluar color models

F0 AB 8E
RGB 240 171 142
HSL 18° 76.56% 74.90%
HSB/HSV 18° 40.83% 94.12%
CMYK 0.00% 28.75% 40.83%
5.88%

Color #F0AB8E in popluar number systems.

HEX F0 AB 8E
Decimal 240 171 142
Binary 11110000 10101011 10001110
Octal 360 253 216

Shades and tints

Shades of #F0AB8E

#F0AB8E
(240,171,142)
#DB9C82
(219,156,130)
#C68D76
(198,141,118)
#B17E6A
(177,126,106)
#9C6F5E
(156,111,94)
#876052
(135,96,82)
#725146
(114,81,70)
#5D423A
(93,66,58)
#48332E
(72,51,46)
#332422
(51,36,34)
#1E1516
(30,21,22)
#000000
(0,0,0)

Tints of #F0AB8E

#F0AB8E
(240,171,142)
#F1B298
(241,178,152)
#F2B9A2
(242,185,162)
#F3C0AC
(243,192,172)
#F4C7B6
(244,199,182)
#F5CEC0
(245,206,192)
#F6D5CA
(246,213,202)
#F7DCD4
(247,220,212)
#F8E3DE
(248,227,222)
#F9EAE8
(249,234,232)
#FAF1F2
(250,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0AB8E color. Also use rgb(240,171,142) instead hex code.

Text Font Color

.myTextColor { color: #F0AB8E; }

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

This text font color is #F0AB8E.

Background Color

.myBgColor { background-color: #F0AB8E; }

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

This div background color is #F0AB8E.

Border color

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

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

This div border color is #F0AB8E.

Opacity

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

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

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

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

This text has shadow with #F0AB8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0AB8E.

Preview

Color preview on black background

This text has color #F0AB8E on black background.


Color preview on white background

This text has color #F0AB8E on white background.


Black color preview on #F0AB8E background

This text has black color on #F0AB8E background.


White color preview on #F0AB8E background

This text has white color on #F0AB8E background.


Related colors

Complementary color

Complementary color for #hex is #0F5471.


I love getcolorcode.com

Triadic colors

1 #8EF0AB and #AB8EF0 with #F0AB8E are triadic colors.

2 #8EABF0 and #ABF08E with #F0AB8E are triadic colors.