COLOR #F4C2AA

HEX: #F4C2AA RGB: (244,194,170)

Color info

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

RGB color model

#F4C2AA color RGB value is (244,194,170).

RGB: (244,194,170) (96%, 76%, 67%)

RGB channels and saturation

R 244 of 255 = 96%
G 194 of 255 = 76%
B 170 of 255 = 67%

244
194
170

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

Portions of RGB colors in percentages

R + G + B = 244 + 194 + 170 = 608 (100%)
R 244 of 608 ~ 40.13%
G 194 of 608 ~ 31.91%
B 170 of 608 ~ 27.96'%

%40.13
%31.91
%27.96

CMYK color model

#F4C2AA color CMYK value is (0,20,30,4).

  • cyan value is 0.00%
  • magenta value is 20.49%
  • yellow value is 30.33%
  • key color value is 4.31%

CMYK: (0,20,30,4)
C0M20Y30K4 (0%, 20%, 30%, 4%)
(0.00 / 0.20 / 0.30 / 0.04)

CMYK percentages

%0
%20.49
%30.33
%4.31

Codes

Color #F4C2AA in popluar color models

F4 C2 AA
RGB 244 194 170
HSL 19° 77.08% 81.18%
HSB/HSV 19° 30.33% 95.69%
CMYK 0.00% 20.49% 30.33%
4.31%

Color #F4C2AA in popluar number systems.

HEX F4 C2 AA
Decimal 244 194 170
Binary 11110100 11000010 10101010
Octal 364 302 252

Shades and tints

Shades of #F4C2AA

#F4C2AA
(244,194,170)
#DEB19B
(222,177,155)
#C8A08C
(200,160,140)
#B28F7D
(178,143,125)
#9C7E6E
(156,126,110)
#866D5F
(134,109,95)
#705C50
(112,92,80)
#5A4B41
(90,75,65)
#443A32
(68,58,50)
#2E2923
(46,41,35)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #F4C2AA

#F4C2AA
(244,194,170)
#F5C7B1
(245,199,177)
#F6CCB8
(246,204,184)
#F7D1BF
(247,209,191)
#F8D6C6
(248,214,198)
#F9DBCD
(249,219,205)
#FAE0D4
(250,224,212)
#FBE5DB
(251,229,219)
#FCEAE2
(252,234,226)
#FDEFE9
(253,239,233)
#FEF4F0
(254,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4C2AA; }

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

This text font color is #F4C2AA.

Background Color

.myBgColor { background-color: #F4C2AA; }

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

This div background color is #F4C2AA.

Border color

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

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

This div border color is #F4C2AA.

Opacity

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

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

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

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

This text has shadow with #F4C2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4C2AA.

Preview

Color preview on black background

This text has color #F4C2AA on black background.


Color preview on white background

This text has color #F4C2AA on white background.


Black color preview on #F4C2AA background

This text has black color on #F4C2AA background.


White color preview on #F4C2AA background

This text has white color on #F4C2AA background.


Related colors

Complementary color

Complementary color for #hex is #0B3D55.


I love getcolorcode.com

Triadic colors

1 #AAF4C2 and #C2AAF4 with #F4C2AA are triadic colors.

2 #AAC2F4 and #C2F4AA with #F4C2AA are triadic colors.