COLOR #FDBA94

HEX: #FDBA94
RGB: (253,186,148)

Color info

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

RGB color model

#FDBA94 color RGB value is (253,186,148).

  • red value is 253;
  • green value is 186;
  • blue value is 148.
RGB:
(253,186,148)
(99%,73%,58%)

RGB channels and saturation

R 253 of 255 = 99%
G 186 of 255 = 73%
B 148 of 255 = 58%

253
186
148

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

Portions of RGB colors in percentages

R + G + B =
253 + 186 + 148 = 587 (100%)
R 253 of 587 ~ 43.1%
G 186 of 587 ~ 31.69%
B 148 of 587 ~ 25.21%

%43.1
%31.69
%25.21

CMYK color model

#FDBA94 color CMYK value is (0,26,42,1).

  • cyan value is 0.00%
  • magenta value is 26.48%
  • yellow value is 41.50%
  • key color value is 0.78%
CMYK:
(0,26,42,1)
C0M26Y42K1 
(0%,26%,42%,1%)
(0.00/0.26/0.42/0.01)	

CMYK percentages

%0
%26.48
%41.5
%0.78

Codes

Color #FDBA94 in popluar color models

FDBA94
RGB253186148
HSL22°96.33%78.63%
HSB/HSV22°41.50%99.22%
CMYK0.00%26.48%41.50%
0.78%

Color #FDBA94 in popluar number systems.

HEXFDBA94
Decimal253186148
Binary111111011011101010010100
Octal375272224

Shades and tints

Shades of #FDBA94

#FDBA94
(253,186,148)
#E6AA87
(230,170,135)
#CF9A7A
(207,154,122)
#B88A6D
(184,138,109)
#A17A60
(161,122,96)
#8A6A53
(138,106,83)
#735A46
(115,90,70)
#5C4A39
(92,74,57)
#453A2C
(69,58,44)
#2E2A1F
(46,42,31)
#171A12
(23,26,18)
#000000
(0,0,0)

Tints of #FDBA94

#FDBA94
(253,186,148)
#FDC09D
(253,192,157)
#FDC6A6
(253,198,166)
#FDCCAF
(253,204,175)
#FDD2B8
(253,210,184)
#FDD8C1
(253,216,193)
#FDDECA
(253,222,202)
#FDE4D3
(253,228,211)
#FDEADC
(253,234,220)
#FDF0E5
(253,240,229)
#FDF6EE
(253,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDBA94 color. Also use rgb(253,186,148) instead hex code.

Text Font Color

.myTextColor { color: #FDBA94; }

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

This text font color is #FDBA94.


Background Color

.myBgColor { background-color: #FDBA94; }

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

This div background color is #FDBA94.


Border color

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

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

This div border color is #FDBA94.


Opacity

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

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

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

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

This text has shadow with #FDBA94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDBA94 on black background.


Color preview on white background

This text has color #FDBA94 on white background.



Black color preview on #FDBA94 background

This text has black color on #FDBA94 background.


White color preview on #FDBA94 background

This text has white color on #FDBA94 background.