COLOR #F0AF8A

HEX: #F0AF8A RGB: (240,175,138)

Color info

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

RGB color model

#F0AF8A color RGB value is (240,175,138).

RGB: (240,175,138) (94%, 69%, 54%)

RGB channels and saturation

R 240 of 255 = 94%
G 175 of 255 = 69%
B 138 of 255 = 54%

240
175
138

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

Portions of RGB colors in percentages

R + G + B = 240 + 175 + 138 = 553 (100%)
R 240 of 553 ~ 43.4%
G 175 of 553 ~ 31.65%
B 138 of 553 ~ 24.95'%

%43.4
%31.65
%24.95

CMYK color model

#F0AF8A color CMYK value is (0,27,43,6).

  • cyan value is 0.00%
  • magenta value is 27.08%
  • yellow value is 42.50%
  • key color value is 5.88%

CMYK: (0,27,43,6)
C0M27Y43K6 (0%, 27%, 43%, 6%)
(0.00 / 0.27 / 0.43 / 0.06)

CMYK percentages

%0
%27.08
%42.5
%5.88

Codes

Color #F0AF8A in popluar color models

F0 AF 8A
RGB 240 175 138
HSL 22° 77.27% 74.12%
HSB/HSV 22° 42.50% 94.12%
CMYK 0.00% 27.08% 42.50%
5.88%

Color #F0AF8A in popluar number systems.

HEX F0 AF 8A
Decimal 240 175 138
Binary 11110000 10101111 10001010
Octal 360 257 212

Shades and tints

Shades of #F0AF8A

#F0AF8A
(240,175,138)
#DBA07E
(219,160,126)
#C69172
(198,145,114)
#B18266
(177,130,102)
#9C735A
(156,115,90)
#87644E
(135,100,78)
#725542
(114,85,66)
#5D4636
(93,70,54)
#48372A
(72,55,42)
#33281E
(51,40,30)
#1E1912
(30,25,18)
#000000
(0,0,0)

Tints of #F0AF8A

#F0AF8A
(240,175,138)
#F1B694
(241,182,148)
#F2BD9E
(242,189,158)
#F3C4A8
(243,196,168)
#F4CBB2
(244,203,178)
#F5D2BC
(245,210,188)
#F6D9C6
(246,217,198)
#F7E0D0
(247,224,208)
#F8E7DA
(248,231,218)
#F9EEE4
(249,238,228)
#FAF5EE
(250,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0AF8A color. Also use rgb(240,175,138) instead hex code.

Text Font Color

.myTextColor { color: #F0AF8A; }

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

This text font color is #F0AF8A.

Background Color

.myBgColor { background-color: #F0AF8A; }

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

This div background color is #F0AF8A.

Border color

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

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

This div border color is #F0AF8A.

Opacity

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

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

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

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

This text has shadow with #F0AF8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0AF8A.

Preview

Color preview on black background

This text has color #F0AF8A on black background.


Color preview on white background

This text has color #F0AF8A on white background.


Black color preview on #F0AF8A background

This text has black color on #F0AF8A background.


White color preview on #F0AF8A background

This text has white color on #F0AF8A background.


Related colors

Complementary color

Complementary color for #hex is #0F5075.


I love getcolorcode.com

Triadic colors

1 #8AF0AF and #AF8AF0 with #F0AF8A are triadic colors.

2 #8AAFF0 and #AFF08A with #F0AF8A are triadic colors.