COLOR #FEEAD7

HEX: #FEEAD7 RGB: (254,234,215)

Color info

#FEEAD7 contains red, green and blue colors in about the same proportion. Web safe color of #FEEAD7 is #FFFFCC (or #FFC).

RGB color model

#FEEAD7 color RGB value is (254,234,215).

RGB: (254,234,215) (100%, 92%, 84%)

RGB channels and saturation

R 254 of 255 = 100%
G 234 of 255 = 92%
B 215 of 255 = 84%

254
234
215

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

Portions of RGB colors in percentages

R + G + B = 254 + 234 + 215 = 703 (100%)
R 254 of 703 ~ 36.13%
G 234 of 703 ~ 33.29%
B 215 of 703 ~ 30.58'%

%36.13
%33.29
%30.58

CMYK color model

#FEEAD7 color CMYK value is (0,8,15,0).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 15.35%
  • key color value is 0.39%

CMYK: (0,8,15,0)
C0M8Y15K0 (0%, 8%, 15%, 0%)
(0.00 / 0.08 / 0.15 / 0.00)

CMYK percentages

%0
%7.87
%15.35
%0.39

Codes

Color #FEEAD7 in popluar color models

FE EA D7
RGB 254 234 215
HSL 29° 95.12% 91.96%
HSB/HSV 29° 15.35% 99.61%
CMYK 0.00% 7.87% 15.35%
0.39%

Color #FEEAD7 in popluar number systems.

HEX FE EA D7
Decimal 254 234 215
Binary 11111110 11101010 11010111
Octal 376 352 327

Shades and tints

Shades of #FEEAD7

#FEEAD7
(254,234,215)
#E7D5C4
(231,213,196)
#D0C0B1
(208,192,177)
#B9AB9E
(185,171,158)
#A2968B
(162,150,139)
#8B8178
(139,129,120)
#746C65
(116,108,101)
#5D5752
(93,87,82)
#46423F
(70,66,63)
#2F2D2C
(47,45,44)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #FEEAD7

#FEEAD7
(254,234,215)
#FEEBDA
(254,235,218)
#FEECDD
(254,236,221)
#FEEDE0
(254,237,224)
#FEEEE3
(254,238,227)
#FEEFE6
(254,239,230)
#FEF0E9
(254,240,233)
#FEF1EC
(254,241,236)
#FEF2EF
(254,242,239)
#FEF3F2
(254,243,242)
#FEF4F5
(254,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEEAD7 color. Also use rgb(254,234,215) instead hex code.

Text Font Color

.myTextColor { color: #FEEAD7; }

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

This text font color is #FEEAD7.

Background Color

.myBgColor { background-color: #FEEAD7; }

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

This div background color is #FEEAD7.

Border color

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

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

This div border color is #FEEAD7.

Opacity

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

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

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

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

This text has shadow with #FEEAD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEEAD7.

Preview

Color preview on black background

This text has color #FEEAD7 on black background.


Color preview on white background

This text has color #FEEAD7 on white background.


Black color preview on #FEEAD7 background

This text has black color on #FEEAD7 background.


White color preview on #FEEAD7 background

This text has white color on #FEEAD7 background.


Related colors

Complementary color

Complementary color for #hex is #011528.


I love getcolorcode.com

Triadic colors

1 #D7FEEA and #EAD7FE with #FEEAD7 are triadic colors.

2 #D7EAFE and #EAFED7 with #FEEAD7 are triadic colors.