COLOR #F3DCDD

HEX: #F3DCDD
RGB: (243,220,221)

Color info

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

RGB color model

#F3DCDD color RGB value is (243,220,221).

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

RGB channels and saturation

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

243
220
221

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

Portions of RGB colors in percentages

R + G + B =
243 + 220 + 221 = 684 (100%)
R 243 of 684 ~ 35.53%
G 220 of 684 ~ 32.16%
B 221 of 684 ~ 32.31%

%35.53
%32.16
%32.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 9.05%
  • key color value is 4.71%
CMYK:
(0,9,9,5)
C0M9Y9K5 
(0%,9%,9%,5%)
(0.00/0.09/0.09/0.05)	

CMYK percentages

%0
%9.47
%9.05
%4.71

Codes

Color #F3DCDD in popluar color models

F3DCDD
RGB243220221
HSL357°48.94%90.78%
HSB/HSV357°9.47%95.29%
CMYK0.00%9.47%9.05%
4.71%

Color #F3DCDD in popluar number systems.

HEXF3DCDD
Decimal243220221
Binary111100111101110011011101
Octal363334335

Shades and tints

Shades of #F3DCDD

#F3DCDD
(243,220,221)
#DDC8C9
(221,200,201)
#C7B4B5
(199,180,181)
#B1A0A1
(177,160,161)
#9B8C8D
(155,140,141)
#857879
(133,120,121)
#6F6465
(111,100,101)
#595051
(89,80,81)
#433C3D
(67,60,61)
#2D2829
(45,40,41)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #F3DCDD

#F3DCDD
(243,220,221)
#F4DFE0
(244,223,224)
#F5E2E3
(245,226,227)
#F6E5E6
(246,229,230)
#F7E8E9
(247,232,233)
#F8EBEC
(248,235,236)
#F9EEEF
(249,238,239)
#FAF1F2
(250,241,242)
#FBF4F5
(251,244,245)
#FCF7F8
(252,247,248)
#FDFAFB
(253,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3DCDD; }

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

This text font color is #F3DCDD.


Background Color

.myBgColor { background-color: #F3DCDD; }

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

This div background color is #F3DCDD.


Border color

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

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

This div border color is #F3DCDD.


Opacity

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

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

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

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

This text has shadow with #F3DCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DCDD on black background.


Color preview on white background

This text has color #F3DCDD on white background.



Black color preview on #F3DCDD background

This text has black color on #F3DCDD background.


White color preview on #F3DCDD background

This text has white color on #F3DCDD background.