COLOR #FED3FF

HEX: #FED3FF RGB: (254,211,255)

Color info

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

RGB color model

#FED3FF color RGB value is (254,211,255).

RGB: (254,211,255) (100%, 83%, 100%)

RGB channels and saturation

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

254
211
255

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

Portions of RGB colors in percentages

R + G + B = 254 + 211 + 255 = 720 (100%)
R 254 of 720 ~ 35.28%
G 211 of 720 ~ 29.31%
B 255 of 720 ~ 35.42'%

%35.28
%29.31
%35.42

CMYK color model

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

  • cyan value is 0.39%
  • magenta value is 17.25%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (0,17,0,0)
C0M17Y0K0 (0%, 17%, 0%, 0%)
(0.00 / 0.17 / 0.00 / 0.00)

CMYK percentages

%0.39
%17.25
%0
%0

Codes

Color #FED3FF in popluar color models

FE D3 FF
RGB 254 211 255
HSL 299° 100.00% 91.37%
HSB/HSV 299° 17.25% 100.00%
CMYK 0.39% 17.25% 0.00%
0.00%

Color #FED3FF in popluar number systems.

HEX FE D3 FF
Decimal 254 211 255
Binary 11111110 11010011 11111111
Octal 376 323 377

Shades and tints

Shades of #FED3FF

#FED3FF
(254,211,255)
#E7C0E8
(231,192,232)
#D0ADD1
(208,173,209)
#B99ABA
(185,154,186)
#A287A3
(162,135,163)
#8B748C
(139,116,140)
#746175
(116,97,117)
#5D4E5E
(93,78,94)
#463B47
(70,59,71)
#2F2830
(47,40,48)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #FED3FF

#FED3FF
(254,211,255)
#FED7FF
(254,215,255)
#FEDBFF
(254,219,255)
#FEDFFF
(254,223,255)
#FEE3FF
(254,227,255)
#FEE7FF
(254,231,255)
#FEEBFF
(254,235,255)
#FEEFFF
(254,239,255)
#FEF3FF
(254,243,255)
#FEF7FF
(254,247,255)
#FEFBFF
(254,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED3FF; }

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

This text font color is #FED3FF.

Background Color

.myBgColor { background-color: #FED3FF; }

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

This div background color is #FED3FF.

Border color

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

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

This div border color is #FED3FF.

Opacity

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

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

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

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

This text has shadow with #FED3FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED3FF.

Preview

Color preview on black background

This text has color #FED3FF on black background.


Color preview on white background

This text has color #FED3FF on white background.


Black color preview on #FED3FF background

This text has black color on #FED3FF background.


White color preview on #FED3FF background

This text has white color on #FED3FF background.


Related colors

Complementary color

Complementary color for #hex is #012C00.


I love getcolorcode.com

Triadic colors

1 #FFFED3 and #D3FFFE with #FED3FF are triadic colors.

2 #FFD3FE and #D3FEFF with #FED3FF are triadic colors.