COLOR #F1DCAF

HEX: #F1DCAF
RGB: (241,220,175)

Color info

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

RGB color model

#F1DCAF color RGB value is (241,220,175).

  • red value is 241;
  • green value is 220;
  • blue value is 175.
RGB:
(241,220,175)
(95%,86%,69%)

RGB channels and saturation

R 241 of 255 = 95%
G 220 of 255 = 86%
B 175 of 255 = 69%

241
220
175

R + G + B ~ 83%. #F1DCAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 220 + 175 = 636 (100%)
R 241 of 636 ~ 37.89%
G 220 of 636 ~ 34.59%
B 175 of 636 ~ 27.52%

%37.89
%34.59
%27.52

CMYK color model

#F1DCAF color CMYK value is (0,9,27,5).

  • cyan value is 0.00%
  • magenta value is 8.71%
  • yellow value is 27.39%
  • key color value is 5.49%
CMYK:
(0,9,27,5)
C0M9Y27K5 
(0%,9%,27%,5%)
(0.00/0.09/0.27/0.05)	

CMYK percentages

%0
%8.71
%27.39
%5.49

Codes

Color #F1DCAF in popluar color models

F1DCAF
RGB241220175
HSL41°70.21%81.57%
HSB/HSV41°27.39%94.51%
CMYK0.00%8.71%27.39%
5.49%

Color #F1DCAF in popluar number systems.

HEXF1DCAF
Decimal241220175
Binary111100011101110010101111
Octal361334257

Shades and tints

Shades of #F1DCAF

#F1DCAF
(241,220,175)
#DCC8A0
(220,200,160)
#C7B491
(199,180,145)
#B2A082
(178,160,130)
#9D8C73
(157,140,115)
#887864
(136,120,100)
#736455
(115,100,85)
#5E5046
(94,80,70)
#493C37
(73,60,55)
#342828
(52,40,40)
#1F1419
(31,20,25)
#000000
(0,0,0)

Tints of #F1DCAF

#F1DCAF
(241,220,175)
#F2DFB6
(242,223,182)
#F3E2BD
(243,226,189)
#F4E5C4
(244,229,196)
#F5E8CB
(245,232,203)
#F6EBD2
(246,235,210)
#F7EED9
(247,238,217)
#F8F1E0
(248,241,224)
#F9F4E7
(249,244,231)
#FAF7EE
(250,247,238)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1DCAF color. Also use rgb(241,220,175) instead hex code.

Text Font Color

.myTextColor { color: #F1DCAF; }

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

This text font color is #F1DCAF.


Background Color

.myBgColor { background-color: #F1DCAF; }

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

This div background color is #F1DCAF.


Border color

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

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

This div border color is #F1DCAF.


Opacity

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

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

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

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

This text has shadow with #F1DCAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DCAF on black background.


Color preview on white background

This text has color #F1DCAF on white background.



Black color preview on #F1DCAF background

This text has black color on #F1DCAF background.


White color preview on #F1DCAF background

This text has white color on #F1DCAF background.