COLOR #FDCDE2

HEX: #FDCDE2
RGB: (253,205,226)

Color info

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

RGB color model

#FDCDE2 color RGB value is (253,205,226).

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

RGB channels and saturation

R 253 of 255 = 99%
G 205 of 255 = 80%
B 226 of 255 = 89%

253
205
226

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

Portions of RGB colors in percentages

R + G + B =
253 + 205 + 226 = 684 (100%)
R 253 of 684 ~ 36.99%
G 205 of 684 ~ 29.97%
B 226 of 684 ~ 33.04%

%36.99
%29.97
%33.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 10.67%
  • 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
%10.67
%0.78

Codes

Color #FDCDE2 in popluar color models

FDCDE2
RGB253205226
HSL334°92.31%89.80%
HSB/HSV334°18.97%99.22%
CMYK0.00%18.97%10.67%
0.78%

Color #FDCDE2 in popluar number systems.

HEXFDCDE2
Decimal253205226
Binary111111011100110111100010
Octal375315342

Shades and tints

Shades of #FDCDE2

#FDCDE2
(253,205,226)
#E6BBCE
(230,187,206)
#CFA9BA
(207,169,186)
#B897A6
(184,151,166)
#A18592
(161,133,146)
#8A737E
(138,115,126)
#73616A
(115,97,106)
#5C4F56
(92,79,86)
#453D42
(69,61,66)
#2E2B2E
(46,43,46)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #FDCDE2

#FDCDE2
(253,205,226)
#FDD1E4
(253,209,228)
#FDD5E6
(253,213,230)
#FDD9E8
(253,217,232)
#FDDDEA
(253,221,234)
#FDE1EC
(253,225,236)
#FDE5EE
(253,229,238)
#FDE9F0
(253,233,240)
#FDEDF2
(253,237,242)
#FDF1F4
(253,241,244)
#FDF5F6
(253,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDCDE2; }

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

This text font color is #FDCDE2.


Background Color

.myBgColor { background-color: #FDCDE2; }

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

This div background color is #FDCDE2.


Border color

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

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

This div border color is #FDCDE2.


Opacity

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

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

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

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

This text has shadow with #FDCDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDCDE2 on black background.


Color preview on white background

This text has color #FDCDE2 on white background.



Black color preview on #FDCDE2 background

This text has black color on #FDCDE2 background.


White color preview on #FDCDE2 background

This text has white color on #FDCDE2 background.