COLOR #F1D4AC

HEX: #F1D4AC
RGB: (241,212,172)

Color info

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

RGB color model

#F1D4AC color RGB value is (241,212,172).

  • red value is 241;
  • green value is 212;
  • blue value is 172.
RGB:
(241,212,172)
(95%,83%,67%)

RGB channels and saturation

R 241 of 255 = 95%
G 212 of 255 = 83%
B 172 of 255 = 67%

241
212
172

R + G + B ~ 82%. #F1D4AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 212 + 172 = 625 (100%)
R 241 of 625 ~ 38.56%
G 212 of 625 ~ 33.92%
B 172 of 625 ~ 27.52%

%38.56
%33.92
%27.52

CMYK color model

#F1D4AC color CMYK value is (0,12,29,5).

  • cyan value is 0.00%
  • magenta value is 12.03%
  • yellow value is 28.63%
  • key color value is 5.49%
CMYK:
(0,12,29,5)
C0M12Y29K5 
(0%,12%,29%,5%)
(0.00/0.12/0.29/0.05)	

CMYK percentages

%0
%12.03
%28.63
%5.49

Codes

Color #F1D4AC in popluar color models

F1D4AC
RGB241212172
HSL35°71.13%80.98%
HSB/HSV35°28.63%94.51%
CMYK0.00%12.03%28.63%
5.49%

Color #F1D4AC in popluar number systems.

HEXF1D4AC
Decimal241212172
Binary111100011101010010101100
Octal361324254

Shades and tints

Shades of #F1D4AC

#F1D4AC
(241,212,172)
#DCC19D
(220,193,157)
#C7AE8E
(199,174,142)
#B29B7F
(178,155,127)
#9D8870
(157,136,112)
#887561
(136,117,97)
#736252
(115,98,82)
#5E4F43
(94,79,67)
#493C34
(73,60,52)
#342925
(52,41,37)
#1F1616
(31,22,22)
#000000
(0,0,0)

Tints of #F1D4AC

#F1D4AC
(241,212,172)
#F2D7B3
(242,215,179)
#F3DABA
(243,218,186)
#F4DDC1
(244,221,193)
#F5E0C8
(245,224,200)
#F6E3CF
(246,227,207)
#F7E6D6
(247,230,214)
#F8E9DD
(248,233,221)
#F9ECE4
(249,236,228)
#FAEFEB
(250,239,235)
#FBF2F2
(251,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D4AC color. Also use rgb(241,212,172) instead hex code.

Text Font Color

.myTextColor { color: #F1D4AC; }

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

This text font color is #F1D4AC.


Background Color

.myBgColor { background-color: #F1D4AC; }

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

This div background color is #F1D4AC.


Border color

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

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

This div border color is #F1D4AC.


Opacity

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

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

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

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

This text has shadow with #F1D4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D4AC on black background.


Color preview on white background

This text has color #F1D4AC on white background.



Black color preview on #F1D4AC background

This text has black color on #F1D4AC background.


White color preview on #F1D4AC background

This text has white color on #F1D4AC background.