COLOR #F3E196

HEX: #F3E196 RGB: (243,225,150)

Color info

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

RGB color model

#F3E196 color RGB value is (243,225,150).

RGB: (243,225,150) (95%, 88%, 59%)

RGB channels and saturation

R 243 of 255 = 95%
G 225 of 255 = 88%
B 150 of 255 = 59%

243
225
150

R + G + B ~ 81%. #F3E196 is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 225 + 150 = 618 (100%)
R 243 of 618 ~ 39.32%
G 225 of 618 ~ 36.41%
B 150 of 618 ~ 24.27'%

%39.32
%36.41
%24.27

CMYK color model

#F3E196 color CMYK value is (0,7,38,5).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 38.27%
  • key color value is 4.71%

CMYK: (0,7,38,5)
C0M7Y38K5 (0%, 7%, 38%, 5%)
(0.00 / 0.07 / 0.38 / 0.05)

CMYK percentages

%0
%7.41
%38.27
%4.71

Codes

Color #F3E196 in popluar color models

F3 E1 96
RGB 243 225 150
HSL 48° 79.49% 77.06%
HSB/HSV 48° 38.27% 95.29%
CMYK 0.00% 7.41% 38.27%
4.71%

Color #F3E196 in popluar number systems.

HEX F3 E1 96
Decimal 243 225 150
Binary 11110011 11100001 10010110
Octal 363 341 226

Shades and tints

Shades of #F3E196

#F3E196
(243,225,150)
#DDCD89
(221,205,137)
#C7B97C
(199,185,124)
#B1A56F
(177,165,111)
#9B9162
(155,145,98)
#857D55
(133,125,85)
#6F6948
(111,105,72)
#59553B
(89,85,59)
#43412E
(67,65,46)
#2D2D21
(45,45,33)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #F3E196

#F3E196
(243,225,150)
#F4E39F
(244,227,159)
#F5E5A8
(245,229,168)
#F6E7B1
(246,231,177)
#F7E9BA
(247,233,186)
#F8EBC3
(248,235,195)
#F9EDCC
(249,237,204)
#FAEFD5
(250,239,213)
#FBF1DE
(251,241,222)
#FCF3E7
(252,243,231)
#FDF5F0
(253,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3E196 color. Also use rgb(243,225,150) instead hex code.

Text Font Color

.myTextColor { color: #F3E196; }

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

This text font color is #F3E196.

Background Color

.myBgColor { background-color: #F3E196; }

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

This div background color is #F3E196.

Border color

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

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

This div border color is #F3E196.

Opacity

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

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

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

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

This text has shadow with #F3E196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3E196.

Preview

Color preview on black background

This text has color #F3E196 on black background.


Color preview on white background

This text has color #F3E196 on white background.


Black color preview on #F3E196 background

This text has black color on #F3E196 background.


White color preview on #F3E196 background

This text has white color on #F3E196 background.


Related colors

Complementary color

Complementary color for #hex is #0C1E69.


I love getcolorcode.com

Triadic colors

1 #96F3E1 and #E196F3 with #F3E196 are triadic colors.

2 #96E1F3 and #E1F396 with #F3E196 are triadic colors.