COLOR #FDB48B

HEX: #FDB48B
RGB: (253,180,139)

Color info

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

RGB color model

#FDB48B color RGB value is (253,180,139).

  • red value is 253;
  • green value is 180;
  • blue value is 139.
RGB:
(253,180,139)
(99%,71%,55%)

RGB channels and saturation

R 253 of 255 = 99%
G 180 of 255 = 71%
B 139 of 255 = 55%

253
180
139

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

Portions of RGB colors in percentages

R + G + B =
253 + 180 + 139 = 572 (100%)
R 253 of 572 ~ 44.23%
G 180 of 572 ~ 31.47%
B 139 of 572 ~ 24.3%

%44.23
%31.47
%24.3

CMYK color model

#FDB48B color CMYK value is (0,29,45,1).

  • cyan value is 0.00%
  • magenta value is 28.85%
  • yellow value is 45.06%
  • key color value is 0.78%
CMYK:
(0,29,45,1)
C0M29Y45K1 
(0%,29%,45%,1%)
(0.00/0.29/0.45/0.01)	

CMYK percentages

%0
%28.85
%45.06
%0.78

Codes

Color #FDB48B in popluar color models

FDB48B
RGB253180139
HSL22°96.61%76.86%
HSB/HSV22°45.06%99.22%
CMYK0.00%28.85%45.06%
0.78%

Color #FDB48B in popluar number systems.

HEXFDB48B
Decimal253180139
Binary111111011011010010001011
Octal375264213

Shades and tints

Shades of #FDB48B

#FDB48B
(253,180,139)
#E6A47F
(230,164,127)
#CF9473
(207,148,115)
#B88467
(184,132,103)
#A1745B
(161,116,91)
#8A644F
(138,100,79)
#735443
(115,84,67)
#5C4437
(92,68,55)
#45342B
(69,52,43)
#2E241F
(46,36,31)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #FDB48B

#FDB48B
(253,180,139)
#FDBA95
(253,186,149)
#FDC09F
(253,192,159)
#FDC6A9
(253,198,169)
#FDCCB3
(253,204,179)
#FDD2BD
(253,210,189)
#FDD8C7
(253,216,199)
#FDDED1
(253,222,209)
#FDE4DB
(253,228,219)
#FDEAE5
(253,234,229)
#FDF0EF
(253,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDB48B color. Also use rgb(253,180,139) instead hex code.

Text Font Color

.myTextColor { color: #FDB48B; }

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

This text font color is #FDB48B.


Background Color

.myBgColor { background-color: #FDB48B; }

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

This div background color is #FDB48B.


Border color

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

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

This div border color is #FDB48B.


Opacity

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

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

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

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

This text has shadow with #FDB48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDB48B on black background.


Color preview on white background

This text has color #FDB48B on white background.



Black color preview on #FDB48B background

This text has black color on #FDB48B background.


White color preview on #FDB48B background

This text has white color on #FDB48B background.