COLOR #F5B9BE

HEX: #F5B9BE
RGB: (245,185,190)

Color info

#F5B9BE contains mainly red and blue colors. Web safe color of #F5B9BE is #FFCCCC (or #FCC).

RGB color model

#F5B9BE color RGB value is (245,185,190).

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

RGB channels and saturation

R 245 of 255 = 96%
G 185 of 255 = 73%
B 190 of 255 = 75%

245
185
190

R + G + B ~ 81%. #F5B9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 185 + 190 = 620 (100%)
R 245 of 620 ~ 39.52%
G 185 of 620 ~ 29.84%
B 190 of 620 ~ 30.65%

%39.52
%29.84
%30.65

CMYK color model

#F5B9BE color CMYK value is (0,24,22,4).

  • cyan value is 0.00%
  • magenta value is 24.49%
  • yellow value is 22.45%
  • key color value is 3.92%
CMYK:
(0,24,22,4)
C0M24Y22K4 
(0%,24%,22%,4%)
(0.00/0.24/0.22/0.04)	

CMYK percentages

%0
%24.49
%22.45
%3.92

Codes

Color #F5B9BE in popluar color models

F5B9BE
RGB245185190
HSL355°75.00%84.31%
HSB/HSV355°24.49%96.08%
CMYK0.00%24.49%22.45%
3.92%

Color #F5B9BE in popluar number systems.

HEXF5B9BE
Decimal245185190
Binary111101011011100110111110
Octal365271276

Shades and tints

Shades of #F5B9BE

#F5B9BE
(245,185,190)
#DFA9AD
(223,169,173)
#C9999C
(201,153,156)
#B3898B
(179,137,139)
#9D797A
(157,121,122)
#876969
(135,105,105)
#715958
(113,89,88)
#5B4947
(91,73,71)
#453936
(69,57,54)
#2F2925
(47,41,37)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #F5B9BE

#F5B9BE
(245,185,190)
#F5BFC3
(245,191,195)
#F5C5C8
(245,197,200)
#F5CBCD
(245,203,205)
#F5D1D2
(245,209,210)
#F5D7D7
(245,215,215)
#F5DDDC
(245,221,220)
#F5E3E1
(245,227,225)
#F5E9E6
(245,233,230)
#F5EFEB
(245,239,235)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5B9BE; }

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

This text font color is #F5B9BE.


Background Color

.myBgColor { background-color: #F5B9BE; }

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

This div background color is #F5B9BE.


Border color

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

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

This div border color is #F5B9BE.


Opacity

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

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

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

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

This text has shadow with #F5B9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B9BE on black background.


Color preview on white background

This text has color #F5B9BE on white background.



Black color preview on #F5B9BE background

This text has black color on #F5B9BE background.


White color preview on #F5B9BE background

This text has white color on #F5B9BE background.