COLOR #FBEDB1

HEX: #FBEDB1 RGB: (251,237,177)

Color info

#FBEDB1 contains mainly red and green colors. Web safe color of #FBEDB1 is #FFFF99 (or #FF9).

RGB color model

#FBEDB1 color RGB value is (251,237,177).

RGB: (251,237,177) (98%, 93%, 69%)

RGB channels and saturation

R 251 of 255 = 98%
G 237 of 255 = 93%
B 177 of 255 = 69%

251
237
177

R + G + B ~ 87%. #FBEDB1 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 237 + 177 = 665 (100%)
R 251 of 665 ~ 37.74%
G 237 of 665 ~ 35.64%
B 177 of 665 ~ 26.62'%

%37.74
%35.64
%26.62

CMYK color model

#FBEDB1 color CMYK value is (0,6,29,2).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 29.48%
  • key color value is 1.57%

CMYK: (0,6,29,2)
C0M6Y29K2 (0%, 6%, 29%, 2%)
(0.00 / 0.06 / 0.29 / 0.02)

CMYK percentages

%0
%5.58
%29.48
%1.57

Codes

Color #FBEDB1 in popluar color models

FB ED B1
RGB 251 237 177
HSL 49° 90.24% 83.92%
HSB/HSV 49° 29.48% 98.43%
CMYK 0.00% 5.58% 29.48%
1.57%

Color #FBEDB1 in popluar number systems.

HEX FB ED B1
Decimal 251 237 177
Binary 11111011 11101101 10110001
Octal 373 355 261

Shades and tints

Shades of #FBEDB1

#FBEDB1
(251,237,177)
#E5D8A1
(229,216,161)
#CFC391
(207,195,145)
#B9AE81
(185,174,129)
#A39971
(163,153,113)
#8D8461
(141,132,97)
#776F51
(119,111,81)
#615A41
(97,90,65)
#4B4531
(75,69,49)
#353021
(53,48,33)
#1F1B11
(31,27,17)
#000000
(0,0,0)

Tints of #FBEDB1

#FBEDB1
(251,237,177)
#FBEEB8
(251,238,184)
#FBEFBF
(251,239,191)
#FBF0C6
(251,240,198)
#FBF1CD
(251,241,205)
#FBF2D4
(251,242,212)
#FBF3DB
(251,243,219)
#FBF4E2
(251,244,226)
#FBF5E9
(251,245,233)
#FBF6F0
(251,246,240)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBEDB1 color. Also use rgb(251,237,177) instead hex code.

Text Font Color

.myTextColor { color: #FBEDB1; }

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

This text font color is #FBEDB1.

Background Color

.myBgColor { background-color: #FBEDB1; }

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

This div background color is #FBEDB1.

Border color

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

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

This div border color is #FBEDB1.

Opacity

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

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

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

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

This text has shadow with #FBEDB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEDB1.

Preview

Color preview on black background

This text has color #FBEDB1 on black background.


Color preview on white background

This text has color #FBEDB1 on white background.


Black color preview on #FBEDB1 background

This text has black color on #FBEDB1 background.


White color preview on #FBEDB1 background

This text has white color on #FBEDB1 background.


Related colors

Complementary color

Complementary color for #hex is #04124E.


I love getcolorcode.com

Triadic colors

1 #B1FBED and #EDB1FB with #FBEDB1 are triadic colors.

2 #B1EDFB and #EDFBB1 with #FBEDB1 are triadic colors.