COLOR #F3DCDF

HEX: #F3DCDF
RGB: (243,220,223)

Color info

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

RGB color model

#F3DCDF color RGB value is (243,220,223).

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

RGB channels and saturation

R 243 of 255 = 95%
G 220 of 255 = 86%
B 223 of 255 = 87%

243
220
223

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

Portions of RGB colors in percentages

R + G + B =
243 + 220 + 223 = 686 (100%)
R 243 of 686 ~ 35.42%
G 220 of 686 ~ 32.07%
B 223 of 686 ~ 32.51%

%35.42
%32.07
%32.51

CMYK color model

#F3DCDF color CMYK value is (0,9,8,5).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 8.23%
  • key color value is 4.71%
CMYK:
(0,9,8,5)
C0M9Y8K5 
(0%,9%,8%,5%)
(0.00/0.09/0.08/0.05)	

CMYK percentages

%0
%9.47
%8.23
%4.71

Codes

Color #F3DCDF in popluar color models

F3DCDF
RGB243220223
HSL352°48.94%90.78%
HSB/HSV352°9.47%95.29%
CMYK0.00%9.47%8.23%
4.71%

Color #F3DCDF in popluar number systems.

HEXF3DCDF
Decimal243220223
Binary111100111101110011011111
Octal363334337

Shades and tints

Shades of #F3DCDF

#F3DCDF
(243,220,223)
#DDC8CB
(221,200,203)
#C7B4B7
(199,180,183)
#B1A0A3
(177,160,163)
#9B8C8F
(155,140,143)
#85787B
(133,120,123)
#6F6467
(111,100,103)
#595053
(89,80,83)
#433C3F
(67,60,63)
#2D282B
(45,40,43)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #F3DCDF

#F3DCDF
(243,220,223)
#F4DFE1
(244,223,225)
#F5E2E3
(245,226,227)
#F6E5E5
(246,229,229)
#F7E8E7
(247,232,231)
#F8EBE9
(248,235,233)
#F9EEEB
(249,238,235)
#FAF1ED
(250,241,237)
#FBF4EF
(251,244,239)
#FCF7F1
(252,247,241)
#FDFAF3
(253,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3DCDF; }

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

This text font color is #F3DCDF.


Background Color

.myBgColor { background-color: #F3DCDF; }

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

This div background color is #F3DCDF.


Border color

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

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

This div border color is #F3DCDF.


Opacity

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

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

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

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

This text has shadow with #F3DCDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DCDF on black background.


Color preview on white background

This text has color #F3DCDF on white background.



Black color preview on #F3DCDF background

This text has black color on #F3DCDF background.


White color preview on #F3DCDF background

This text has white color on #F3DCDF background.