COLOR #FED3FD

HEX: #FED3FD
RGB: (254,211,253)

Color info

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

RGB color model

#FED3FD color RGB value is (254,211,253).

  • red value is 254;
  • green value is 211;
  • blue value is 253.
RGB:
(254,211,253)
(100%,83%,99%)

RGB channels and saturation

R 254 of 255 = 100%
G 211 of 255 = 83%
B 253 of 255 = 99%

254
211
253

R + G + B ~ 94%. #FED3FD is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 211 + 253 = 718 (100%)
R 254 of 718 ~ 35.38%
G 211 of 718 ~ 29.39%
B 253 of 718 ~ 35.24%

%35.38
%29.39
%35.24

CMYK color model

#FED3FD color CMYK value is (0,17,0,0).

  • cyan value is 0.00%
  • magenta value is 16.93%
  • yellow value is 0.39%
  • key color value is 0.39%
CMYK:
(0,17,0,0)
C0M17Y0K0 
(0%,17%,0%,0%)
(0.00/0.17/0.00/0.00)	

CMYK percentages

%0
%16.93
%0.39
%0.39

Codes

Color #FED3FD in popluar color models

FED3FD
RGB254211253
HSL301°95.56%91.18%
HSB/HSV301°16.93%99.61%
CMYK0.00%16.93%0.39%
0.39%

Color #FED3FD in popluar number systems.

HEXFED3FD
Decimal254211253
Binary111111101101001111111101
Octal376323375

Shades and tints

Shades of #FED3FD

#FED3FD
(254,211,253)
#E7C0E6
(231,192,230)
#D0ADCF
(208,173,207)
#B99AB8
(185,154,184)
#A287A1
(162,135,161)
#8B748A
(139,116,138)
#746173
(116,97,115)
#5D4E5C
(93,78,92)
#463B45
(70,59,69)
#2F282E
(47,40,46)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #FED3FD

#FED3FD
(254,211,253)
#FED7FD
(254,215,253)
#FEDBFD
(254,219,253)
#FEDFFD
(254,223,253)
#FEE3FD
(254,227,253)
#FEE7FD
(254,231,253)
#FEEBFD
(254,235,253)
#FEEFFD
(254,239,253)
#FEF3FD
(254,243,253)
#FEF7FD
(254,247,253)
#FEFBFD
(254,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FED3FD color. Also use rgb(254,211,253) instead hex code.

Text Font Color

.myTextColor { color: #FED3FD; }

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

This text font color is #FED3FD.


Background Color

.myBgColor { background-color: #FED3FD; }

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

This div background color is #FED3FD.


Border color

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

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

This div border color is #FED3FD.


Opacity

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

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

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

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

This text has shadow with #FED3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED3FD on black background.


Color preview on white background

This text has color #FED3FD on white background.



Black color preview on #FED3FD background

This text has black color on #FED3FD background.


White color preview on #FED3FD background

This text has white color on #FED3FD background.