COLOR #F5E1B5

HEX: #F5E1B5
RGB: (245,225,181)

Color info

#F5E1B5 contains mainly red and green colors. Web safe color of #F5E1B5 is #FFCCCC (or #FCC).

RGB color model

#F5E1B5 color RGB value is (245,225,181).

  • red value is 245;
  • green value is 225;
  • blue value is 181.
RGB:
(245,225,181)
(96%,88%,71%)

RGB channels and saturation

R 245 of 255 = 96%
G 225 of 255 = 88%
B 181 of 255 = 71%

245
225
181

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

Portions of RGB colors in percentages

R + G + B =
245 + 225 + 181 = 651 (100%)
R 245 of 651 ~ 37.63%
G 225 of 651 ~ 34.56%
B 181 of 651 ~ 27.8%

%37.63
%34.56
%27.8

CMYK color model

#F5E1B5 color CMYK value is (0,8,26,4).

  • cyan value is 0.00%
  • magenta value is 8.16%
  • yellow value is 26.12%
  • key color value is 3.92%
CMYK:
(0,8,26,4)
C0M8Y26K4 
(0%,8%,26%,4%)
(0.00/0.08/0.26/0.04)	

CMYK percentages

%0
%8.16
%26.12
%3.92

Codes

Color #F5E1B5 in popluar color models

F5E1B5
RGB245225181
HSL41°76.19%83.53%
HSB/HSV41°26.12%96.08%
CMYK0.00%8.16%26.12%
3.92%

Color #F5E1B5 in popluar number systems.

HEXF5E1B5
Decimal245225181
Binary111101011110000110110101
Octal365341265

Shades and tints

Shades of #F5E1B5

#F5E1B5
(245,225,181)
#DFCDA5
(223,205,165)
#C9B995
(201,185,149)
#B3A585
(179,165,133)
#9D9175
(157,145,117)
#877D65
(135,125,101)
#716955
(113,105,85)
#5B5545
(91,85,69)
#454135
(69,65,53)
#2F2D25
(47,45,37)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #F5E1B5

#F5E1B5
(245,225,181)
#F5E3BB
(245,227,187)
#F5E5C1
(245,229,193)
#F5E7C7
(245,231,199)
#F5E9CD
(245,233,205)
#F5EBD3
(245,235,211)
#F5EDD9
(245,237,217)
#F5EFDF
(245,239,223)
#F5F1E5
(245,241,229)
#F5F3EB
(245,243,235)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5E1B5 color. Also use rgb(245,225,181) instead hex code.

Text Font Color

.myTextColor { color: #F5E1B5; }

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

This text font color is #F5E1B5.


Background Color

.myBgColor { background-color: #F5E1B5; }

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

This div background color is #F5E1B5.


Border color

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

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

This div border color is #F5E1B5.


Opacity

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

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

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

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

This text has shadow with #F5E1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E1B5 on black background.


Color preview on white background

This text has color #F5E1B5 on white background.



Black color preview on #F5E1B5 background

This text has black color on #F5E1B5 background.


White color preview on #F5E1B5 background

This text has white color on #F5E1B5 background.