COLOR #FEEAE2

HEX: #FEEAE2 RGB: (254,234,226)

Color info

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

RGB color model

#FEEAE2 color RGB value is (254,234,226).

RGB: (254,234,226) (100%, 92%, 89%)

RGB channels and saturation

R 254 of 255 = 100%
G 234 of 255 = 92%
B 226 of 255 = 89%

254
234
226

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

Portions of RGB colors in percentages

R + G + B = 254 + 234 + 226 = 714 (100%)
R 254 of 714 ~ 35.57%
G 234 of 714 ~ 32.77%
B 226 of 714 ~ 31.65'%

%35.57
%32.77
%31.65

CMYK color model

#FEEAE2 color CMYK value is (0,8,11,0).

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

CMYK: (0,8,11,0)
C0M8Y11K0 (0%, 8%, 11%, 0%)
(0.00 / 0.08 / 0.11 / 0.00)

CMYK percentages

%0
%7.87
%11.02
%0.39

Codes

Color #FEEAE2 in popluar color models

FE EA E2
RGB 254 234 226
HSL 17° 93.33% 94.12%
HSB/HSV 17° 11.02% 99.61%
CMYK 0.00% 7.87% 11.02%
0.39%

Color #FEEAE2 in popluar number systems.

HEX FE EA E2
Decimal 254 234 226
Binary 11111110 11101010 11100010
Octal 376 352 342

Shades and tints

Shades of #FEEAE2

#FEEAE2
(254,234,226)
#E7D5CE
(231,213,206)
#D0C0BA
(208,192,186)
#B9ABA6
(185,171,166)
#A29692
(162,150,146)
#8B817E
(139,129,126)
#746C6A
(116,108,106)
#5D5756
(93,87,86)
#464242
(70,66,66)
#2F2D2E
(47,45,46)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #FEEAE2

#FEEAE2
(254,234,226)
#FEEBE4
(254,235,228)
#FEECE6
(254,236,230)
#FEEDE8
(254,237,232)
#FEEEEA
(254,238,234)
#FEEFEC
(254,239,236)
#FEF0EE
(254,240,238)
#FEF1F0
(254,241,240)
#FEF2F2
(254,242,242)
#FEF3F4
(254,243,244)
#FEF4F6
(254,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEEAE2; }

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

This text font color is #FEEAE2.

Background Color

.myBgColor { background-color: #FEEAE2; }

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

This div background color is #FEEAE2.

Border color

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

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

This div border color is #FEEAE2.

Opacity

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

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

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

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

This text has shadow with #FEEAE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEEAE2.

Preview

Color preview on black background

This text has color #FEEAE2 on black background.


Color preview on white background

This text has color #FEEAE2 on white background.


Black color preview on #FEEAE2 background

This text has black color on #FEEAE2 background.


White color preview on #FEEAE2 background

This text has white color on #FEEAE2 background.


Related colors

Complementary color

Complementary color for #hex is #01151D.


I love getcolorcode.com

Triadic colors

1 #E2FEEA and #EAE2FE with #FEEAE2 are triadic colors.

2 #E2EAFE and #EAFEE2 with #FEEAE2 are triadic colors.