COLOR #FFB894

HEX: #FFB894 RGB: (255,184,148)

Color info

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

RGB color model

#FFB894 color RGB value is (255,184,148).

RGB: (255,184,148) (100%, 72%, 58%)

RGB channels and saturation

R 255 of 255 = 100%
G 184 of 255 = 72%
B 148 of 255 = 58%

255
184
148

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

Portions of RGB colors in percentages

R + G + B = 255 + 184 + 148 = 587 (100%)
R 255 of 587 ~ 43.44%
G 184 of 587 ~ 31.35%
B 148 of 587 ~ 25.21'%

%43.44
%31.35
%25.21

CMYK color model

#FFB894 color CMYK value is (0,28,42,0).

  • cyan value is 0.00%
  • magenta value is 27.84%
  • yellow value is 41.96%
  • key color value is 0.00%

CMYK: (0,28,42,0)
C0M28Y42K0 (0%, 28%, 42%, 0%)
(0.00 / 0.28 / 0.42 / 0.00)

CMYK percentages

%0
%27.84
%41.96
%0

Codes

Color #FFB894 in popluar color models

FF B8 94
RGB 255 184 148
HSL 20° 100.00% 79.02%
HSB/HSV 20° 41.96% 100.00%
CMYK 0.00% 27.84% 41.96%
0.00%

Color #FFB894 in popluar number systems.

HEX FF B8 94
Decimal 255 184 148
Binary 11111111 10111000 10010100
Octal 377 270 224

Shades and tints

Shades of #FFB894

#FFB894
(255,184,148)
#E8A887
(232,168,135)
#D1987A
(209,152,122)
#BA886D
(186,136,109)
#A37860
(163,120,96)
#8C6853
(140,104,83)
#755846
(117,88,70)
#5E4839
(94,72,57)
#47382C
(71,56,44)
#30281F
(48,40,31)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #FFB894

#FFB894
(255,184,148)
#FFBE9D
(255,190,157)
#FFC4A6
(255,196,166)
#FFCAAF
(255,202,175)
#FFD0B8
(255,208,184)
#FFD6C1
(255,214,193)
#FFDCCA
(255,220,202)
#FFE2D3
(255,226,211)
#FFE8DC
(255,232,220)
#FFEEE5
(255,238,229)
#FFF4EE
(255,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFB894; }

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

This text font color is #FFB894.

Background Color

.myBgColor { background-color: #FFB894; }

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

This div background color is #FFB894.

Border color

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

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

This div border color is #FFB894.

Opacity

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

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

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

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

This text has shadow with #FFB894 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFB894.

Preview

Color preview on black background

This text has color #FFB894 on black background.


Color preview on white background

This text has color #FFB894 on white background.


Black color preview on #FFB894 background

This text has black color on #FFB894 background.


White color preview on #FFB894 background

This text has white color on #FFB894 background.


Related colors

Complementary color

Complementary color for #hex is #00476B.


I love getcolorcode.com

Triadic colors

1 #94FFB8 and #B894FF with #FFB894 are triadic colors.

2 #94B8FF and #B8FF94 with #FFB894 are triadic colors.