COLOR #F5E4BF

HEX: #F5E4BF
RGB: (245,228,191)

Color info

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

RGB color model

#F5E4BF color RGB value is (245,228,191).

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

RGB channels and saturation

R 245 of 255 = 96%
G 228 of 255 = 89%
B 191 of 255 = 75%

245
228
191

R + G + B ~ 87%. #F5E4BF is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 228 + 191 = 664 (100%)
R 245 of 664 ~ 36.9%
G 228 of 664 ~ 34.34%
B 191 of 664 ~ 28.77%

%36.9
%34.34
%28.77

CMYK color model

#F5E4BF color CMYK value is (0,7,22,4).

  • cyan value is 0.00%
  • magenta value is 6.94%
  • yellow value is 22.04%
  • key color value is 3.92%
CMYK:
(0,7,22,4)
C0M7Y22K4 
(0%,7%,22%,4%)
(0.00/0.07/0.22/0.04)	

CMYK percentages

%0
%6.94
%22.04
%3.92

Codes

Color #F5E4BF in popluar color models

F5E4BF
RGB245228191
HSL41°72.97%85.49%
HSB/HSV41°22.04%96.08%
CMYK0.00%6.94%22.04%
3.92%

Color #F5E4BF in popluar number systems.

HEXF5E4BF
Decimal245228191
Binary111101011110010010111111
Octal365344277

Shades and tints

Shades of #F5E4BF

#F5E4BF
(245,228,191)
#DFD0AE
(223,208,174)
#C9BC9D
(201,188,157)
#B3A88C
(179,168,140)
#9D947B
(157,148,123)
#87806A
(135,128,106)
#716C59
(113,108,89)
#5B5848
(91,88,72)
#454437
(69,68,55)
#2F3026
(47,48,38)
#191C15
(25,28,21)
#000000
(0,0,0)

Tints of #F5E4BF

#F5E4BF
(245,228,191)
#F5E6C4
(245,230,196)
#F5E8C9
(245,232,201)
#F5EACE
(245,234,206)
#F5ECD3
(245,236,211)
#F5EED8
(245,238,216)
#F5F0DD
(245,240,221)
#F5F2E2
(245,242,226)
#F5F4E7
(245,244,231)
#F5F6EC
(245,246,236)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5E4BF; }

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

This text font color is #F5E4BF.


Background Color

.myBgColor { background-color: #F5E4BF; }

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

This div background color is #F5E4BF.


Border color

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

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

This div border color is #F5E4BF.


Opacity

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

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

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

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

This text has shadow with #F5E4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E4BF on black background.


Color preview on white background

This text has color #F5E4BF on white background.



Black color preview on #F5E4BF background

This text has black color on #F5E4BF background.


White color preview on #F5E4BF background

This text has white color on #F5E4BF background.