COLOR #FEEAC6

HEX: #FEEAC6 RGB: (254,234,198)

Color info

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

RGB color model

#FEEAC6 color RGB value is (254,234,198).

RGB: (254,234,198) (100%, 92%, 78%)

RGB channels and saturation

R 254 of 255 = 100%
G 234 of 255 = 92%
B 198 of 255 = 78%

254
234
198

R + G + B ~ 90%. #FEEAC6 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 234 + 198 = 686 (100%)
R 254 of 686 ~ 37.03%
G 234 of 686 ~ 34.11%
B 198 of 686 ~ 28.86'%

%37.03
%34.11
%28.86

CMYK color model

#FEEAC6 color CMYK value is (0,8,22,0).

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

CMYK: (0,8,22,0)
C0M8Y22K0 (0%, 8%, 22%, 0%)
(0.00 / 0.08 / 0.22 / 0.00)

CMYK percentages

%0
%7.87
%22.05
%0.39

Codes

Color #FEEAC6 in popluar color models

FE EA C6
RGB 254 234 198
HSL 39° 96.55% 88.63%
HSB/HSV 39° 22.05% 99.61%
CMYK 0.00% 7.87% 22.05%
0.39%

Color #FEEAC6 in popluar number systems.

HEX FE EA C6
Decimal 254 234 198
Binary 11111110 11101010 11000110
Octal 376 352 306

Shades and tints

Shades of #FEEAC6

#FEEAC6
(254,234,198)
#E7D5B4
(231,213,180)
#D0C0A2
(208,192,162)
#B9AB90
(185,171,144)
#A2967E
(162,150,126)
#8B816C
(139,129,108)
#746C5A
(116,108,90)
#5D5748
(93,87,72)
#464236
(70,66,54)
#2F2D24
(47,45,36)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #FEEAC6

#FEEAC6
(254,234,198)
#FEEBCB
(254,235,203)
#FEECD0
(254,236,208)
#FEEDD5
(254,237,213)
#FEEEDA
(254,238,218)
#FEEFDF
(254,239,223)
#FEF0E4
(254,240,228)
#FEF1E9
(254,241,233)
#FEF2EE
(254,242,238)
#FEF3F3
(254,243,243)
#FEF4F8
(254,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEEAC6; }

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

This text font color is #FEEAC6.

Background Color

.myBgColor { background-color: #FEEAC6; }

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

This div background color is #FEEAC6.

Border color

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

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

This div border color is #FEEAC6.

Opacity

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

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

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

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

This text has shadow with #FEEAC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEEAC6.

Preview

Color preview on black background

This text has color #FEEAC6 on black background.


Color preview on white background

This text has color #FEEAC6 on white background.


Black color preview on #FEEAC6 background

This text has black color on #FEEAC6 background.


White color preview on #FEEAC6 background

This text has white color on #FEEAC6 background.


Related colors

Complementary color

Complementary color for #hex is #011539.


I love getcolorcode.com

Triadic colors

1 #C6FEEA and #EAC6FE with #FEEAC6 are triadic colors.

2 #C6EAFE and #EAFEC6 with #FEEAC6 are triadic colors.