COLOR #F5F3BF

HEX: #F5F3BF
RGB: (245,243,191)

Color info

#F5F3BF contains red, green and blue colors in about the same proportion. Web safe color of #F5F3BF is #FFFFCC (or #FFC).

RGB color model

#F5F3BF color RGB value is (245,243,191).

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

RGB channels and saturation

R 245 of 255 = 96%
G 243 of 255 = 95%
B 191 of 255 = 75%

245
243
191

R + G + B ~ 89%. #F5F3BF is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 243 + 191 = 679 (100%)
R 245 of 679 ~ 36.08%
G 243 of 679 ~ 35.79%
B 191 of 679 ~ 28.13%

%36.08
%35.79
%28.13

CMYK color model

#F5F3BF color CMYK value is (0,1,22,4).

  • cyan value is 0.00%
  • magenta value is 0.82%
  • yellow value is 22.04%
  • key color value is 3.92%
CMYK:
(0,1,22,4)
C0M1Y22K4 
(0%,1%,22%,4%)
(0.00/0.01/0.22/0.04)	

CMYK percentages

%0
%0.82
%22.04
%3.92

Codes

Color #F5F3BF in popluar color models

F5F3BF
RGB245243191
HSL58°72.97%85.49%
HSB/HSV58°22.04%96.08%
CMYK0.00%0.82%22.04%
3.92%

Color #F5F3BF in popluar number systems.

HEXF5F3BF
Decimal245243191
Binary111101011111001110111111
Octal365363277

Shades and tints

Shades of #F5F3BF

#F5F3BF
(245,243,191)
#DFDDAE
(223,221,174)
#C9C79D
(201,199,157)
#B3B18C
(179,177,140)
#9D9B7B
(157,155,123)
#87856A
(135,133,106)
#716F59
(113,111,89)
#5B5948
(91,89,72)
#454337
(69,67,55)
#2F2D26
(47,45,38)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #F5F3BF

#F5F3BF
(245,243,191)
#F5F4C4
(245,244,196)
#F5F5C9
(245,245,201)
#F5F6CE
(245,246,206)
#F5F7D3
(245,247,211)
#F5F8D8
(245,248,216)
#F5F9DD
(245,249,221)
#F5FAE2
(245,250,226)
#F5FBE7
(245,251,231)
#F5FCEC
(245,252,236)
#F5FDF1
(245,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F3BF; }

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

This text font color is #F5F3BF.


Background Color

.myBgColor { background-color: #F5F3BF; }

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

This div background color is #F5F3BF.


Border color

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

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

This div border color is #F5F3BF.


Opacity

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

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

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

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

This text has shadow with #F5F3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F3BF on black background.


Color preview on white background

This text has color #F5F3BF on white background.



Black color preview on #F5F3BF background

This text has black color on #F5F3BF background.


White color preview on #F5F3BF background

This text has white color on #F5F3BF background.