COLOR #FDBD93

HEX: #FDBD93 RGB: (253,189,147)

Color info

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

RGB color model

#FDBD93 color RGB value is (253,189,147).

RGB: (253,189,147) (99%, 74%, 58%)

RGB channels and saturation

R 253 of 255 = 99%
G 189 of 255 = 74%
B 147 of 255 = 58%

253
189
147

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

Portions of RGB colors in percentages

R + G + B = 253 + 189 + 147 = 589 (100%)
R 253 of 589 ~ 42.95%
G 189 of 589 ~ 32.09%
B 147 of 589 ~ 24.96'%

%42.95
%32.09
%24.96

CMYK color model

#FDBD93 color CMYK value is (0,25,42,1).

  • cyan value is 0.00%
  • magenta value is 25.30%
  • yellow value is 41.90%
  • key color value is 0.78%

CMYK: (0,25,42,1)
C0M25Y42K1 (0%, 25%, 42%, 1%)
(0.00 / 0.25 / 0.42 / 0.01)

CMYK percentages

%0
%25.3
%41.9
%0.78

Codes

Color #FDBD93 in popluar color models

FD BD 93
RGB 253 189 147
HSL 24° 96.36% 78.43%
HSB/HSV 24° 41.90% 99.22%
CMYK 0.00% 25.30% 41.90%
0.78%

Color #FDBD93 in popluar number systems.

HEX FD BD 93
Decimal 253 189 147
Binary 11111101 10111101 10010011
Octal 375 275 223

Shades and tints

Shades of #FDBD93

#FDBD93
(253,189,147)
#E6AC86
(230,172,134)
#CF9B79
(207,155,121)
#B88A6C
(184,138,108)
#A1795F
(161,121,95)
#8A6852
(138,104,82)
#735745
(115,87,69)
#5C4638
(92,70,56)
#45352B
(69,53,43)
#2E241E
(46,36,30)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #FDBD93

#FDBD93
(253,189,147)
#FDC39C
(253,195,156)
#FDC9A5
(253,201,165)
#FDCFAE
(253,207,174)
#FDD5B7
(253,213,183)
#FDDBC0
(253,219,192)
#FDE1C9
(253,225,201)
#FDE7D2
(253,231,210)
#FDEDDB
(253,237,219)
#FDF3E4
(253,243,228)
#FDF9ED
(253,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDBD93 color. Also use rgb(253,189,147) instead hex code.

Text Font Color

.myTextColor { color: #FDBD93; }

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

This text font color is #FDBD93.

Background Color

.myBgColor { background-color: #FDBD93; }

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

This div background color is #FDBD93.

Border color

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

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

This div border color is #FDBD93.

Opacity

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

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

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

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

This text has shadow with #FDBD93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDBD93.

Preview

Color preview on black background

This text has color #FDBD93 on black background.


Color preview on white background

This text has color #FDBD93 on white background.


Black color preview on #FDBD93 background

This text has black color on #FDBD93 background.


White color preview on #FDBD93 background

This text has white color on #FDBD93 background.


Related colors

Complementary color

Complementary color for #hex is #02426C.


I love getcolorcode.com

Triadic colors

1 #93FDBD and #BD93FD with #FDBD93 are triadic colors.

2 #93BDFD and #BDFD93 with #FDBD93 are triadic colors.