COLOR #FFB49F

HEX: #FFB49F
RGB: (255,180,159)

Color info

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

RGB color model

#FFB49F color RGB value is (255,180,159).

  • red value is 255;
  • green value is 180;
  • blue value is 159.
RGB:
(255,180,159)
(100%,71%,62%)

RGB channels and saturation

R 255 of 255 = 100%
G 180 of 255 = 71%
B 159 of 255 = 62%

255
180
159

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

Portions of RGB colors in percentages

R + G + B =
255 + 180 + 159 = 594 (100%)
R 255 of 594 ~ 42.93%
G 180 of 594 ~ 30.3%
B 159 of 594 ~ 26.77%

%42.93
%30.3
%26.77

CMYK color model

#FFB49F color CMYK value is (0,29,38,0).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 37.65%
  • key color value is 0.00%
CMYK:
(0,29,38,0)
C0M29Y38K0 
(0%,29%,38%,0%)
(0.00/0.29/0.38/0.00)	

CMYK percentages

%0
%29.41
%37.65
%0

Codes

Color #FFB49F in popluar color models

FFB49F
RGB255180159
HSL13°100.00%81.18%
HSB/HSV13°37.65%100.00%
CMYK0.00%29.41%37.65%
0.00%

Color #FFB49F in popluar number systems.

HEXFFB49F
Decimal255180159
Binary111111111011010010011111
Octal377264237

Shades and tints

Shades of #FFB49F

#FFB49F
(255,180,159)
#E8A491
(232,164,145)
#D19483
(209,148,131)
#BA8475
(186,132,117)
#A37467
(163,116,103)
#8C6459
(140,100,89)
#75544B
(117,84,75)
#5E443D
(94,68,61)
#47342F
(71,52,47)
#302421
(48,36,33)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #FFB49F

#FFB49F
(255,180,159)
#FFBAA7
(255,186,167)
#FFC0AF
(255,192,175)
#FFC6B7
(255,198,183)
#FFCCBF
(255,204,191)
#FFD2C7
(255,210,199)
#FFD8CF
(255,216,207)
#FFDED7
(255,222,215)
#FFE4DF
(255,228,223)
#FFEAE7
(255,234,231)
#FFF0EF
(255,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFB49F color. Also use rgb(255,180,159) instead hex code.

Text Font Color

.myTextColor { color: #FFB49F; }

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

This text font color is #FFB49F.


Background Color

.myBgColor { background-color: #FFB49F; }

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

This div background color is #FFB49F.


Border color

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

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

This div border color is #FFB49F.


Opacity

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

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

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

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

This text has shadow with #FFB49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB49F on black background.


Color preview on white background

This text has color #FFB49F on white background.



Black color preview on #FFB49F background

This text has black color on #FFB49F background.


White color preview on #FFB49F background

This text has white color on #FFB49F background.