COLOR #F4C6A1

HEX: #F4C6A1 RGB: (244,198,161)

Color info

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

RGB color model

#F4C6A1 color RGB value is (244,198,161).

RGB: (244,198,161) (96%, 78%, 63%)

RGB channels and saturation

R 244 of 255 = 96%
G 198 of 255 = 78%
B 161 of 255 = 63%

244
198
161

R + G + B ~ 79%. #F4C6A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 198 + 161 = 603 (100%)
R 244 of 603 ~ 40.46%
G 198 of 603 ~ 32.84%
B 161 of 603 ~ 26.7'%

%40.46
%32.84
%26.7

CMYK color model

#F4C6A1 color CMYK value is (0,19,34,4).

  • cyan value is 0.00%
  • magenta value is 18.85%
  • yellow value is 34.02%
  • key color value is 4.31%

CMYK: (0,19,34,4)
C0M19Y34K4 (0%, 19%, 34%, 4%)
(0.00 / 0.19 / 0.34 / 0.04)

CMYK percentages

%0
%18.85
%34.02
%4.31

Codes

Color #F4C6A1 in popluar color models

F4 C6 A1
RGB 244 198 161
HSL 27° 79.05% 79.41%
HSB/HSV 27° 34.02% 95.69%
CMYK 0.00% 18.85% 34.02%
4.31%

Color #F4C6A1 in popluar number systems.

HEX F4 C6 A1
Decimal 244 198 161
Binary 11110100 11000110 10100001
Octal 364 306 241

Shades and tints

Shades of #F4C6A1

#F4C6A1
(244,198,161)
#DEB493
(222,180,147)
#C8A285
(200,162,133)
#B29077
(178,144,119)
#9C7E69
(156,126,105)
#866C5B
(134,108,91)
#705A4D
(112,90,77)
#5A483F
(90,72,63)
#443631
(68,54,49)
#2E2423
(46,36,35)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #F4C6A1

#F4C6A1
(244,198,161)
#F5CBA9
(245,203,169)
#F6D0B1
(246,208,177)
#F7D5B9
(247,213,185)
#F8DAC1
(248,218,193)
#F9DFC9
(249,223,201)
#FAE4D1
(250,228,209)
#FBE9D9
(251,233,217)
#FCEEE1
(252,238,225)
#FDF3E9
(253,243,233)
#FEF8F1
(254,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4C6A1 color. Also use rgb(244,198,161) instead hex code.

Text Font Color

.myTextColor { color: #F4C6A1; }

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

This text font color is #F4C6A1.

Background Color

.myBgColor { background-color: #F4C6A1; }

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

This div background color is #F4C6A1.

Border color

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

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

This div border color is #F4C6A1.

Opacity

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

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

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

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

This text has shadow with #F4C6A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4C6A1.

Preview

Color preview on black background

This text has color #F4C6A1 on black background.


Color preview on white background

This text has color #F4C6A1 on white background.


Black color preview on #F4C6A1 background

This text has black color on #F4C6A1 background.


White color preview on #F4C6A1 background

This text has white color on #F4C6A1 background.


Related colors

Complementary color

Complementary color for #hex is #0B395E.


I love getcolorcode.com

Triadic colors

1 #A1F4C6 and #C6A1F4 with #F4C6A1 are triadic colors.

2 #A1C6F4 and #C6F4A1 with #F4C6A1 are triadic colors.