COLOR #FDB79B

HEX: #FDB79B
RGB: (253,183,155)

Color info

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

RGB color model

#FDB79B color RGB value is (253,183,155).

  • red value is 253;
  • green value is 183;
  • blue value is 155.
RGB:
(253,183,155)
(99%,72%,61%)

RGB channels and saturation

R 253 of 255 = 99%
G 183 of 255 = 72%
B 155 of 255 = 61%

253
183
155

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

Portions of RGB colors in percentages

R + G + B =
253 + 183 + 155 = 591 (100%)
R 253 of 591 ~ 42.81%
G 183 of 591 ~ 30.96%
B 155 of 591 ~ 26.23%

%42.81
%30.96
%26.23

CMYK color model

#FDB79B color CMYK value is (0,28,39,1).

  • cyan value is 0.00%
  • magenta value is 27.67%
  • yellow value is 38.74%
  • key color value is 0.78%
CMYK:
(0,28,39,1)
C0M28Y39K1 
(0%,28%,39%,1%)
(0.00/0.28/0.39/0.01)	

CMYK percentages

%0
%27.67
%38.74
%0.78

Codes

Color #FDB79B in popluar color models

FDB79B
RGB253183155
HSL17°96.08%80.00%
HSB/HSV17°38.74%99.22%
CMYK0.00%27.67%38.74%
0.78%

Color #FDB79B in popluar number systems.

HEXFDB79B
Decimal253183155
Binary111111011011011110011011
Octal375267233

Shades and tints

Shades of #FDB79B

#FDB79B
(253,183,155)
#E6A78D
(230,167,141)
#CF977F
(207,151,127)
#B88771
(184,135,113)
#A17763
(161,119,99)
#8A6755
(138,103,85)
#735747
(115,87,71)
#5C4739
(92,71,57)
#45372B
(69,55,43)
#2E271D
(46,39,29)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #FDB79B

#FDB79B
(253,183,155)
#FDBDA4
(253,189,164)
#FDC3AD
(253,195,173)
#FDC9B6
(253,201,182)
#FDCFBF
(253,207,191)
#FDD5C8
(253,213,200)
#FDDBD1
(253,219,209)
#FDE1DA
(253,225,218)
#FDE7E3
(253,231,227)
#FDEDEC
(253,237,236)
#FDF3F5
(253,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDB79B color. Also use rgb(253,183,155) instead hex code.

Text Font Color

.myTextColor { color: #FDB79B; }

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

This text font color is #FDB79B.


Background Color

.myBgColor { background-color: #FDB79B; }

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

This div background color is #FDB79B.


Border color

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

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

This div border color is #FDB79B.


Opacity

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

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

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

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

This text has shadow with #FDB79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDB79B on black background.


Color preview on white background

This text has color #FDB79B on white background.



Black color preview on #FDB79B background

This text has black color on #FDB79B background.


White color preview on #FDB79B background

This text has white color on #FDB79B background.