COLOR #FED5FD

HEX: #FED5FD
RGB: (254,213,253)

Color info

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

RGB color model

#FED5FD color RGB value is (254,213,253).

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

RGB channels and saturation

R 254 of 255 = 100%
G 213 of 255 = 84%
B 253 of 255 = 99%

254
213
253

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

Portions of RGB colors in percentages

R + G + B =
254 + 213 + 253 = 720 (100%)
R 254 of 720 ~ 35.28%
G 213 of 720 ~ 29.58%
B 253 of 720 ~ 35.14%

%35.28
%29.58
%35.14

CMYK color model

#FED5FD color CMYK value is (0,16,0,0).

  • cyan value is 0.00%
  • magenta value is 16.14%
  • yellow value is 0.39%
  • key color value is 0.39%
CMYK:
(0,16,0,0)
C0M16Y0K0 
(0%,16%,0%,0%)
(0.00/0.16/0.00/0.00)	

CMYK percentages

%0
%16.14
%0.39
%0.39

Codes

Color #FED5FD in popluar color models

FED5FD
RGB254213253
HSL301°95.35%91.57%
HSB/HSV301°16.14%99.61%
CMYK0.00%16.14%0.39%
0.39%

Color #FED5FD in popluar number systems.

HEXFED5FD
Decimal254213253
Binary111111101101010111111101
Octal376325375

Shades and tints

Shades of #FED5FD

#FED5FD
(254,213,253)
#E7C2E6
(231,194,230)
#D0AFCF
(208,175,207)
#B99CB8
(185,156,184)
#A289A1
(162,137,161)
#8B768A
(139,118,138)
#746373
(116,99,115)
#5D505C
(93,80,92)
#463D45
(70,61,69)
#2F2A2E
(47,42,46)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #FED5FD

#FED5FD
(254,213,253)
#FED8FD
(254,216,253)
#FEDBFD
(254,219,253)
#FEDEFD
(254,222,253)
#FEE1FD
(254,225,253)
#FEE4FD
(254,228,253)
#FEE7FD
(254,231,253)
#FEEAFD
(254,234,253)
#FEEDFD
(254,237,253)
#FEF0FD
(254,240,253)
#FEF3FD
(254,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED5FD; }

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

This text font color is #FED5FD.


Background Color

.myBgColor { background-color: #FED5FD; }

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

This div background color is #FED5FD.


Border color

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

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

This div border color is #FED5FD.


Opacity

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

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

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

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

This text has shadow with #FED5FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED5FD on black background.


Color preview on white background

This text has color #FED5FD on white background.



Black color preview on #FED5FD background

This text has black color on #FED5FD background.


White color preview on #FED5FD background

This text has white color on #FED5FD background.