COLOR #FDC2EB

HEX: #FDC2EB
RGB: (253,194,235)

Color info

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

RGB color model

#FDC2EB color RGB value is (253,194,235).

  • red value is 253;
  • green value is 194;
  • blue value is 235.
RGB:
(253,194,235)
(99%,76%,92%)

RGB channels and saturation

R 253 of 255 = 99%
G 194 of 255 = 76%
B 235 of 255 = 92%

253
194
235

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

Portions of RGB colors in percentages

R + G + B =
253 + 194 + 235 = 682 (100%)
R 253 of 682 ~ 37.1%
G 194 of 682 ~ 28.45%
B 235 of 682 ~ 34.46%

%37.1
%28.45
%34.46

CMYK color model

#FDC2EB color CMYK value is (0,23,7,1).

  • cyan value is 0.00%
  • magenta value is 23.32%
  • yellow value is 7.11%
  • key color value is 0.78%
CMYK:
(0,23,7,1)
C0M23Y7K1 
(0%,23%,7%,1%)
(0.00/0.23/0.07/0.01)	

CMYK percentages

%0
%23.32
%7.11
%0.78

Codes

Color #FDC2EB in popluar color models

FDC2EB
RGB253194235
HSL318°93.65%87.65%
HSB/HSV318°23.32%99.22%
CMYK0.00%23.32%7.11%
0.78%

Color #FDC2EB in popluar number systems.

HEXFDC2EB
Decimal253194235
Binary111111011100001011101011
Octal375302353

Shades and tints

Shades of #FDC2EB

#FDC2EB
(253,194,235)
#E6B1D6
(230,177,214)
#CFA0C1
(207,160,193)
#B88FAC
(184,143,172)
#A17E97
(161,126,151)
#8A6D82
(138,109,130)
#735C6D
(115,92,109)
#5C4B58
(92,75,88)
#453A43
(69,58,67)
#2E292E
(46,41,46)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #FDC2EB

#FDC2EB
(253,194,235)
#FDC7EC
(253,199,236)
#FDCCED
(253,204,237)
#FDD1EE
(253,209,238)
#FDD6EF
(253,214,239)
#FDDBF0
(253,219,240)
#FDE0F1
(253,224,241)
#FDE5F2
(253,229,242)
#FDEAF3
(253,234,243)
#FDEFF4
(253,239,244)
#FDF4F5
(253,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDC2EB; }

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

This text font color is #FDC2EB.


Background Color

.myBgColor { background-color: #FDC2EB; }

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

This div background color is #FDC2EB.


Border color

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

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

This div border color is #FDC2EB.


Opacity

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

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

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

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

This text has shadow with #FDC2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC2EB on black background.


Color preview on white background

This text has color #FDC2EB on white background.



Black color preview on #FDC2EB background

This text has black color on #FDC2EB background.


White color preview on #FDC2EB background

This text has white color on #FDC2EB background.