COLOR #FDC1E9

HEX: #FDC1E9
RGB: (253,193,233)

Color info

#FDC1E9 contains mainly red and blue colors. Web safe color of #FDC1E9 is #FFCCFF (or #FCF).

RGB color model

#FDC1E9 color RGB value is (253,193,233).

  • red value is 253;
  • green value is 193;
  • blue value is 233.
RGB:
(253,193,233)
(99%,76%,91%)

RGB channels and saturation

R 253 of 255 = 99%
G 193 of 255 = 76%
B 233 of 255 = 91%

253
193
233

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

Portions of RGB colors in percentages

R + G + B =
253 + 193 + 233 = 679 (100%)
R 253 of 679 ~ 37.26%
G 193 of 679 ~ 28.42%
B 233 of 679 ~ 34.32%

%37.26
%28.42
%34.32

CMYK color model

#FDC1E9 color CMYK value is (0,24,8,1).

  • cyan value is 0.00%
  • magenta value is 23.72%
  • yellow value is 7.91%
  • key color value is 0.78%
CMYK:
(0,24,8,1)
C0M24Y8K1 
(0%,24%,8%,1%)
(0.00/0.24/0.08/0.01)	

CMYK percentages

%0
%23.72
%7.91
%0.78

Codes

Color #FDC1E9 in popluar color models

FDC1E9
RGB253193233
HSL320°93.75%87.45%
HSB/HSV320°23.72%99.22%
CMYK0.00%23.72%7.91%
0.78%

Color #FDC1E9 in popluar number systems.

HEXFDC1E9
Decimal253193233
Binary111111011100000111101001
Octal375301351

Shades and tints

Shades of #FDC1E9

#FDC1E9
(253,193,233)
#E6B0D4
(230,176,212)
#CF9FBF
(207,159,191)
#B88EAA
(184,142,170)
#A17D95
(161,125,149)
#8A6C80
(138,108,128)
#735B6B
(115,91,107)
#5C4A56
(92,74,86)
#453941
(69,57,65)
#2E282C
(46,40,44)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #FDC1E9

#FDC1E9
(253,193,233)
#FDC6EB
(253,198,235)
#FDCBED
(253,203,237)
#FDD0EF
(253,208,239)
#FDD5F1
(253,213,241)
#FDDAF3
(253,218,243)
#FDDFF5
(253,223,245)
#FDE4F7
(253,228,247)
#FDE9F9
(253,233,249)
#FDEEFB
(253,238,251)
#FDF3FD
(253,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC1E9 color. Also use rgb(253,193,233) instead hex code.

Text Font Color

.myTextColor { color: #FDC1E9; }

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

This text font color is #FDC1E9.


Background Color

.myBgColor { background-color: #FDC1E9; }

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

This div background color is #FDC1E9.


Border color

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

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

This div border color is #FDC1E9.


Opacity

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

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

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

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

This text has shadow with #FDC1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC1E9 on black background.


Color preview on white background

This text has color #FDC1E9 on white background.



Black color preview on #FDC1E9 background

This text has black color on #FDC1E9 background.


White color preview on #FDC1E9 background

This text has white color on #FDC1E9 background.