COLOR #FEDAE7

HEX: #FEDAE7 RGB: (254,218,231)

Color info

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

RGB color model

#FEDAE7 color RGB value is (254,218,231).

RGB: (254,218,231) (100%, 85%, 91%)

RGB channels and saturation

R 254 of 255 = 100%
G 218 of 255 = 85%
B 231 of 255 = 91%

254
218
231

R + G + B ~ 92%. #FEDAE7 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 218 + 231 = 703 (100%)
R 254 of 703 ~ 36.13%
G 218 of 703 ~ 31.01%
B 231 of 703 ~ 32.86'%

%36.13
%31.01
%32.86

CMYK color model

#FEDAE7 color CMYK value is (0,14,9,0).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 9.06%
  • key color value is 0.39%

CMYK: (0,14,9,0)
C0M14Y9K0 (0%, 14%, 9%, 0%)
(0.00 / 0.14 / 0.09 / 0.00)

CMYK percentages

%0
%14.17
%9.06
%0.39

Codes

Color #FEDAE7 in popluar color models

FE DA E7
RGB 254 218 231
HSL 338° 94.74% 92.55%
HSB/HSV 338° 14.17% 99.61%
CMYK 0.00% 14.17% 9.06%
0.39%

Color #FEDAE7 in popluar number systems.

HEX FE DA E7
Decimal 254 218 231
Binary 11111110 11011010 11100111
Octal 376 332 347

Shades and tints

Shades of #FEDAE7

#FEDAE7
(254,218,231)
#E7C7D2
(231,199,210)
#D0B4BD
(208,180,189)
#B9A1A8
(185,161,168)
#A28E93
(162,142,147)
#8B7B7E
(139,123,126)
#746869
(116,104,105)
#5D5554
(93,85,84)
#46423F
(70,66,63)
#2F2F2A
(47,47,42)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #FEDAE7

#FEDAE7
(254,218,231)
#FEDDE9
(254,221,233)
#FEE0EB
(254,224,235)
#FEE3ED
(254,227,237)
#FEE6EF
(254,230,239)
#FEE9F1
(254,233,241)
#FEECF3
(254,236,243)
#FEEFF5
(254,239,245)
#FEF2F7
(254,242,247)
#FEF5F9
(254,245,249)
#FEF8FB
(254,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEDAE7 color. Also use rgb(254,218,231) instead hex code.

Text Font Color

.myTextColor { color: #FEDAE7; }

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

This text font color is #FEDAE7.

Background Color

.myBgColor { background-color: #FEDAE7; }

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

This div background color is #FEDAE7.

Border color

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

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

This div border color is #FEDAE7.

Opacity

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

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

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

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

This text has shadow with #FEDAE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEDAE7.

Preview

Color preview on black background

This text has color #FEDAE7 on black background.


Color preview on white background

This text has color #FEDAE7 on white background.


Black color preview on #FEDAE7 background

This text has black color on #FEDAE7 background.


White color preview on #FEDAE7 background

This text has white color on #FEDAE7 background.


Related colors

Complementary color

Complementary color for #hex is #012518.


I love getcolorcode.com

Triadic colors

1 #E7FEDA and #DAE7FE with #FEDAE7 are triadic colors.

2 #E7DAFE and #DAFEE7 with #FEDAE7 are triadic colors.