COLOR #F4C3AE

HEX: #F4C3AE
RGB: (244,195,174)

Color info

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

RGB color model

#F4C3AE color RGB value is (244,195,174).

  • red value is 244;
  • green value is 195;
  • blue value is 174.
RGB:
(244,195,174)
(96%,76%,68%)

RGB channels and saturation

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

244
195
174

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

Portions of RGB colors in percentages

R + G + B =
244 + 195 + 174 = 613 (100%)
R 244 of 613 ~ 39.8%
G 195 of 613 ~ 31.81%
B 174 of 613 ~ 28.38%

%39.8
%31.81
%28.38

CMYK color model

#F4C3AE color CMYK value is (0,20,29,4).

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 28.69%
  • key color value is 4.31%
CMYK:
(0,20,29,4)
C0M20Y29K4 
(0%,20%,29%,4%)
(0.00/0.20/0.29/0.04)	

CMYK percentages

%0
%20.08
%28.69
%4.31

Codes

Color #F4C3AE in popluar color models

F4C3AE
RGB244195174
HSL18°76.09%81.96%
HSB/HSV18°28.69%95.69%
CMYK0.00%20.08%28.69%
4.31%

Color #F4C3AE in popluar number systems.

HEXF4C3AE
Decimal244195174
Binary111101001100001110101110
Octal364303256

Shades and tints

Shades of #F4C3AE

#F4C3AE
(244,195,174)
#DEB29F
(222,178,159)
#C8A190
(200,161,144)
#B29081
(178,144,129)
#9C7F72
(156,127,114)
#866E63
(134,110,99)
#705D54
(112,93,84)
#5A4C45
(90,76,69)
#443B36
(68,59,54)
#2E2A27
(46,42,39)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #F4C3AE

#F4C3AE
(244,195,174)
#F5C8B5
(245,200,181)
#F6CDBC
(246,205,188)
#F7D2C3
(247,210,195)
#F8D7CA
(248,215,202)
#F9DCD1
(249,220,209)
#FAE1D8
(250,225,216)
#FBE6DF
(251,230,223)
#FCEBE6
(252,235,230)
#FDF0ED
(253,240,237)
#FEF5F4
(254,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4C3AE; }

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

This text font color is #F4C3AE.


Background Color

.myBgColor { background-color: #F4C3AE; }

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

This div background color is #F4C3AE.


Border color

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

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

This div border color is #F4C3AE.


Opacity

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

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

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

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

This text has shadow with #F4C3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4C3AE on black background.


Color preview on white background

This text has color #F4C3AE on white background.



Black color preview on #F4C3AE background

This text has black color on #F4C3AE background.


White color preview on #F4C3AE background

This text has white color on #F4C3AE background.