COLOR #FFB48A

HEX: #FFB48A RGB: (255,180,138)

Color info

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

RGB color model

#FFB48A color RGB value is (255,180,138).

RGB: (255,180,138) (100%, 71%, 54%)

RGB channels and saturation

R 255 of 255 = 100%
G 180 of 255 = 71%
B 138 of 255 = 54%

255
180
138

R + G + B ~ 75%. #FFB48A is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 180 + 138 = 573 (100%)
R 255 of 573 ~ 44.5%
G 180 of 573 ~ 31.41%
B 138 of 573 ~ 24.08'%

%44.5
%31.41
%24.08

CMYK color model

#FFB48A color CMYK value is (0,29,46,0).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 45.88%
  • key color value is 0.00%

CMYK: (0,29,46,0)
C0M29Y46K0 (0%, 29%, 46%, 0%)
(0.00 / 0.29 / 0.46 / 0.00)

CMYK percentages

%0
%29.41
%45.88
%0

Codes

Color #FFB48A in popluar color models

FF B4 8A
RGB 255 180 138
HSL 22° 100.00% 77.06%
HSB/HSV 22° 45.88% 100.00%
CMYK 0.00% 29.41% 45.88%
0.00%

Color #FFB48A in popluar number systems.

HEX FF B4 8A
Decimal 255 180 138
Binary 11111111 10110100 10001010
Octal 377 264 212

Shades and tints

Shades of #FFB48A

#FFB48A
(255,180,138)
#E8A47E
(232,164,126)
#D19472
(209,148,114)
#BA8466
(186,132,102)
#A3745A
(163,116,90)
#8C644E
(140,100,78)
#755442
(117,84,66)
#5E4436
(94,68,54)
#47342A
(71,52,42)
#30241E
(48,36,30)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #FFB48A

#FFB48A
(255,180,138)
#FFBA94
(255,186,148)
#FFC09E
(255,192,158)
#FFC6A8
(255,198,168)
#FFCCB2
(255,204,178)
#FFD2BC
(255,210,188)
#FFD8C6
(255,216,198)
#FFDED0
(255,222,208)
#FFE4DA
(255,228,218)
#FFEAE4
(255,234,228)
#FFF0EE
(255,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFB48A; }

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

This text font color is #FFB48A.

Background Color

.myBgColor { background-color: #FFB48A; }

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

This div background color is #FFB48A.

Border color

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

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

This div border color is #FFB48A.

Opacity

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

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

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

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

This text has shadow with #FFB48A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFB48A.

Preview

Color preview on black background

This text has color #FFB48A on black background.


Color preview on white background

This text has color #FFB48A on white background.


Black color preview on #FFB48A background

This text has black color on #FFB48A background.


White color preview on #FFB48A background

This text has white color on #FFB48A background.


Related colors

Complementary color

Complementary color for #hex is #004B75.


I love getcolorcode.com

Triadic colors

1 #8AFFB4 and #B48AFF with #FFB48A are triadic colors.

2 #8AB4FF and #B4FF8A with #FFB48A are triadic colors.