COLOR #FDCDE0

HEX: #FDCDE0
RGB: (253,205,224)

Color info

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

RGB color model

#FDCDE0 color RGB value is (253,205,224).

  • red value is 253;
  • green value is 205;
  • blue value is 224.
RGB:
(253,205,224)
(99%,80%,88%)

RGB channels and saturation

R 253 of 255 = 99%
G 205 of 255 = 80%
B 224 of 255 = 88%

253
205
224

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

Portions of RGB colors in percentages

R + G + B =
253 + 205 + 224 = 682 (100%)
R 253 of 682 ~ 37.1%
G 205 of 682 ~ 30.06%
B 224 of 682 ~ 32.84%

%37.1
%30.06
%32.84

CMYK color model

#FDCDE0 color CMYK value is (0,19,11,1).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 11.46%
  • key color value is 0.78%
CMYK:
(0,19,11,1)
C0M19Y11K1 
(0%,19%,11%,1%)
(0.00/0.19/0.11/0.01)	

CMYK percentages

%0
%18.97
%11.46
%0.78

Codes

Color #FDCDE0 in popluar color models

FDCDE0
RGB253205224
HSL336°92.31%89.80%
HSB/HSV336°18.97%99.22%
CMYK0.00%18.97%11.46%
0.78%

Color #FDCDE0 in popluar number systems.

HEXFDCDE0
Decimal253205224
Binary111111011100110111100000
Octal375315340

Shades and tints

Shades of #FDCDE0

#FDCDE0
(253,205,224)
#E6BBCC
(230,187,204)
#CFA9B8
(207,169,184)
#B897A4
(184,151,164)
#A18590
(161,133,144)
#8A737C
(138,115,124)
#736168
(115,97,104)
#5C4F54
(92,79,84)
#453D40
(69,61,64)
#2E2B2C
(46,43,44)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #FDCDE0

#FDCDE0
(253,205,224)
#FDD1E2
(253,209,226)
#FDD5E4
(253,213,228)
#FDD9E6
(253,217,230)
#FDDDE8
(253,221,232)
#FDE1EA
(253,225,234)
#FDE5EC
(253,229,236)
#FDE9EE
(253,233,238)
#FDEDF0
(253,237,240)
#FDF1F2
(253,241,242)
#FDF5F4
(253,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDCDE0 color. Also use rgb(253,205,224) instead hex code.

Text Font Color

.myTextColor { color: #FDCDE0; }

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

This text font color is #FDCDE0.


Background Color

.myBgColor { background-color: #FDCDE0; }

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

This div background color is #FDCDE0.


Border color

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

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

This div border color is #FDCDE0.


Opacity

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

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

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

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

This text has shadow with #FDCDE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDCDE0 on black background.


Color preview on white background

This text has color #FDCDE0 on white background.



Black color preview on #FDCDE0 background

This text has black color on #FDCDE0 background.


White color preview on #FDCDE0 background

This text has white color on #FDCDE0 background.