COLOR #FDC3D7

HEX: #FDC3D7
RGB: (253,195,215)

Color info

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

RGB color model

#FDC3D7 color RGB value is (253,195,215).

  • red value is 253;
  • green value is 195;
  • blue value is 215.
RGB:
(253,195,215)
(99%,76%,84%)

RGB channels and saturation

R 253 of 255 = 99%
G 195 of 255 = 76%
B 215 of 255 = 84%

253
195
215

R + G + B ~ 86%. #FDC3D7 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 195 + 215 = 663 (100%)
R 253 of 663 ~ 38.16%
G 195 of 663 ~ 29.41%
B 215 of 663 ~ 32.43%

%38.16
%29.41
%32.43

CMYK color model

#FDC3D7 color CMYK value is (0,23,15,1).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 15.02%
  • key color value is 0.78%
CMYK:
(0,23,15,1)
C0M23Y15K1 
(0%,23%,15%,1%)
(0.00/0.23/0.15/0.01)	

CMYK percentages

%0
%22.92
%15.02
%0.78

Codes

Color #FDC3D7 in popluar color models

FDC3D7
RGB253195215
HSL339°93.55%87.84%
HSB/HSV339°22.92%99.22%
CMYK0.00%22.92%15.02%
0.78%

Color #FDC3D7 in popluar number systems.

HEXFDC3D7
Decimal253195215
Binary111111011100001111010111
Octal375303327

Shades and tints

Shades of #FDC3D7

#FDC3D7
(253,195,215)
#E6B2C4
(230,178,196)
#CFA1B1
(207,161,177)
#B8909E
(184,144,158)
#A17F8B
(161,127,139)
#8A6E78
(138,110,120)
#735D65
(115,93,101)
#5C4C52
(92,76,82)
#453B3F
(69,59,63)
#2E2A2C
(46,42,44)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #FDC3D7

#FDC3D7
(253,195,215)
#FDC8DA
(253,200,218)
#FDCDDD
(253,205,221)
#FDD2E0
(253,210,224)
#FDD7E3
(253,215,227)
#FDDCE6
(253,220,230)
#FDE1E9
(253,225,233)
#FDE6EC
(253,230,236)
#FDEBEF
(253,235,239)
#FDF0F2
(253,240,242)
#FDF5F5
(253,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC3D7 color. Also use rgb(253,195,215) instead hex code.

Text Font Color

.myTextColor { color: #FDC3D7; }

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

This text font color is #FDC3D7.


Background Color

.myBgColor { background-color: #FDC3D7; }

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

This div background color is #FDC3D7.


Border color

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

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

This div border color is #FDC3D7.


Opacity

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

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

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

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

This text has shadow with #FDC3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC3D7 on black background.


Color preview on white background

This text has color #FDC3D7 on white background.



Black color preview on #FDC3D7 background

This text has black color on #FDC3D7 background.


White color preview on #FDC3D7 background

This text has white color on #FDC3D7 background.