COLOR #F5E4BA

HEX: #F5E4BA
RGB: (245,228,186)

Color info

#F5E4BA contains red, green and blue colors in about the same proportion. Web safe color of #F5E4BA is #FFCCCC (or #FCC).

RGB color model

#F5E4BA color RGB value is (245,228,186).

  • red value is 245;
  • green value is 228;
  • blue value is 186.
RGB:
(245,228,186)
(96%,89%,73%)

RGB channels and saturation

R 245 of 255 = 96%
G 228 of 255 = 89%
B 186 of 255 = 73%

245
228
186

R + G + B ~ 86%. #F5E4BA is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 228 + 186 = 659 (100%)
R 245 of 659 ~ 37.18%
G 228 of 659 ~ 34.6%
B 186 of 659 ~ 28.22%

%37.18
%34.6
%28.22

CMYK color model

#F5E4BA color CMYK value is (0,7,24,4).

  • cyan value is 0.00%
  • magenta value is 6.94%
  • yellow value is 24.08%
  • key color value is 3.92%
CMYK:
(0,7,24,4)
C0M7Y24K4 
(0%,7%,24%,4%)
(0.00/0.07/0.24/0.04)	

CMYK percentages

%0
%6.94
%24.08
%3.92

Codes

Color #F5E4BA in popluar color models

F5E4BA
RGB245228186
HSL43°74.68%84.51%
HSB/HSV43°24.08%96.08%
CMYK0.00%6.94%24.08%
3.92%

Color #F5E4BA in popluar number systems.

HEXF5E4BA
Decimal245228186
Binary111101011110010010111010
Octal365344272

Shades and tints

Shades of #F5E4BA

#F5E4BA
(245,228,186)
#DFD0AA
(223,208,170)
#C9BC9A
(201,188,154)
#B3A88A
(179,168,138)
#9D947A
(157,148,122)
#87806A
(135,128,106)
#716C5A
(113,108,90)
#5B584A
(91,88,74)
#45443A
(69,68,58)
#2F302A
(47,48,42)
#191C1A
(25,28,26)
#000000
(0,0,0)

Tints of #F5E4BA

#F5E4BA
(245,228,186)
#F5E6C0
(245,230,192)
#F5E8C6
(245,232,198)
#F5EACC
(245,234,204)
#F5ECD2
(245,236,210)
#F5EED8
(245,238,216)
#F5F0DE
(245,240,222)
#F5F2E4
(245,242,228)
#F5F4EA
(245,244,234)
#F5F6F0
(245,246,240)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5E4BA color. Also use rgb(245,228,186) instead hex code.

Text Font Color

.myTextColor { color: #F5E4BA; }

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

This text font color is #F5E4BA.


Background Color

.myBgColor { background-color: #F5E4BA; }

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

This div background color is #F5E4BA.


Border color

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

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

This div border color is #F5E4BA.


Opacity

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

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

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

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

This text has shadow with #F5E4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E4BA on black background.


Color preview on white background

This text has color #F5E4BA on white background.



Black color preview on #F5E4BA background

This text has black color on #F5E4BA background.


White color preview on #F5E4BA background

This text has white color on #F5E4BA background.