COLOR #FBD38D

HEX: #FBD38D RGB: (251,211,141)

Color info

#FBD38D contains mainly red and green colors. Web safe color of #FBD38D is #FFCC99 (or #FC9).

RGB color model

#FBD38D color RGB value is (251,211,141).

RGB: (251,211,141) (98%, 83%, 55%)

RGB channels and saturation

R 251 of 255 = 98%
G 211 of 255 = 83%
B 141 of 255 = 55%

251
211
141

R + G + B ~ 79%. #FBD38D is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 211 + 141 = 603 (100%)
R 251 of 603 ~ 41.63%
G 211 of 603 ~ 34.99%
B 141 of 603 ~ 23.38'%

%41.63
%34.99
%23.38

CMYK color model

#FBD38D color CMYK value is (0,16,44,2).

  • cyan value is 0.00%
  • magenta value is 15.94%
  • yellow value is 43.82%
  • key color value is 1.57%

CMYK: (0,16,44,2)
C0M16Y44K2 (0%, 16%, 44%, 2%)
(0.00 / 0.16 / 0.44 / 0.02)

CMYK percentages

%0
%15.94
%43.82
%1.57

Codes

Color #FBD38D in popluar color models

FB D3 8D
RGB 251 211 141
HSL 38° 93.22% 76.86%
HSB/HSV 38° 43.82% 98.43%
CMYK 0.00% 15.94% 43.82%
1.57%

Color #FBD38D in popluar number systems.

HEX FB D3 8D
Decimal 251 211 141
Binary 11111011 11010011 10001101
Octal 373 323 215

Shades and tints

Shades of #FBD38D

#FBD38D
(251,211,141)
#E5C081
(229,192,129)
#CFAD75
(207,173,117)
#B99A69
(185,154,105)
#A3875D
(163,135,93)
#8D7451
(141,116,81)
#776145
(119,97,69)
#614E39
(97,78,57)
#4B3B2D
(75,59,45)
#352821
(53,40,33)
#1F1515
(31,21,21)
#000000
(0,0,0)

Tints of #FBD38D

#FBD38D
(251,211,141)
#FBD797
(251,215,151)
#FBDBA1
(251,219,161)
#FBDFAB
(251,223,171)
#FBE3B5
(251,227,181)
#FBE7BF
(251,231,191)
#FBEBC9
(251,235,201)
#FBEFD3
(251,239,211)
#FBF3DD
(251,243,221)
#FBF7E7
(251,247,231)
#FBFBF1
(251,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD38D color. Also use rgb(251,211,141) instead hex code.

Text Font Color

.myTextColor { color: #FBD38D; }

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

This text font color is #FBD38D.

Background Color

.myBgColor { background-color: #FBD38D; }

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

This div background color is #FBD38D.

Border color

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

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

This div border color is #FBD38D.

Opacity

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

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

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

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

This text has shadow with #FBD38D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBD38D.

Preview

Color preview on black background

This text has color #FBD38D on black background.


Color preview on white background

This text has color #FBD38D on white background.


Black color preview on #FBD38D background

This text has black color on #FBD38D background.


White color preview on #FBD38D background

This text has white color on #FBD38D background.


Related colors

Complementary color

Complementary color for #hex is #042C72.


I love getcolorcode.com

Triadic colors

1 #8DFBD3 and #D38DFB with #FBD38D are triadic colors.

2 #8DD3FB and #D3FB8D with #FBD38D are triadic colors.