COLOR #F3DCD5

HEX: #F3DCD5
RGB: (243,220,213)

Color info

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

RGB color model

#F3DCD5 color RGB value is (243,220,213).

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

RGB channels and saturation

R 243 of 255 = 95%
G 220 of 255 = 86%
B 213 of 255 = 84%

243
220
213

R + G + B ~ 88%. #F3DCD5 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 220 + 213 = 676 (100%)
R 243 of 676 ~ 35.95%
G 220 of 676 ~ 32.54%
B 213 of 676 ~ 31.51%

%35.95
%32.54
%31.51

CMYK color model

#F3DCD5 color CMYK value is (0,9,12,5).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 12.35%
  • key color value is 4.71%
CMYK:
(0,9,12,5)
C0M9Y12K5 
(0%,9%,12%,5%)
(0.00/0.09/0.12/0.05)	

CMYK percentages

%0
%9.47
%12.35
%4.71

Codes

Color #F3DCD5 in popluar color models

F3DCD5
RGB243220213
HSL14°55.56%89.41%
HSB/HSV14°12.35%95.29%
CMYK0.00%9.47%12.35%
4.71%

Color #F3DCD5 in popluar number systems.

HEXF3DCD5
Decimal243220213
Binary111100111101110011010101
Octal363334325

Shades and tints

Shades of #F3DCD5

#F3DCD5
(243,220,213)
#DDC8C2
(221,200,194)
#C7B4AF
(199,180,175)
#B1A09C
(177,160,156)
#9B8C89
(155,140,137)
#857876
(133,120,118)
#6F6463
(111,100,99)
#595050
(89,80,80)
#433C3D
(67,60,61)
#2D282A
(45,40,42)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #F3DCD5

#F3DCD5
(243,220,213)
#F4DFD8
(244,223,216)
#F5E2DB
(245,226,219)
#F6E5DE
(246,229,222)
#F7E8E1
(247,232,225)
#F8EBE4
(248,235,228)
#F9EEE7
(249,238,231)
#FAF1EA
(250,241,234)
#FBF4ED
(251,244,237)
#FCF7F0
(252,247,240)
#FDFAF3
(253,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3DCD5; }

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

This text font color is #F3DCD5.


Background Color

.myBgColor { background-color: #F3DCD5; }

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

This div background color is #F3DCD5.


Border color

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

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

This div border color is #F3DCD5.


Opacity

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

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

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

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

This text has shadow with #F3DCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DCD5 on black background.


Color preview on white background

This text has color #F3DCD5 on white background.



Black color preview on #F3DCD5 background

This text has black color on #F3DCD5 background.


White color preview on #F3DCD5 background

This text has white color on #F3DCD5 background.