COLOR #FED5FF

HEX: #FED5FF
RGB: (254,213,255)

Color info

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

RGB color model

#FED5FF color RGB value is (254,213,255).

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

RGB channels and saturation

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

254
213
255

R + G + B ~ 95%. #FED5FF is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 213 + 255 = 722 (100%)
R 254 of 722 ~ 35.18%
G 213 of 722 ~ 29.5%
B 255 of 722 ~ 35.32%

%35.18
%29.5
%35.32

CMYK color model

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

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

CMYK percentages

%0.39
%16.47
%0
%0

Codes

Color #FED5FF in popluar color models

FED5FF
RGB254213255
HSL299°100.00%91.76%
HSB/HSV299°16.47%100.00%
CMYK0.39%16.47%0.00%
0.00%

Color #FED5FF in popluar number systems.

HEXFED5FF
Decimal254213255
Binary111111101101010111111111
Octal376325377

Shades and tints

Shades of #FED5FF

#FED5FF
(254,213,255)
#E7C2E8
(231,194,232)
#D0AFD1
(208,175,209)
#B99CBA
(185,156,186)
#A289A3
(162,137,163)
#8B768C
(139,118,140)
#746375
(116,99,117)
#5D505E
(93,80,94)
#463D47
(70,61,71)
#2F2A30
(47,42,48)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #FED5FF

#FED5FF
(254,213,255)
#FED8FF
(254,216,255)
#FEDBFF
(254,219,255)
#FEDEFF
(254,222,255)
#FEE1FF
(254,225,255)
#FEE4FF
(254,228,255)
#FEE7FF
(254,231,255)
#FEEAFF
(254,234,255)
#FEEDFF
(254,237,255)
#FEF0FF
(254,240,255)
#FEF3FF
(254,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED5FF; }

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

This text font color is #FED5FF.


Background Color

.myBgColor { background-color: #FED5FF; }

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

This div background color is #FED5FF.


Border color

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

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

This div border color is #FED5FF.


Opacity

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

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

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

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

This text has shadow with #FED5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED5FF on black background.


Color preview on white background

This text has color #FED5FF on white background.



Black color preview on #FED5FF background

This text has black color on #FED5FF background.


White color preview on #FED5FF background

This text has white color on #FED5FF background.