COLOR #F4C1AE

HEX: #F4C1AE RGB: (244,193,174)

Color info

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

RGB color model

#F4C1AE color RGB value is (244,193,174).

RGB: (244,193,174) (96%, 76%, 68%)

RGB channels and saturation

R 244 of 255 = 96%
G 193 of 255 = 76%
B 174 of 255 = 68%

244
193
174

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

Portions of RGB colors in percentages

R + G + B = 244 + 193 + 174 = 611 (100%)
R 244 of 611 ~ 39.93%
G 193 of 611 ~ 31.59%
B 174 of 611 ~ 28.48'%

%39.93
%31.59
%28.48

CMYK color model

#F4C1AE color CMYK value is (0,21,29,4).

  • cyan value is 0.00%
  • magenta value is 20.90%
  • yellow value is 28.69%
  • key color value is 4.31%

CMYK: (0,21,29,4)
C0M21Y29K4 (0%, 21%, 29%, 4%)
(0.00 / 0.21 / 0.29 / 0.04)

CMYK percentages

%0
%20.9
%28.69
%4.31

Codes

Color #F4C1AE in popluar color models

F4 C1 AE
RGB 244 193 174
HSL 16° 76.09% 81.96%
HSB/HSV 16° 28.69% 95.69%
CMYK 0.00% 20.90% 28.69%
4.31%

Color #F4C1AE in popluar number systems.

HEX F4 C1 AE
Decimal 244 193 174
Binary 11110100 11000001 10101110
Octal 364 301 256

Shades and tints

Shades of #F4C1AE

#F4C1AE
(244,193,174)
#DEB09F
(222,176,159)
#C89F90
(200,159,144)
#B28E81
(178,142,129)
#9C7D72
(156,125,114)
#866C63
(134,108,99)
#705B54
(112,91,84)
#5A4A45
(90,74,69)
#443936
(68,57,54)
#2E2827
(46,40,39)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #F4C1AE

#F4C1AE
(244,193,174)
#F5C6B5
(245,198,181)
#F6CBBC
(246,203,188)
#F7D0C3
(247,208,195)
#F8D5CA
(248,213,202)
#F9DAD1
(249,218,209)
#FADFD8
(250,223,216)
#FBE4DF
(251,228,223)
#FCE9E6
(252,233,230)
#FDEEED
(253,238,237)
#FEF3F4
(254,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4C1AE color. Also use rgb(244,193,174) instead hex code.

Text Font Color

.myTextColor { color: #F4C1AE; }

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

This text font color is #F4C1AE.

Background Color

.myBgColor { background-color: #F4C1AE; }

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

This div background color is #F4C1AE.

Border color

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

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

This div border color is #F4C1AE.

Opacity

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

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

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

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

This text has shadow with #F4C1AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4C1AE.

Preview

Color preview on black background

This text has color #F4C1AE on black background.


Color preview on white background

This text has color #F4C1AE on white background.


Black color preview on #F4C1AE background

This text has black color on #F4C1AE background.


White color preview on #F4C1AE background

This text has white color on #F4C1AE background.


Related colors

Complementary color

Complementary color for #hex is #0B3E51.


I love getcolorcode.com

Triadic colors

1 #AEF4C1 and #C1AEF4 with #F4C1AE are triadic colors.

2 #AEC1F4 and #C1F4AE with #F4C1AE are triadic colors.