COLOR #F3CDA0

HEX: #F3CDA0
RGB: (243,205,160)

Color info

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

RGB color model

#F3CDA0 color RGB value is (243,205,160).

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

RGB channels and saturation

R 243 of 255 = 95%
G 205 of 255 = 80%
B 160 of 255 = 63%

243
205
160

R + G + B ~ 79%. #F3CDA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 205 + 160 = 608 (100%)
R 243 of 608 ~ 39.97%
G 205 of 608 ~ 33.72%
B 160 of 608 ~ 26.32%

%39.97
%33.72
%26.32

CMYK color model

#F3CDA0 color CMYK value is (0,16,34,5).

  • cyan value is 0.00%
  • magenta value is 15.64%
  • yellow value is 34.16%
  • key color value is 4.71%
CMYK:
(0,16,34,5)
C0M16Y34K5 
(0%,16%,34%,5%)
(0.00/0.16/0.34/0.05)	

CMYK percentages

%0
%15.64
%34.16
%4.71

Codes

Color #F3CDA0 in popluar color models

F3CDA0
RGB243205160
HSL33°77.57%79.02%
HSB/HSV33°34.16%95.29%
CMYK0.00%15.64%34.16%
4.71%

Color #F3CDA0 in popluar number systems.

HEXF3CDA0
Decimal243205160
Binary111100111100110110100000
Octal363315240

Shades and tints

Shades of #F3CDA0

#F3CDA0
(243,205,160)
#DDBB92
(221,187,146)
#C7A984
(199,169,132)
#B19776
(177,151,118)
#9B8568
(155,133,104)
#85735A
(133,115,90)
#6F614C
(111,97,76)
#594F3E
(89,79,62)
#433D30
(67,61,48)
#2D2B22
(45,43,34)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #F3CDA0

#F3CDA0
(243,205,160)
#F4D1A8
(244,209,168)
#F5D5B0
(245,213,176)
#F6D9B8
(246,217,184)
#F7DDC0
(247,221,192)
#F8E1C8
(248,225,200)
#F9E5D0
(249,229,208)
#FAE9D8
(250,233,216)
#FBEDE0
(251,237,224)
#FCF1E8
(252,241,232)
#FDF5F0
(253,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3CDA0; }

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

This text font color is #F3CDA0.


Background Color

.myBgColor { background-color: #F3CDA0; }

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

This div background color is #F3CDA0.


Border color

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

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

This div border color is #F3CDA0.


Opacity

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

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

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

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

This text has shadow with #F3CDA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CDA0 on black background.


Color preview on white background

This text has color #F3CDA0 on white background.



Black color preview on #F3CDA0 background

This text has black color on #F3CDA0 background.


White color preview on #F3CDA0 background

This text has white color on #F3CDA0 background.