COLOR #FEDDF9

HEX: #FEDDF9 RGB: (254,221,249)

Color info

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

RGB color model

#FEDDF9 color RGB value is (254,221,249).

RGB: (254,221,249) (100%, 87%, 98%)

RGB channels and saturation

R 254 of 255 = 100%
G 221 of 255 = 87%
B 249 of 255 = 98%

254
221
249

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

Portions of RGB colors in percentages

R + G + B = 254 + 221 + 249 = 724 (100%)
R 254 of 724 ~ 35.08%
G 221 of 724 ~ 30.52%
B 249 of 724 ~ 34.39'%

%35.08
%30.52
%34.39

CMYK color model

#FEDDF9 color CMYK value is (0,13,2,0).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 1.97%
  • key color value is 0.39%

CMYK: (0,13,2,0)
C0M13Y2K0 (0%, 13%, 2%, 0%)
(0.00 / 0.13 / 0.02 / 0.00)

CMYK percentages

%0
%12.99
%1.97
%0.39

Codes

Color #FEDDF9 in popluar color models

FE DD F9
RGB 254 221 249
HSL 309° 94.29% 93.14%
HSB/HSV 309° 12.99% 99.61%
CMYK 0.00% 12.99% 1.97%
0.39%

Color #FEDDF9 in popluar number systems.

HEX FE DD F9
Decimal 254 221 249
Binary 11111110 11011101 11111001
Octal 376 335 371

Shades and tints

Shades of #FEDDF9

#FEDDF9
(254,221,249)
#E7C9E3
(231,201,227)
#D0B5CD
(208,181,205)
#B9A1B7
(185,161,183)
#A28DA1
(162,141,161)
#8B798B
(139,121,139)
#746575
(116,101,117)
#5D515F
(93,81,95)
#463D49
(70,61,73)
#2F2933
(47,41,51)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #FEDDF9

#FEDDF9
(254,221,249)
#FEE0F9
(254,224,249)
#FEE3F9
(254,227,249)
#FEE6F9
(254,230,249)
#FEE9F9
(254,233,249)
#FEECF9
(254,236,249)
#FEEFF9
(254,239,249)
#FEF2F9
(254,242,249)
#FEF5F9
(254,245,249)
#FEF8F9
(254,248,249)
#FEFBF9
(254,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEDDF9 color. Also use rgb(254,221,249) instead hex code.

Text Font Color

.myTextColor { color: #FEDDF9; }

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

This text font color is #FEDDF9.

Background Color

.myBgColor { background-color: #FEDDF9; }

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

This div background color is #FEDDF9.

Border color

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

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

This div border color is #FEDDF9.

Opacity

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

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

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

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

This text has shadow with #FEDDF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEDDF9.

Preview

Color preview on black background

This text has color #FEDDF9 on black background.


Color preview on white background

This text has color #FEDDF9 on white background.


Black color preview on #FEDDF9 background

This text has black color on #FEDDF9 background.


White color preview on #FEDDF9 background

This text has white color on #FEDDF9 background.


Related colors

Complementary color

Complementary color for #hex is #012206.


I love getcolorcode.com

Triadic colors

1 #F9FEDD and #DDF9FE with #FEDDF9 are triadic colors.

2 #F9DDFE and #DDFEF9 with #FEDDF9 are triadic colors.