COLOR #F1CDA5

HEX: #F1CDA5
RGB: (241,205,165)

Color info

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

RGB color model

#F1CDA5 color RGB value is (241,205,165).

  • red value is 241;
  • green value is 205;
  • blue value is 165.
RGB:
(241,205,165)
(95%,80%,65%)

RGB channels and saturation

R 241 of 255 = 95%
G 205 of 255 = 80%
B 165 of 255 = 65%

241
205
165

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

Portions of RGB colors in percentages

R + G + B =
241 + 205 + 165 = 611 (100%)
R 241 of 611 ~ 39.44%
G 205 of 611 ~ 33.55%
B 165 of 611 ~ 27%

%39.44
%33.55
%27

CMYK color model

#F1CDA5 color CMYK value is (0,15,32,5).

  • cyan value is 0.00%
  • magenta value is 14.94%
  • yellow value is 31.54%
  • key color value is 5.49%
CMYK:
(0,15,32,5)
C0M15Y32K5 
(0%,15%,32%,5%)
(0.00/0.15/0.32/0.05)	

CMYK percentages

%0
%14.94
%31.54
%5.49

Codes

Color #F1CDA5 in popluar color models

F1CDA5
RGB241205165
HSL32°73.08%79.61%
HSB/HSV32°31.54%94.51%
CMYK0.00%14.94%31.54%
5.49%

Color #F1CDA5 in popluar number systems.

HEXF1CDA5
Decimal241205165
Binary111100011100110110100101
Octal361315245

Shades and tints

Shades of #F1CDA5

#F1CDA5
(241,205,165)
#DCBB96
(220,187,150)
#C7A987
(199,169,135)
#B29778
(178,151,120)
#9D8569
(157,133,105)
#88735A
(136,115,90)
#73614B
(115,97,75)
#5E4F3C
(94,79,60)
#493D2D
(73,61,45)
#342B1E
(52,43,30)
#1F190F
(31,25,15)
#000000
(0,0,0)

Tints of #F1CDA5

#F1CDA5
(241,205,165)
#F2D1AD
(242,209,173)
#F3D5B5
(243,213,181)
#F4D9BD
(244,217,189)
#F5DDC5
(245,221,197)
#F6E1CD
(246,225,205)
#F7E5D5
(247,229,213)
#F8E9DD
(248,233,221)
#F9EDE5
(249,237,229)
#FAF1ED
(250,241,237)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1CDA5 color. Also use rgb(241,205,165) instead hex code.

Text Font Color

.myTextColor { color: #F1CDA5; }

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

This text font color is #F1CDA5.


Background Color

.myBgColor { background-color: #F1CDA5; }

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

This div background color is #F1CDA5.


Border color

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

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

This div border color is #F1CDA5.


Opacity

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

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

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

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

This text has shadow with #F1CDA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CDA5 on black background.


Color preview on white background

This text has color #F1CDA5 on white background.



Black color preview on #F1CDA5 background

This text has black color on #F1CDA5 background.


White color preview on #F1CDA5 background

This text has white color on #F1CDA5 background.