COLOR #FEEADC

HEX: #FEEADC RGB: (254,234,220)

Color info

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

RGB color model

#FEEADC color RGB value is (254,234,220).

RGB: (254,234,220) (100%, 92%, 86%)

RGB channels and saturation

R 254 of 255 = 100%
G 234 of 255 = 92%
B 220 of 255 = 86%

254
234
220

R + G + B ~ 93%. #FEEADC is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 234 + 220 = 708 (100%)
R 254 of 708 ~ 35.88%
G 234 of 708 ~ 33.05%
B 220 of 708 ~ 31.07'%

%35.88
%33.05
%31.07

CMYK color model

#FEEADC color CMYK value is (0,8,13,0).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 13.39%
  • key color value is 0.39%
CMYK: (0,8,13,0) C0M8Y13K0 (0%,8%,13%,0%) (0.00/0.08/0.13/0.00) 

CMYK percentages

%0
%7.87
%13.39
%0.39

Codes

Color #FEEADC in popluar color models

FE EA DC
RGB 254 234 220
HSL 25° 94.44% 92.94%
HSB/HSV 25° 13.39% 99.61%
CMYK 0.00% 7.87% 13.39%
0.39%

Color #FEEADC in popluar number systems.

HEX FE EA DC
Decimal 254 234 220
Binary 11111110 11101010 11011100
Octal 376 352 334

Shades and tints

Shades of #FEEADC

#FEEADC
(254,234,220)
#E7D5C8
(231,213,200)
#D0C0B4
(208,192,180)
#B9ABA0
(185,171,160)
#A2968C
(162,150,140)
#8B8178
(139,129,120)
#746C64
(116,108,100)
#5D5750
(93,87,80)
#46423C
(70,66,60)
#2F2D28
(47,45,40)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #FEEADC

#FEEADC
(254,234,220)
#FEEBDF
(254,235,223)
#FEECE2
(254,236,226)
#FEEDE5
(254,237,229)
#FEEEE8
(254,238,232)
#FEEFEB
(254,239,235)
#FEF0EE
(254,240,238)
#FEF1F1
(254,241,241)
#FEF2F4
(254,242,244)
#FEF3F7
(254,243,247)
#FEF4FA
(254,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEEADC; }

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

This text font color is #FEEADC.

Background Color

.myBgColor { background-color: #FEEADC; }

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

This div background color is #FEEADC.

Border color

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

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

This div border color is #FEEADC.

Opacity

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

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

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

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

This text has shadow with #FEEADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEEADC.

Preview

Color preview on black background

This text has color #FEEADC on black background.


Color preview on white background

This text has color #FEEADC on white background.


Black color preview on #FEEADC background

This text has black color on #FEEADC background.


White color preview on #FEEADC background

This text has white color on #FEEADC background.


Related colors

Complementary color

Complementary color for #hex is #011523.


I love getcolorcode.com

Triadic colors

1 #DCFEEA and #EADCFE with #FEEADC are triadic colors.

2 #DCEAFE and #EAFEDC with #FEEADC are triadic colors.