COLOR #FED196

HEX: #FED196 RGB: (254,209,150)

Color info

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

RGB color model

#FED196 color RGB value is (254,209,150).

RGB: (254,209,150) (100%, 82%, 59%)

RGB channels and saturation

R 254 of 255 = 100%
G 209 of 255 = 82%
B 150 of 255 = 59%

254
209
150

R + G + B ~ 80%. #FED196 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 209 + 150 = 613 (100%)
R 254 of 613 ~ 41.44%
G 209 of 613 ~ 34.09%
B 150 of 613 ~ 24.47'%

%41.44
%34.09
%24.47

CMYK color model

#FED196 color CMYK value is (0,18,41,0).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 40.94%
  • key color value is 0.39%
CMYK: (0,18,41,0) C0M18Y41K0 (0%,18%,41%,0%) (0.00/0.18/0.41/0.00) 

CMYK percentages

%0
%17.72
%40.94
%0.39

Codes

Color #FED196 in popluar color models

FE D1 96
RGB 254 209 150
HSL 34° 98.11% 79.22%
HSB/HSV 34° 40.94% 99.61%
CMYK 0.00% 17.72% 40.94%
0.39%

Color #FED196 in popluar number systems.

HEX FE D1 96
Decimal 254 209 150
Binary 11111110 11010001 10010110
Octal 376 321 226

Shades and tints

Shades of #FED196

#FED196
(254,209,150)
#E7BE89
(231,190,137)
#D0AB7C
(208,171,124)
#B9986F
(185,152,111)
#A28562
(162,133,98)
#8B7255
(139,114,85)
#745F48
(116,95,72)
#5D4C3B
(93,76,59)
#46392E
(70,57,46)
#2F2621
(47,38,33)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #FED196

#FED196
(254,209,150)
#FED59F
(254,213,159)
#FED9A8
(254,217,168)
#FEDDB1
(254,221,177)
#FEE1BA
(254,225,186)
#FEE5C3
(254,229,195)
#FEE9CC
(254,233,204)
#FEEDD5
(254,237,213)
#FEF1DE
(254,241,222)
#FEF5E7
(254,245,231)
#FEF9F0
(254,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FED196 color. Also use rgb(254,209,150) instead hex code.

Text Font Color

.myTextColor { color: #FED196; }

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

This text font color is #FED196.

Background Color

.myBgColor { background-color: #FED196; }

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

This div background color is #FED196.

Border color

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

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

This div border color is #FED196.

Opacity

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

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

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

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

This text has shadow with #FED196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED196.

Preview

Color preview on black background

This text has color #FED196 on black background.


Color preview on white background

This text has color #FED196 on white background.


Black color preview on #FED196 background

This text has black color on #FED196 background.


White color preview on #FED196 background

This text has white color on #FED196 background.


Related colors

Complementary color

Complementary color for #hex is #012E69.


I love getcolorcode.com

Triadic colors

1 #96FED1 and #D196FE with #FED196 are triadic colors.

2 #96D1FE and #D1FE96 with #FED196 are triadic colors.