COLOR #FEADE5

HEX: #FEADE5 RGB: (254,173,229)

Color info

#FEADE5 contains mainly red and blue colors. Web safe color of #FEADE5 is #FF99CC (or #F9C).

RGB color model

#FEADE5 color RGB value is (254,173,229).

RGB: (254,173,229) (100%, 68%, 90%)

RGB channels and saturation

R 254 of 255 = 100%
G 173 of 255 = 68%
B 229 of 255 = 90%

254
173
229

R + G + B ~ 86%. #FEADE5 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 173 + 229 = 656 (100%)
R 254 of 656 ~ 38.72%
G 173 of 656 ~ 26.37%
B 229 of 656 ~ 34.91'%

%38.72
%26.37
%34.91

CMYK color model

#FEADE5 color CMYK value is (0,32,10,0).

  • cyan value is 0.00%
  • magenta value is 31.89%
  • yellow value is 9.84%
  • key color value is 0.39%

CMYK: (0,32,10,0)
C0M32Y10K0 (0%, 32%, 10%, 0%)
(0.00 / 0.32 / 0.10 / 0.00)

CMYK percentages

%0
%31.89
%9.84
%0.39

Codes

Color #FEADE5 in popluar color models

FE AD E5
RGB 254 173 229
HSL 319° 97.59% 83.73%
HSB/HSV 319° 31.89% 99.61%
CMYK 0.00% 31.89% 9.84%
0.39%

Color #FEADE5 in popluar number systems.

HEX FE AD E5
Decimal 254 173 229
Binary 11111110 10101101 11100101
Octal 376 255 345

Shades and tints

Shades of #FEADE5

#FEADE5
(254,173,229)
#E79ED1
(231,158,209)
#D08FBD
(208,143,189)
#B980A9
(185,128,169)
#A27195
(162,113,149)
#8B6281
(139,98,129)
#74536D
(116,83,109)
#5D4459
(93,68,89)
#463545
(70,53,69)
#2F2631
(47,38,49)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #FEADE5

#FEADE5
(254,173,229)
#FEB4E7
(254,180,231)
#FEBBE9
(254,187,233)
#FEC2EB
(254,194,235)
#FEC9ED
(254,201,237)
#FED0EF
(254,208,239)
#FED7F1
(254,215,241)
#FEDEF3
(254,222,243)
#FEE5F5
(254,229,245)
#FEECF7
(254,236,247)
#FEF3F9
(254,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEADE5 color. Also use rgb(254,173,229) instead hex code.

Text Font Color

.myTextColor { color: #FEADE5; }

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

This text font color is #FEADE5.

Background Color

.myBgColor { background-color: #FEADE5; }

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

This div background color is #FEADE5.

Border color

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

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

This div border color is #FEADE5.

Opacity

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

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

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

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

This text has shadow with #FEADE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEADE5.

Preview

Color preview on black background

This text has color #FEADE5 on black background.


Color preview on white background

This text has color #FEADE5 on white background.


Black color preview on #FEADE5 background

This text has black color on #FEADE5 background.


White color preview on #FEADE5 background

This text has white color on #FEADE5 background.


Related colors

Complementary color

Complementary color for #hex is #01521A.


I love getcolorcode.com

Triadic colors

1 #E5FEAD and #ADE5FE with #FEADE5 are triadic colors.

2 #E5ADFE and #ADFEE5 with #FEADE5 are triadic colors.