COLOR #F3CDA5

HEX: #F3CDA5
RGB: (243,205,165)

Color info

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

RGB color model

#F3CDA5 color RGB value is (243,205,165).

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

RGB channels and saturation

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

243
205
165

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

Portions of RGB colors in percentages

R + G + B =
243 + 205 + 165 = 613 (100%)
R 243 of 613 ~ 39.64%
G 205 of 613 ~ 33.44%
B 165 of 613 ~ 26.92%

%39.64
%33.44
%26.92

CMYK color model

#F3CDA5 color CMYK value is (0,16,32,5).

  • cyan value is 0.00%
  • magenta value is 15.64%
  • yellow value is 32.10%
  • key color value is 4.71%
CMYK:
(0,16,32,5)
C0M16Y32K5 
(0%,16%,32%,5%)
(0.00/0.16/0.32/0.05)	

CMYK percentages

%0
%15.64
%32.1
%4.71

Codes

Color #F3CDA5 in popluar color models

F3CDA5
RGB243205165
HSL31°76.47%80.00%
HSB/HSV31°32.10%95.29%
CMYK0.00%15.64%32.10%
4.71%

Color #F3CDA5 in popluar number systems.

HEXF3CDA5
Decimal243205165
Binary111100111100110110100101
Octal363315245

Shades and tints

Shades of #F3CDA5

#F3CDA5
(243,205,165)
#DDBB96
(221,187,150)
#C7A987
(199,169,135)
#B19778
(177,151,120)
#9B8569
(155,133,105)
#85735A
(133,115,90)
#6F614B
(111,97,75)
#594F3C
(89,79,60)
#433D2D
(67,61,45)
#2D2B1E
(45,43,30)
#17190F
(23,25,15)
#000000
(0,0,0)

Tints of #F3CDA5

#F3CDA5
(243,205,165)
#F4D1AD
(244,209,173)
#F5D5B5
(245,213,181)
#F6D9BD
(246,217,189)
#F7DDC5
(247,221,197)
#F8E1CD
(248,225,205)
#F9E5D5
(249,229,213)
#FAE9DD
(250,233,221)
#FBEDE5
(251,237,229)
#FCF1ED
(252,241,237)
#FDF5F5
(253,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3CDA5; }

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

This text font color is #F3CDA5.


Background Color

.myBgColor { background-color: #F3CDA5; }

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

This div background color is #F3CDA5.


Border color

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

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

This div border color is #F3CDA5.


Opacity

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

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

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

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

This text has shadow with #F3CDA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CDA5 on black background.


Color preview on white background

This text has color #F3CDA5 on white background.



Black color preview on #F3CDA5 background

This text has black color on #F3CDA5 background.


White color preview on #F3CDA5 background

This text has white color on #F3CDA5 background.