COLOR #F5E0B2

HEX: #F5E0B2 RGB: (245,224,178)

Color info

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

RGB color model

#F5E0B2 color RGB value is (245,224,178).

RGB: (245,224,178) (96%, 88%, 70%)

RGB channels and saturation

R 245 of 255 = 96%
G 224 of 255 = 88%
B 178 of 255 = 70%

245
224
178

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

Portions of RGB colors in percentages

R + G + B = 245 + 224 + 178 = 647 (100%)
R 245 of 647 ~ 37.87%
G 224 of 647 ~ 34.62%
B 178 of 647 ~ 27.51'%

%37.87
%34.62
%27.51

CMYK color model

#F5E0B2 color CMYK value is (0,9,27,4).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 27.35%
  • key color value is 3.92%

CMYK: (0,9,27,4)
C0M9Y27K4 (0%, 9%, 27%, 4%)
(0.00 / 0.09 / 0.27 / 0.04)

CMYK percentages

%0
%8.57
%27.35
%3.92

Codes

Color #F5E0B2 in popluar color models

F5 E0 B2
RGB 245 224 178
HSL 41° 77.01% 82.94%
HSB/HSV 41° 27.35% 96.08%
CMYK 0.00% 8.57% 27.35%
3.92%

Color #F5E0B2 in popluar number systems.

HEX F5 E0 B2
Decimal 245 224 178
Binary 11110101 11100000 10110010
Octal 365 340 262

Shades and tints

Shades of #F5E0B2

#F5E0B2
(245,224,178)
#DFCCA2
(223,204,162)
#C9B892
(201,184,146)
#B3A482
(179,164,130)
#9D9072
(157,144,114)
#877C62
(135,124,98)
#716852
(113,104,82)
#5B5442
(91,84,66)
#454032
(69,64,50)
#2F2C22
(47,44,34)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #F5E0B2

#F5E0B2
(245,224,178)
#F5E2B9
(245,226,185)
#F5E4C0
(245,228,192)
#F5E6C7
(245,230,199)
#F5E8CE
(245,232,206)
#F5EAD5
(245,234,213)
#F5ECDC
(245,236,220)
#F5EEE3
(245,238,227)
#F5F0EA
(245,240,234)
#F5F2F1
(245,242,241)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5E0B2 color. Also use rgb(245,224,178) instead hex code.

Text Font Color

.myTextColor { color: #F5E0B2; }

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

This text font color is #F5E0B2.

Background Color

.myBgColor { background-color: #F5E0B2; }

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

This div background color is #F5E0B2.

Border color

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

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

This div border color is #F5E0B2.

Opacity

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

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

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

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

This text has shadow with #F5E0B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5E0B2.

Preview

Color preview on black background

This text has color #F5E0B2 on black background.


Color preview on white background

This text has color #F5E0B2 on white background.


Black color preview on #F5E0B2 background

This text has black color on #F5E0B2 background.


White color preview on #F5E0B2 background

This text has white color on #F5E0B2 background.


Related colors

Complementary color

Complementary color for #hex is #0A1F4D.


I love getcolorcode.com

Triadic colors

1 #B2F5E0 and #E0B2F5 with #F5E0B2 are triadic colors.

2 #B2E0F5 and #E0F5B2 with #F5E0B2 are triadic colors.