COLOR #FEDAB2

HEX: #FEDAB2
RGB: (254,218,178)

Color info

#FEDAB2 contains mainly red and green colors. Web safe color of #FEDAB2 is #FFCC99 (or #FC9).

RGB color model

#FEDAB2 color RGB value is (254,218,178).

  • red value is 254;
  • green value is 218;
  • blue value is 178.
RGB:
(254,218,178)
(100%,85%,70%)

RGB channels and saturation

R 254 of 255 = 100%
G 218 of 255 = 85%
B 178 of 255 = 70%

254
218
178

R + G + B ~ 85%. #FEDAB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 218 + 178 = 650 (100%)
R 254 of 650 ~ 39.08%
G 218 of 650 ~ 33.54%
B 178 of 650 ~ 27.38%

%39.08
%33.54
%27.38

CMYK color model

#FEDAB2 color CMYK value is (0,14,30,0).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 29.92%
  • key color value is 0.39%
CMYK:
(0,14,30,0)
C0M14Y30K0 
(0%,14%,30%,0%)
(0.00/0.14/0.30/0.00)	

CMYK percentages

%0
%14.17
%29.92
%0.39

Codes

Color #FEDAB2 in popluar color models

FEDAB2
RGB254218178
HSL32°97.44%84.71%
HSB/HSV32°29.92%99.61%
CMYK0.00%14.17%29.92%
0.39%

Color #FEDAB2 in popluar number systems.

HEXFEDAB2
Decimal254218178
Binary111111101101101010110010
Octal376332262

Shades and tints

Shades of #FEDAB2

#FEDAB2
(254,218,178)
#E7C7A2
(231,199,162)
#D0B492
(208,180,146)
#B9A182
(185,161,130)
#A28E72
(162,142,114)
#8B7B62
(139,123,98)
#746852
(116,104,82)
#5D5542
(93,85,66)
#464232
(70,66,50)
#2F2F22
(47,47,34)
#181C12
(24,28,18)
#000000
(0,0,0)

Tints of #FEDAB2

#FEDAB2
(254,218,178)
#FEDDB9
(254,221,185)
#FEE0C0
(254,224,192)
#FEE3C7
(254,227,199)
#FEE6CE
(254,230,206)
#FEE9D5
(254,233,213)
#FEECDC
(254,236,220)
#FEEFE3
(254,239,227)
#FEF2EA
(254,242,234)
#FEF5F1
(254,245,241)
#FEF8F8
(254,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEDAB2 color. Also use rgb(254,218,178) instead hex code.

Text Font Color

.myTextColor { color: #FEDAB2; }

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

This text font color is #FEDAB2.


Background Color

.myBgColor { background-color: #FEDAB2; }

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

This div background color is #FEDAB2.


Border color

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

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

This div border color is #FEDAB2.


Opacity

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

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

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

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

This text has shadow with #FEDAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEDAB2 on black background.


Color preview on white background

This text has color #FEDAB2 on white background.



Black color preview on #FEDAB2 background

This text has black color on #FEDAB2 background.


White color preview on #FEDAB2 background

This text has white color on #FEDAB2 background.