COLOR #F8C2AA

HEX: #F8C2AA RGB: (248,194,170)

Color info

#F8C2AA contains mainly red and green colors. Web safe color of #F8C2AA is #FFCC99 (or #FC9).

RGB color model

#F8C2AA color RGB value is (248,194,170).

RGB: (248,194,170) (97%, 76%, 67%)

RGB channels and saturation

R 248 of 255 = 97%
G 194 of 255 = 76%
B 170 of 255 = 67%

248
194
170

R + G + B ~ 80%. #F8C2AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 194 + 170 = 612 (100%)
R 248 of 612 ~ 40.52%
G 194 of 612 ~ 31.7%
B 170 of 612 ~ 27.78'%

%40.52
%31.7
%27.78

CMYK color model

#F8C2AA color CMYK value is (0,22,31,3).

  • cyan value is 0.00%
  • magenta value is 21.77%
  • yellow value is 31.45%
  • key color value is 2.75%

CMYK: (0,22,31,3)
C0M22Y31K3 (0%, 22%, 31%, 3%)
(0.00 / 0.22 / 0.31 / 0.03)

CMYK percentages

%0
%21.77
%31.45
%2.75

Codes

Color #F8C2AA in popluar color models

F8 C2 AA
RGB 248 194 170
HSL 18° 84.78% 81.96%
HSB/HSV 18° 31.45% 97.25%
CMYK 0.00% 21.77% 31.45%
2.75%

Color #F8C2AA in popluar number systems.

HEX F8 C2 AA
Decimal 248 194 170
Binary 11111000 11000010 10101010
Octal 370 302 252

Shades and tints

Shades of #F8C2AA

#F8C2AA
(248,194,170)
#E2B19B
(226,177,155)
#CCA08C
(204,160,140)
#B68F7D
(182,143,125)
#A07E6E
(160,126,110)
#8A6D5F
(138,109,95)
#745C50
(116,92,80)
#5E4B41
(94,75,65)
#483A32
(72,58,50)
#322923
(50,41,35)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #F8C2AA

#F8C2AA
(248,194,170)
#F8C7B1
(248,199,177)
#F8CCB8
(248,204,184)
#F8D1BF
(248,209,191)
#F8D6C6
(248,214,198)
#F8DBCD
(248,219,205)
#F8E0D4
(248,224,212)
#F8E5DB
(248,229,219)
#F8EAE2
(248,234,226)
#F8EFE9
(248,239,233)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C2AA color. Also use rgb(248,194,170) instead hex code.

Text Font Color

.myTextColor { color: #F8C2AA; }

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

This text font color is #F8C2AA.

Background Color

.myBgColor { background-color: #F8C2AA; }

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

This div background color is #F8C2AA.

Border color

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

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

This div border color is #F8C2AA.

Opacity

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

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

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

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

This text has shadow with #F8C2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8C2AA.

Preview

Color preview on black background

This text has color #F8C2AA on black background.


Color preview on white background

This text has color #F8C2AA on white background.


Black color preview on #F8C2AA background

This text has black color on #F8C2AA background.


White color preview on #F8C2AA background

This text has white color on #F8C2AA background.


Related colors

Complementary color

Complementary color for #hex is #073D55.


I love getcolorcode.com

Triadic colors

1 #AAF8C2 and #C2AAF8 with #F8C2AA are triadic colors.

2 #AAC2F8 and #C2F8AA with #F8C2AA are triadic colors.