COLOR #F1DCAE

HEX: #F1DCAE
RGB: (241,220,174)

Color info

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

RGB color model

#F1DCAE color RGB value is (241,220,174).

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

RGB channels and saturation

R 241 of 255 = 95%
G 220 of 255 = 86%
B 174 of 255 = 68%

241
220
174

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

Portions of RGB colors in percentages

R + G + B =
241 + 220 + 174 = 635 (100%)
R 241 of 635 ~ 37.95%
G 220 of 635 ~ 34.65%
B 174 of 635 ~ 27.4%

%37.95
%34.65
%27.4

CMYK color model

#F1DCAE color CMYK value is (0,9,28,5).

  • cyan value is 0.00%
  • magenta value is 8.71%
  • yellow value is 27.80%
  • key color value is 5.49%
CMYK:
(0,9,28,5)
C0M9Y28K5 
(0%,9%,28%,5%)
(0.00/0.09/0.28/0.05)	

CMYK percentages

%0
%8.71
%27.8
%5.49

Codes

Color #F1DCAE in popluar color models

F1DCAE
RGB241220174
HSL41°70.53%81.37%
HSB/HSV41°27.80%94.51%
CMYK0.00%8.71%27.80%
5.49%

Color #F1DCAE in popluar number systems.

HEXF1DCAE
Decimal241220174
Binary111100011101110010101110
Octal361334256

Shades and tints

Shades of #F1DCAE

#F1DCAE
(241,220,174)
#DCC89F
(220,200,159)
#C7B490
(199,180,144)
#B2A081
(178,160,129)
#9D8C72
(157,140,114)
#887863
(136,120,99)
#736454
(115,100,84)
#5E5045
(94,80,69)
#493C36
(73,60,54)
#342827
(52,40,39)
#1F1418
(31,20,24)
#000000
(0,0,0)

Tints of #F1DCAE

#F1DCAE
(241,220,174)
#F2DFB5
(242,223,181)
#F3E2BC
(243,226,188)
#F4E5C3
(244,229,195)
#F5E8CA
(245,232,202)
#F6EBD1
(246,235,209)
#F7EED8
(247,238,216)
#F8F1DF
(248,241,223)
#F9F4E6
(249,244,230)
#FAF7ED
(250,247,237)
#FBFAF4
(251,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DCAE; }

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

This text font color is #F1DCAE.


Background Color

.myBgColor { background-color: #F1DCAE; }

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

This div background color is #F1DCAE.


Border color

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

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

This div border color is #F1DCAE.


Opacity

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

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

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

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

This text has shadow with #F1DCAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DCAE on black background.


Color preview on white background

This text has color #F1DCAE on white background.



Black color preview on #F1DCAE background

This text has black color on #F1DCAE background.


White color preview on #F1DCAE background

This text has white color on #F1DCAE background.