COLOR #FBD09D

HEX: #FBD09D RGB: (251,208,157)

Color info

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

RGB color model

#FBD09D color RGB value is (251,208,157).

RGB: (251,208,157) (98%, 82%, 62%)

RGB channels and saturation

R 251 of 255 = 98%
G 208 of 255 = 82%
B 157 of 255 = 62%

251
208
157

R + G + B ~ 81%. #FBD09D is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 208 + 157 = 616 (100%)
R 251 of 616 ~ 40.75%
G 208 of 616 ~ 33.77%
B 157 of 616 ~ 25.49'%

%40.75
%33.77
%25.49

CMYK color model

#FBD09D color CMYK value is (0,17,37,2).

  • cyan value is 0.00%
  • magenta value is 17.13%
  • yellow value is 37.45%
  • key color value is 1.57%

CMYK: (0,17,37,2)
C0M17Y37K2 (0%, 17%, 37%, 2%)
(0.00 / 0.17 / 0.37 / 0.02)

CMYK percentages

%0
%17.13
%37.45
%1.57

Codes

Color #FBD09D in popluar color models

FB D0 9D
RGB 251 208 157
HSL 33° 92.16% 80.00%
HSB/HSV 33° 37.45% 98.43%
CMYK 0.00% 17.13% 37.45%
1.57%

Color #FBD09D in popluar number systems.

HEX FB D0 9D
Decimal 251 208 157
Binary 11111011 11010000 10011101
Octal 373 320 235

Shades and tints

Shades of #FBD09D

#FBD09D
(251,208,157)
#E5BE8F
(229,190,143)
#CFAC81
(207,172,129)
#B99A73
(185,154,115)
#A38865
(163,136,101)
#8D7657
(141,118,87)
#776449
(119,100,73)
#61523B
(97,82,59)
#4B402D
(75,64,45)
#352E1F
(53,46,31)
#1F1C11
(31,28,17)
#000000
(0,0,0)

Tints of #FBD09D

#FBD09D
(251,208,157)
#FBD4A5
(251,212,165)
#FBD8AD
(251,216,173)
#FBDCB5
(251,220,181)
#FBE0BD
(251,224,189)
#FBE4C5
(251,228,197)
#FBE8CD
(251,232,205)
#FBECD5
(251,236,213)
#FBF0DD
(251,240,221)
#FBF4E5
(251,244,229)
#FBF8ED
(251,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD09D color. Also use rgb(251,208,157) instead hex code.

Text Font Color

.myTextColor { color: #FBD09D; }

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

This text font color is #FBD09D.

Background Color

.myBgColor { background-color: #FBD09D; }

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

This div background color is #FBD09D.

Border color

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

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

This div border color is #FBD09D.

Opacity

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

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

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

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

This text has shadow with #FBD09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBD09D.

Preview

Color preview on black background

This text has color #FBD09D on black background.


Color preview on white background

This text has color #FBD09D on white background.


Black color preview on #FBD09D background

This text has black color on #FBD09D background.


White color preview on #FBD09D background

This text has white color on #FBD09D background.


Related colors

Complementary color

Complementary color for #hex is #042F62.


I love getcolorcode.com

Triadic colors

1 #9DFBD0 and #D09DFB with #FBD09D are triadic colors.

2 #9DD0FB and #D0FB9D with #FBD09D are triadic colors.