COLOR #F5BFBE

HEX: #F5BFBE
RGB: (245,191,190)

Color info

#F5BFBE contains red, green and blue colors in about the same proportion. Web safe color of #F5BFBE is #FFCCCC (or #FCC).

RGB color model

#F5BFBE color RGB value is (245,191,190).

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

RGB channels and saturation

R 245 of 255 = 96%
G 191 of 255 = 75%
B 190 of 255 = 75%

245
191
190

R + G + B ~ 82%. #F5BFBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 191 + 190 = 626 (100%)
R 245 of 626 ~ 39.14%
G 191 of 626 ~ 30.51%
B 190 of 626 ~ 30.35%

%39.14
%30.51
%30.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.04%
  • yellow value is 22.45%
  • key color value is 3.92%
CMYK:
(0,22,22,4)
C0M22Y22K4 
(0%,22%,22%,4%)
(0.00/0.22/0.22/0.04)	

CMYK percentages

%0
%22.04
%22.45
%3.92

Codes

Color #F5BFBE in popluar color models

F5BFBE
RGB245191190
HSL73.33%85.29%
HSB/HSV22.45%96.08%
CMYK0.00%22.04%22.45%
3.92%

Color #F5BFBE in popluar number systems.

HEXF5BFBE
Decimal245191190
Binary111101011011111110111110
Octal365277276

Shades and tints

Shades of #F5BFBE

#F5BFBE
(245,191,190)
#DFAEAD
(223,174,173)
#C99D9C
(201,157,156)
#B38C8B
(179,140,139)
#9D7B7A
(157,123,122)
#876A69
(135,106,105)
#715958
(113,89,88)
#5B4847
(91,72,71)
#453736
(69,55,54)
#2F2625
(47,38,37)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #F5BFBE

#F5BFBE
(245,191,190)
#F5C4C3
(245,196,195)
#F5C9C8
(245,201,200)
#F5CECD
(245,206,205)
#F5D3D2
(245,211,210)
#F5D8D7
(245,216,215)
#F5DDDC
(245,221,220)
#F5E2E1
(245,226,225)
#F5E7E6
(245,231,230)
#F5ECEB
(245,236,235)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5BFBE; }

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

This text font color is #F5BFBE.


Background Color

.myBgColor { background-color: #F5BFBE; }

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

This div background color is #F5BFBE.


Border color

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

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

This div border color is #F5BFBE.


Opacity

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

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

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

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

This text has shadow with #F5BFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5BFBE on black background.


Color preview on white background

This text has color #F5BFBE on white background.



Black color preview on #F5BFBE background

This text has black color on #F5BFBE background.


White color preview on #F5BFBE background

This text has white color on #F5BFBE background.