COLOR #F5BD98

HEX: #F5BD98
RGB: (245,189,152)

Color info

#F5BD98 contains mainly red and green colors. Web safe color of #F5BD98 is #FFCC99 (or #FC9).

RGB color model

#F5BD98 color RGB value is (245,189,152).

  • red value is 245;
  • green value is 189;
  • blue value is 152.
RGB:
(245,189,152)
(96%,74%,60%)

RGB channels and saturation

R 245 of 255 = 96%
G 189 of 255 = 74%
B 152 of 255 = 60%

245
189
152

R + G + B ~ 77%. #F5BD98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 189 + 152 = 586 (100%)
R 245 of 586 ~ 41.81%
G 189 of 586 ~ 32.25%
B 152 of 586 ~ 25.94%

%41.81
%32.25
%25.94

CMYK color model

#F5BD98 color CMYK value is (0,23,38,4).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 37.96%
  • key color value is 3.92%
CMYK:
(0,23,38,4)
C0M23Y38K4 
(0%,23%,38%,4%)
(0.00/0.23/0.38/0.04)	

CMYK percentages

%0
%22.86
%37.96
%3.92

Codes

Color #F5BD98 in popluar color models

F5BD98
RGB245189152
HSL24°82.30%77.84%
HSB/HSV24°37.96%96.08%
CMYK0.00%22.86%37.96%
3.92%

Color #F5BD98 in popluar number systems.

HEXF5BD98
Decimal245189152
Binary111101011011110110011000
Octal365275230

Shades and tints

Shades of #F5BD98

#F5BD98
(245,189,152)
#DFAC8B
(223,172,139)
#C99B7E
(201,155,126)
#B38A71
(179,138,113)
#9D7964
(157,121,100)
#876857
(135,104,87)
#71574A
(113,87,74)
#5B463D
(91,70,61)
#453530
(69,53,48)
#2F2423
(47,36,35)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #F5BD98

#F5BD98
(245,189,152)
#F5C3A1
(245,195,161)
#F5C9AA
(245,201,170)
#F5CFB3
(245,207,179)
#F5D5BC
(245,213,188)
#F5DBC5
(245,219,197)
#F5E1CE
(245,225,206)
#F5E7D7
(245,231,215)
#F5EDE0
(245,237,224)
#F5F3E9
(245,243,233)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5BD98; }

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

This text font color is #F5BD98.


Background Color

.myBgColor { background-color: #F5BD98; }

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

This div background color is #F5BD98.


Border color

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

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

This div border color is #F5BD98.


Opacity

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

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

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

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

This text has shadow with #F5BD98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5BD98 on black background.


Color preview on white background

This text has color #F5BD98 on white background.



Black color preview on #F5BD98 background

This text has black color on #F5BD98 background.


White color preview on #F5BD98 background

This text has white color on #F5BD98 background.