COLOR #FFBE94

HEX: #FFBE94
RGB: (255,190,148)

Color info

#FFBE94 contains mainly red color. Web safe color of #FFBE94 is #FFCC99 (or #FC9).

RGB color model

#FFBE94 color RGB value is (255,190,148).

  • red value is 255;
  • green value is 190;
  • blue value is 148.
RGB:
(255,190,148)
(100%,75%,58%)

RGB channels and saturation

R 255 of 255 = 100%
G 190 of 255 = 75%
B 148 of 255 = 58%

255
190
148

R + G + B ~ 78%. #FFBE94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 190 + 148 = 593 (100%)
R 255 of 593 ~ 43%
G 190 of 593 ~ 32.04%
B 148 of 593 ~ 24.96%

%43
%32.04
%24.96

CMYK color model

#FFBE94 color CMYK value is (0,25,42,0).

  • cyan value is 0.00%
  • magenta value is 25.49%
  • yellow value is 41.96%
  • key color value is 0.00%
CMYK:
(0,25,42,0)
C0M25Y42K0 
(0%,25%,42%,0%)
(0.00/0.25/0.42/0.00)	

CMYK percentages

%0
%25.49
%41.96
%0

Codes

Color #FFBE94 in popluar color models

FFBE94
RGB255190148
HSL24°100.00%79.02%
HSB/HSV24°41.96%100.00%
CMYK0.00%25.49%41.96%
0.00%

Color #FFBE94 in popluar number systems.

HEXFFBE94
Decimal255190148
Binary111111111011111010010100
Octal377276224

Shades and tints

Shades of #FFBE94

#FFBE94
(255,190,148)
#E8AD87
(232,173,135)
#D19C7A
(209,156,122)
#BA8B6D
(186,139,109)
#A37A60
(163,122,96)
#8C6953
(140,105,83)
#755846
(117,88,70)
#5E4739
(94,71,57)
#47362C
(71,54,44)
#30251F
(48,37,31)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #FFBE94

#FFBE94
(255,190,148)
#FFC39D
(255,195,157)
#FFC8A6
(255,200,166)
#FFCDAF
(255,205,175)
#FFD2B8
(255,210,184)
#FFD7C1
(255,215,193)
#FFDCCA
(255,220,202)
#FFE1D3
(255,225,211)
#FFE6DC
(255,230,220)
#FFEBE5
(255,235,229)
#FFF0EE
(255,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFBE94 color. Also use rgb(255,190,148) instead hex code.

Text Font Color

.myTextColor { color: #FFBE94; }

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

This text font color is #FFBE94.


Background Color

.myBgColor { background-color: #FFBE94; }

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

This div background color is #FFBE94.


Border color

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

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

This div border color is #FFBE94.


Opacity

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

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

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

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

This text has shadow with #FFBE94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFBE94 on black background.


Color preview on white background

This text has color #FFBE94 on white background.



Black color preview on #FFBE94 background

This text has black color on #FFBE94 background.


White color preview on #FFBE94 background

This text has white color on #FFBE94 background.