COLOR #FDC5ED

HEX: #FDC5ED
RGB: (253,197,237)

Color info

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

RGB color model

#FDC5ED color RGB value is (253,197,237).

  • red value is 253;
  • green value is 197;
  • blue value is 237.
RGB:
(253,197,237)
(99%,77%,93%)

RGB channels and saturation

R 253 of 255 = 99%
G 197 of 255 = 77%
B 237 of 255 = 93%

253
197
237

R + G + B ~ 90%. #FDC5ED is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 197 + 237 = 687 (100%)
R 253 of 687 ~ 36.83%
G 197 of 687 ~ 28.68%
B 237 of 687 ~ 34.5%

%36.83
%28.68
%34.5

CMYK color model

#FDC5ED color CMYK value is (0,22,6,1).

  • cyan value is 0.00%
  • magenta value is 22.13%
  • yellow value is 6.32%
  • key color value is 0.78%
CMYK:
(0,22,6,1)
C0M22Y6K1 
(0%,22%,6%,1%)
(0.00/0.22/0.06/0.01)	

CMYK percentages

%0
%22.13
%6.32
%0.78

Codes

Color #FDC5ED in popluar color models

FDC5ED
RGB253197237
HSL317°93.33%88.24%
HSB/HSV317°22.13%99.22%
CMYK0.00%22.13%6.32%
0.78%

Color #FDC5ED in popluar number systems.

HEXFDC5ED
Decimal253197237
Binary111111011100010111101101
Octal375305355

Shades and tints

Shades of #FDC5ED

#FDC5ED
(253,197,237)
#E6B4D8
(230,180,216)
#CFA3C3
(207,163,195)
#B892AE
(184,146,174)
#A18199
(161,129,153)
#8A7084
(138,112,132)
#735F6F
(115,95,111)
#5C4E5A
(92,78,90)
#453D45
(69,61,69)
#2E2C30
(46,44,48)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #FDC5ED

#FDC5ED
(253,197,237)
#FDCAEE
(253,202,238)
#FDCFEF
(253,207,239)
#FDD4F0
(253,212,240)
#FDD9F1
(253,217,241)
#FDDEF2
(253,222,242)
#FDE3F3
(253,227,243)
#FDE8F4
(253,232,244)
#FDEDF5
(253,237,245)
#FDF2F6
(253,242,246)
#FDF7F7
(253,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC5ED color. Also use rgb(253,197,237) instead hex code.

Text Font Color

.myTextColor { color: #FDC5ED; }

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

This text font color is #FDC5ED.


Background Color

.myBgColor { background-color: #FDC5ED; }

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

This div background color is #FDC5ED.


Border color

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

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

This div border color is #FDC5ED.


Opacity

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

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

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

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

This text has shadow with #FDC5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC5ED on black background.


Color preview on white background

This text has color #FDC5ED on white background.



Black color preview on #FDC5ED background

This text has black color on #FDC5ED background.


White color preview on #FDC5ED background

This text has white color on #FDC5ED background.