COLOR #F5E2BA

HEX: #F5E2BA
RGB: (245,226,186)

Color info

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

RGB color model

#F5E2BA color RGB value is (245,226,186).

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

RGB channels and saturation

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

245
226
186

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

Portions of RGB colors in percentages

R + G + B =
245 + 226 + 186 = 657 (100%)
R 245 of 657 ~ 37.29%
G 226 of 657 ~ 34.4%
B 186 of 657 ~ 28.31%

%37.29
%34.4
%28.31

CMYK color model

#F5E2BA color CMYK value is (0,8,24,4).

  • cyan value is 0.00%
  • magenta value is 7.76%
  • yellow value is 24.08%
  • key color value is 3.92%
CMYK:
(0,8,24,4)
C0M8Y24K4 
(0%,8%,24%,4%)
(0.00/0.08/0.24/0.04)	

CMYK percentages

%0
%7.76
%24.08
%3.92

Codes

Color #F5E2BA in popluar color models

F5E2BA
RGB245226186
HSL41°74.68%84.51%
HSB/HSV41°24.08%96.08%
CMYK0.00%7.76%24.08%
3.92%

Color #F5E2BA in popluar number systems.

HEXF5E2BA
Decimal245226186
Binary111101011110001010111010
Octal365342272

Shades and tints

Shades of #F5E2BA

#F5E2BA
(245,226,186)
#DFCEAA
(223,206,170)
#C9BA9A
(201,186,154)
#B3A68A
(179,166,138)
#9D927A
(157,146,122)
#877E6A
(135,126,106)
#716A5A
(113,106,90)
#5B564A
(91,86,74)
#45423A
(69,66,58)
#2F2E2A
(47,46,42)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #F5E2BA

#F5E2BA
(245,226,186)
#F5E4C0
(245,228,192)
#F5E6C6
(245,230,198)
#F5E8CC
(245,232,204)
#F5EAD2
(245,234,210)
#F5ECD8
(245,236,216)
#F5EEDE
(245,238,222)
#F5F0E4
(245,240,228)
#F5F2EA
(245,242,234)
#F5F4F0
(245,244,240)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5E2BA; }

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

This text font color is #F5E2BA.


Background Color

.myBgColor { background-color: #F5E2BA; }

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

This div background color is #F5E2BA.


Border color

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

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

This div border color is #F5E2BA.


Opacity

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

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

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

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

This text has shadow with #F5E2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E2BA on black background.


Color preview on white background

This text has color #F5E2BA on white background.



Black color preview on #F5E2BA background

This text has black color on #F5E2BA background.


White color preview on #F5E2BA background

This text has white color on #F5E2BA background.