COLOR #F5F5B8

HEX: #F5F5B8
RGB: (245,245,184)

Color info

#F5F5B8 contains mainly red and green colors. Web safe color of #F5F5B8 is #FFFFCC (or #FFC).

RGB color model

#F5F5B8 color RGB value is (245,245,184).

  • red value is 245;
  • green value is 245;
  • blue value is 184.
RGB:
(245,245,184)
(96%,96%,72%)

RGB channels and saturation

R 245 of 255 = 96%
G 245 of 255 = 96%
B 184 of 255 = 72%

245
245
184

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

Portions of RGB colors in percentages

R + G + B =
245 + 245 + 184 = 674 (100%)
R 245 of 674 ~ 36.35%
G 245 of 674 ~ 36.35%
B 184 of 674 ~ 27.3%

%36.35
%36.35
%27.3

CMYK color model

#F5F5B8 color CMYK value is (0,0,25,4).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 24.90%
  • key color value is 3.92%
CMYK:
(0,0,25,4)
C0M0Y25K4 
(0%,0%,25%,4%)
(0.00/0.00/0.25/0.04)	

CMYK percentages

%0
%0
%24.9
%3.92

Codes

Color #F5F5B8 in popluar color models

F5F5B8
RGB245245184
HSL60°75.31%84.12%
HSB/HSV60°24.90%96.08%
CMYK0.00%0.00%24.90%
3.92%

Color #F5F5B8 in popluar number systems.

HEXF5F5B8
Decimal245245184
Binary111101011111010110111000
Octal365365270

Shades and tints

Shades of #F5F5B8

#F5F5B8
(245,245,184)
#DFDFA8
(223,223,168)
#C9C998
(201,201,152)
#B3B388
(179,179,136)
#9D9D78
(157,157,120)
#878768
(135,135,104)
#717158
(113,113,88)
#5B5B48
(91,91,72)
#454538
(69,69,56)
#2F2F28
(47,47,40)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #F5F5B8

#F5F5B8
(245,245,184)
#F5F5BE
(245,245,190)
#F5F5C4
(245,245,196)
#F5F5CA
(245,245,202)
#F5F5D0
(245,245,208)
#F5F5D6
(245,245,214)
#F5F5DC
(245,245,220)
#F5F5E2
(245,245,226)
#F5F5E8
(245,245,232)
#F5F5EE
(245,245,238)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F5B8; }

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

This text font color is #F5F5B8.


Background Color

.myBgColor { background-color: #F5F5B8; }

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

This div background color is #F5F5B8.


Border color

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

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

This div border color is #F5F5B8.


Opacity

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

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

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

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

This text has shadow with #F5F5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F5B8 on black background.


Color preview on white background

This text has color #F5F5B8 on white background.



Black color preview on #F5F5B8 background

This text has black color on #F5F5B8 background.


White color preview on #F5F5B8 background

This text has white color on #F5F5B8 background.