COLOR #FDC2E7

HEX: #FDC2E7 RGB: (253,194,231)

Color info

#FDC2E7 contains red, green and blue colors in about the same proportion. Web safe color of #FDC2E7 is #FFCCFF (or #FCF).

RGB color model

#FDC2E7 color RGB value is (253,194,231).

RGB: (253,194,231) (99%, 76%, 91%)

RGB channels and saturation

R 253 of 255 = 99%
G 194 of 255 = 76%
B 231 of 255 = 91%

253
194
231

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

Portions of RGB colors in percentages

R + G + B = 253 + 194 + 231 = 678 (100%)
R 253 of 678 ~ 37.32%
G 194 of 678 ~ 28.61%
B 231 of 678 ~ 34.07'%

%37.32
%28.61
%34.07

CMYK color model

#FDC2E7 color CMYK value is (0,23,9,1).

  • cyan value is 0.00%
  • magenta value is 23.32%
  • yellow value is 8.70%
  • key color value is 0.78%

CMYK: (0,23,9,1)
C0M23Y9K1 (0%, 23%, 9%, 1%)
(0.00 / 0.23 / 0.09 / 0.01)

CMYK percentages

%0
%23.32
%8.7
%0.78

Codes

Color #FDC2E7 in popluar color models

FD C2 E7
RGB 253 194 231
HSL 322° 93.65% 87.65%
HSB/HSV 322° 23.32% 99.22%
CMYK 0.00% 23.32% 8.70%
0.78%

Color #FDC2E7 in popluar number systems.

HEX FD C2 E7
Decimal 253 194 231
Binary 11111101 11000010 11100111
Octal 375 302 347

Shades and tints

Shades of #FDC2E7

#FDC2E7
(253,194,231)
#E6B1D2
(230,177,210)
#CFA0BD
(207,160,189)
#B88FA8
(184,143,168)
#A17E93
(161,126,147)
#8A6D7E
(138,109,126)
#735C69
(115,92,105)
#5C4B54
(92,75,84)
#453A3F
(69,58,63)
#2E292A
(46,41,42)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #FDC2E7

#FDC2E7
(253,194,231)
#FDC7E9
(253,199,233)
#FDCCEB
(253,204,235)
#FDD1ED
(253,209,237)
#FDD6EF
(253,214,239)
#FDDBF1
(253,219,241)
#FDE0F3
(253,224,243)
#FDE5F5
(253,229,245)
#FDEAF7
(253,234,247)
#FDEFF9
(253,239,249)
#FDF4FB
(253,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC2E7 color. Also use rgb(253,194,231) instead hex code.

Text Font Color

.myTextColor { color: #FDC2E7; }

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

This text font color is #FDC2E7.

Background Color

.myBgColor { background-color: #FDC2E7; }

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

This div background color is #FDC2E7.

Border color

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

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

This div border color is #FDC2E7.

Opacity

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

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

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

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

This text has shadow with #FDC2E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDC2E7.

Preview

Color preview on black background

This text has color #FDC2E7 on black background.


Color preview on white background

This text has color #FDC2E7 on white background.


Black color preview on #FDC2E7 background

This text has black color on #FDC2E7 background.


White color preview on #FDC2E7 background

This text has white color on #FDC2E7 background.


Related colors

Complementary color

Complementary color for #hex is #023D18.


I love getcolorcode.com

Triadic colors

1 #E7FDC2 and #C2E7FD with #FDC2E7 are triadic colors.

2 #E7C2FD and #C2FDE7 with #FDC2E7 are triadic colors.