COLOR #F0A89C

HEX: #F0A89C RGB: (240,168,156)

Color info

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

RGB color model

#F0A89C color RGB value is (240,168,156).

RGB: (240,168,156) (94%, 66%, 61%)

RGB channels and saturation

R 240 of 255 = 94%
G 168 of 255 = 66%
B 156 of 255 = 61%

240
168
156

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

Portions of RGB colors in percentages

R + G + B = 240 + 168 + 156 = 564 (100%)
R 240 of 564 ~ 42.55%
G 168 of 564 ~ 29.79%
B 156 of 564 ~ 27.66'%

%42.55
%29.79
%27.66

CMYK color model

#F0A89C color CMYK value is (0,30,35,6).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 35.00%
  • key color value is 5.88%

CMYK: (0,30,35,6)
C0M30Y35K6 (0%, 30%, 35%, 6%)
(0.00 / 0.30 / 0.35 / 0.06)

CMYK percentages

%0
%30
%35
%5.88

Codes

Color #F0A89C in popluar color models

F0 A8 9C
RGB 240 168 156
HSL 73.68% 77.65%
HSB/HSV 35.00% 94.12%
CMYK 0.00% 30.00% 35.00%
5.88%

Color #F0A89C in popluar number systems.

HEX F0 A8 9C
Decimal 240 168 156
Binary 11110000 10101000 10011100
Octal 360 250 234

Shades and tints

Shades of #F0A89C

#F0A89C
(240,168,156)
#DB998E
(219,153,142)
#C68A80
(198,138,128)
#B17B72
(177,123,114)
#9C6C64
(156,108,100)
#875D56
(135,93,86)
#724E48
(114,78,72)
#5D3F3A
(93,63,58)
#48302C
(72,48,44)
#33211E
(51,33,30)
#1E1210
(30,18,16)
#000000
(0,0,0)

Tints of #F0A89C

#F0A89C
(240,168,156)
#F1AFA5
(241,175,165)
#F2B6AE
(242,182,174)
#F3BDB7
(243,189,183)
#F4C4C0
(244,196,192)
#F5CBC9
(245,203,201)
#F6D2D2
(246,210,210)
#F7D9DB
(247,217,219)
#F8E0E4
(248,224,228)
#F9E7ED
(249,231,237)
#FAEEF6
(250,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0A89C color. Also use rgb(240,168,156) instead hex code.

Text Font Color

.myTextColor { color: #F0A89C; }

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

This text font color is #F0A89C.

Background Color

.myBgColor { background-color: #F0A89C; }

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

This div background color is #F0A89C.

Border color

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

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

This div border color is #F0A89C.

Opacity

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

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

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

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

This text has shadow with #F0A89C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0A89C.

Preview

Color preview on black background

This text has color #F0A89C on black background.


Color preview on white background

This text has color #F0A89C on white background.


Black color preview on #F0A89C background

This text has black color on #F0A89C background.


White color preview on #F0A89C background

This text has white color on #F0A89C background.


Related colors

Complementary color

Complementary color for #hex is #0F5763.


I love getcolorcode.com

Triadic colors

1 #9CF0A8 and #A89CF0 with #F0A89C are triadic colors.

2 #9CA8F0 and #A8F09C with #F0A89C are triadic colors.