COLOR #FED9F5

HEX: #FED9F5 RGB: (254,217,245)

Color info

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

RGB color model

#FED9F5 color RGB value is (254,217,245).

RGB: (254,217,245) (100%, 85%, 96%)

RGB channels and saturation

R 254 of 255 = 100%
G 217 of 255 = 85%
B 245 of 255 = 96%

254
217
245

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

Portions of RGB colors in percentages

R + G + B = 254 + 217 + 245 = 716 (100%)
R 254 of 716 ~ 35.47%
G 217 of 716 ~ 30.31%
B 245 of 716 ~ 34.22'%

%35.47
%30.31
%34.22

CMYK color model

#FED9F5 color CMYK value is (0,15,4,0).

  • cyan value is 0.00%
  • magenta value is 14.57%
  • yellow value is 3.54%
  • key color value is 0.39%
CMYK: (0,15,4,0) C0M15Y4K0 (0%,15%,4%,0%) (0.00/0.15/0.04/0.00) 

CMYK percentages

%0
%14.57
%3.54
%0.39

Codes

Color #FED9F5 in popluar color models

FE D9 F5
RGB 254 217 245
HSL 315° 94.87% 92.35%
HSB/HSV 315° 14.57% 99.61%
CMYK 0.00% 14.57% 3.54%
0.39%

Color #FED9F5 in popluar number systems.

HEX FE D9 F5
Decimal 254 217 245
Binary 11111110 11011001 11110101
Octal 376 331 365

Shades and tints

Shades of #FED9F5

#FED9F5
(254,217,245)
#E7C6DF
(231,198,223)
#D0B3C9
(208,179,201)
#B9A0B3
(185,160,179)
#A28D9D
(162,141,157)
#8B7A87
(139,122,135)
#746771
(116,103,113)
#5D545B
(93,84,91)
#464145
(70,65,69)
#2F2E2F
(47,46,47)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #FED9F5

#FED9F5
(254,217,245)
#FEDCF5
(254,220,245)
#FEDFF5
(254,223,245)
#FEE2F5
(254,226,245)
#FEE5F5
(254,229,245)
#FEE8F5
(254,232,245)
#FEEBF5
(254,235,245)
#FEEEF5
(254,238,245)
#FEF1F5
(254,241,245)
#FEF4F5
(254,244,245)
#FEF7F5
(254,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FED9F5 color. Also use rgb(254,217,245) instead hex code.

Text Font Color

.myTextColor { color: #FED9F5; }

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

This text font color is #FED9F5.

Background Color

.myBgColor { background-color: #FED9F5; }

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

This div background color is #FED9F5.

Border color

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

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

This div border color is #FED9F5.

Opacity

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

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

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

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

This text has shadow with #FED9F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED9F5.

Preview

Color preview on black background

This text has color #FED9F5 on black background.


Color preview on white background

This text has color #FED9F5 on white background.


Black color preview on #FED9F5 background

This text has black color on #FED9F5 background.


White color preview on #FED9F5 background

This text has white color on #FED9F5 background.


Related colors

Complementary color

Complementary color for #hex is #01260A.


I love getcolorcode.com

Triadic colors

1 #F5FED9 and #D9F5FE with #FED9F5 are triadic colors.

2 #F5D9FE and #D9FEF5 with #FED9F5 are triadic colors.