COLOR #F5F0BE

HEX: #F5F0BE
RGB: (245,240,190)

Color info

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

RGB color model

#F5F0BE color RGB value is (245,240,190).

  • red value is 245;
  • green value is 240;
  • blue value is 190.
RGB:
(245,240,190)
(96%,94%,75%)

RGB channels and saturation

R 245 of 255 = 96%
G 240 of 255 = 94%
B 190 of 255 = 75%

245
240
190

R + G + B ~ 88%. #F5F0BE is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 240 + 190 = 675 (100%)
R 245 of 675 ~ 36.3%
G 240 of 675 ~ 35.56%
B 190 of 675 ~ 28.15%

%36.3
%35.56
%28.15

CMYK color model

#F5F0BE color CMYK value is (0,2,22,4).

  • cyan value is 0.00%
  • magenta value is 2.04%
  • yellow value is 22.45%
  • key color value is 3.92%
CMYK:
(0,2,22,4)
C0M2Y22K4 
(0%,2%,22%,4%)
(0.00/0.02/0.22/0.04)	

CMYK percentages

%0
%2.04
%22.45
%3.92

Codes

Color #F5F0BE in popluar color models

F5F0BE
RGB245240190
HSL55°73.33%85.29%
HSB/HSV55°22.45%96.08%
CMYK0.00%2.04%22.45%
3.92%

Color #F5F0BE in popluar number systems.

HEXF5F0BE
Decimal245240190
Binary111101011111000010111110
Octal365360276

Shades and tints

Shades of #F5F0BE

#F5F0BE
(245,240,190)
#DFDBAD
(223,219,173)
#C9C69C
(201,198,156)
#B3B18B
(179,177,139)
#9D9C7A
(157,156,122)
#878769
(135,135,105)
#717258
(113,114,88)
#5B5D47
(91,93,71)
#454836
(69,72,54)
#2F3325
(47,51,37)
#191E14
(25,30,20)
#000000
(0,0,0)

Tints of #F5F0BE

#F5F0BE
(245,240,190)
#F5F1C3
(245,241,195)
#F5F2C8
(245,242,200)
#F5F3CD
(245,243,205)
#F5F4D2
(245,244,210)
#F5F5D7
(245,245,215)
#F5F6DC
(245,246,220)
#F5F7E1
(245,247,225)
#F5F8E6
(245,248,230)
#F5F9EB
(245,249,235)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5F0BE color. Also use rgb(245,240,190) instead hex code.

Text Font Color

.myTextColor { color: #F5F0BE; }

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

This text font color is #F5F0BE.


Background Color

.myBgColor { background-color: #F5F0BE; }

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

This div background color is #F5F0BE.


Border color

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

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

This div border color is #F5F0BE.


Opacity

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

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

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

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

This text has shadow with #F5F0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F0BE on black background.


Color preview on white background

This text has color #F5F0BE on white background.



Black color preview on #F5F0BE background

This text has black color on #F5F0BE background.


White color preview on #F5F0BE background

This text has white color on #F5F0BE background.