COLOR #F3DCD9

HEX: #F3DCD9
RGB: (243,220,217)

Color info

#F3DCD9 contains red, green and blue colors in about the same proportion. Web safe color of #F3DCD9 is #FFCCCC (or #FCC).

RGB color model

#F3DCD9 color RGB value is (243,220,217).

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

RGB channels and saturation

R 243 of 255 = 95%
G 220 of 255 = 86%
B 217 of 255 = 85%

243
220
217

R + G + B ~ 89%. #F3DCD9 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 220 + 217 = 680 (100%)
R 243 of 680 ~ 35.74%
G 220 of 680 ~ 32.35%
B 217 of 680 ~ 31.91%

%35.74
%32.35
%31.91

CMYK color model

#F3DCD9 color CMYK value is (0,9,11,5).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 10.70%
  • key color value is 4.71%
CMYK:
(0,9,11,5)
C0M9Y11K5 
(0%,9%,11%,5%)
(0.00/0.09/0.11/0.05)	

CMYK percentages

%0
%9.47
%10.7
%4.71

Codes

Color #F3DCD9 in popluar color models

F3DCD9
RGB243220217
HSL52.00%90.20%
HSB/HSV10.70%95.29%
CMYK0.00%9.47%10.70%
4.71%

Color #F3DCD9 in popluar number systems.

HEXF3DCD9
Decimal243220217
Binary111100111101110011011001
Octal363334331

Shades and tints

Shades of #F3DCD9

#F3DCD9
(243,220,217)
#DDC8C6
(221,200,198)
#C7B4B3
(199,180,179)
#B1A0A0
(177,160,160)
#9B8C8D
(155,140,141)
#85787A
(133,120,122)
#6F6467
(111,100,103)
#595054
(89,80,84)
#433C41
(67,60,65)
#2D282E
(45,40,46)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #F3DCD9

#F3DCD9
(243,220,217)
#F4DFDC
(244,223,220)
#F5E2DF
(245,226,223)
#F6E5E2
(246,229,226)
#F7E8E5
(247,232,229)
#F8EBE8
(248,235,232)
#F9EEEB
(249,238,235)
#FAF1EE
(250,241,238)
#FBF4F1
(251,244,241)
#FCF7F4
(252,247,244)
#FDFAF7
(253,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3DCD9; }

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

This text font color is #F3DCD9.


Background Color

.myBgColor { background-color: #F3DCD9; }

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

This div background color is #F3DCD9.


Border color

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

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

This div border color is #F3DCD9.


Opacity

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

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

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

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

This text has shadow with #F3DCD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DCD9 on black background.


Color preview on white background

This text has color #F3DCD9 on white background.



Black color preview on #F3DCD9 background

This text has black color on #F3DCD9 background.


White color preview on #F3DCD9 background

This text has white color on #F3DCD9 background.