COLOR #FDC3EE

HEX: #FDC3EE
RGB: (253,195,238)

Color info

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

RGB color model

#FDC3EE color RGB value is (253,195,238).

  • red value is 253;
  • green value is 195;
  • blue value is 238.
RGB:
(253,195,238)
(99%,76%,93%)

RGB channels and saturation

R 253 of 255 = 99%
G 195 of 255 = 76%
B 238 of 255 = 93%

253
195
238

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

Portions of RGB colors in percentages

R + G + B =
253 + 195 + 238 = 686 (100%)
R 253 of 686 ~ 36.88%
G 195 of 686 ~ 28.43%
B 238 of 686 ~ 34.69%

%36.88
%28.43
%34.69

CMYK color model

#FDC3EE color CMYK value is (0,23,6,1).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 5.93%
  • key color value is 0.78%
CMYK:
(0,23,6,1)
C0M23Y6K1 
(0%,23%,6%,1%)
(0.00/0.23/0.06/0.01)	

CMYK percentages

%0
%22.92
%5.93
%0.78

Codes

Color #FDC3EE in popluar color models

FDC3EE
RGB253195238
HSL316°93.55%87.84%
HSB/HSV316°22.92%99.22%
CMYK0.00%22.92%5.93%
0.78%

Color #FDC3EE in popluar number systems.

HEXFDC3EE
Decimal253195238
Binary111111011100001111101110
Octal375303356

Shades and tints

Shades of #FDC3EE

#FDC3EE
(253,195,238)
#E6B2D9
(230,178,217)
#CFA1C4
(207,161,196)
#B890AF
(184,144,175)
#A17F9A
(161,127,154)
#8A6E85
(138,110,133)
#735D70
(115,93,112)
#5C4C5B
(92,76,91)
#453B46
(69,59,70)
#2E2A31
(46,42,49)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #FDC3EE

#FDC3EE
(253,195,238)
#FDC8EF
(253,200,239)
#FDCDF0
(253,205,240)
#FDD2F1
(253,210,241)
#FDD7F2
(253,215,242)
#FDDCF3
(253,220,243)
#FDE1F4
(253,225,244)
#FDE6F5
(253,230,245)
#FDEBF6
(253,235,246)
#FDF0F7
(253,240,247)
#FDF5F8
(253,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC3EE color. Also use rgb(253,195,238) instead hex code.

Text Font Color

.myTextColor { color: #FDC3EE; }

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

This text font color is #FDC3EE.


Background Color

.myBgColor { background-color: #FDC3EE; }

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

This div background color is #FDC3EE.


Border color

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

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

This div border color is #FDC3EE.


Opacity

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

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

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

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

This text has shadow with #FDC3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC3EE on black background.


Color preview on white background

This text has color #FDC3EE on white background.



Black color preview on #FDC3EE background

This text has black color on #FDC3EE background.


White color preview on #FDC3EE background

This text has white color on #FDC3EE background.