COLOR #F3DCB4

HEX: #F3DCB4
RGB: (243,220,180)

Color info

#F3DCB4 contains mainly red and green colors. Web safe color of #F3DCB4 is #FFCCCC (or #FCC).

RGB color model

#F3DCB4 color RGB value is (243,220,180).

  • red value is 243;
  • green value is 220;
  • blue value is 180.
RGB:
(243,220,180)
(95%,86%,71%)

RGB channels and saturation

R 243 of 255 = 95%
G 220 of 255 = 86%
B 180 of 255 = 71%

243
220
180

R + G + B ~ 84%. #F3DCB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 220 + 180 = 643 (100%)
R 243 of 643 ~ 37.79%
G 220 of 643 ~ 34.21%
B 180 of 643 ~ 27.99%

%37.79
%34.21
%27.99

CMYK color model

#F3DCB4 color CMYK value is (0,9,26,5).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 25.93%
  • key color value is 4.71%
CMYK:
(0,9,26,5)
C0M9Y26K5 
(0%,9%,26%,5%)
(0.00/0.09/0.26/0.05)	

CMYK percentages

%0
%9.47
%25.93
%4.71

Codes

Color #F3DCB4 in popluar color models

F3DCB4
RGB243220180
HSL38°72.41%82.94%
HSB/HSV38°25.93%95.29%
CMYK0.00%9.47%25.93%
4.71%

Color #F3DCB4 in popluar number systems.

HEXF3DCB4
Decimal243220180
Binary111100111101110010110100
Octal363334264

Shades and tints

Shades of #F3DCB4

#F3DCB4
(243,220,180)
#DDC8A4
(221,200,164)
#C7B494
(199,180,148)
#B1A084
(177,160,132)
#9B8C74
(155,140,116)
#857864
(133,120,100)
#6F6454
(111,100,84)
#595044
(89,80,68)
#433C34
(67,60,52)
#2D2824
(45,40,36)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #F3DCB4

#F3DCB4
(243,220,180)
#F4DFBA
(244,223,186)
#F5E2C0
(245,226,192)
#F6E5C6
(246,229,198)
#F7E8CC
(247,232,204)
#F8EBD2
(248,235,210)
#F9EED8
(249,238,216)
#FAF1DE
(250,241,222)
#FBF4E4
(251,244,228)
#FCF7EA
(252,247,234)
#FDFAF0
(253,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3DCB4 color. Also use rgb(243,220,180) instead hex code.

Text Font Color

.myTextColor { color: #F3DCB4; }

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

This text font color is #F3DCB4.


Background Color

.myBgColor { background-color: #F3DCB4; }

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

This div background color is #F3DCB4.


Border color

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

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

This div border color is #F3DCB4.


Opacity

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

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

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

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

This text has shadow with #F3DCB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DCB4 on black background.


Color preview on white background

This text has color #F3DCB4 on white background.



Black color preview on #F3DCB4 background

This text has black color on #F3DCB4 background.


White color preview on #F3DCB4 background

This text has white color on #F3DCB4 background.