COLOR #FBEDA9

HEX: #FBEDA9
RGB: (251,237,169)

Color info

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

RGB color model

#FBEDA9 color RGB value is (251,237,169).

  • red value is 251;
  • green value is 237;
  • blue value is 169.
RGB:
(251,237,169)
(98%,93%,66%)

RGB channels and saturation

R 251 of 255 = 98%
G 237 of 255 = 93%
B 169 of 255 = 66%

251
237
169

R + G + B ~ 86%. #FBEDA9 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 237 + 169 = 657 (100%)
R 251 of 657 ~ 38.2%
G 237 of 657 ~ 36.07%
B 169 of 657 ~ 25.72%

%38.2
%36.07
%25.72

CMYK color model

#FBEDA9 color CMYK value is (0,6,33,2).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 32.67%
  • key color value is 1.57%
CMYK:
(0,6,33,2)
C0M6Y33K2 
(0%,6%,33%,2%)
(0.00/0.06/0.33/0.02)	

CMYK percentages

%0
%5.58
%32.67
%1.57

Codes

Color #FBEDA9 in popluar color models

FBEDA9
RGB251237169
HSL50°91.11%82.35%
HSB/HSV50°32.67%98.43%
CMYK0.00%5.58%32.67%
1.57%

Color #FBEDA9 in popluar number systems.

HEXFBEDA9
Decimal251237169
Binary111110111110110110101001
Octal373355251

Shades and tints

Shades of #FBEDA9

#FBEDA9
(251,237,169)
#E5D89A
(229,216,154)
#CFC38B
(207,195,139)
#B9AE7C
(185,174,124)
#A3996D
(163,153,109)
#8D845E
(141,132,94)
#776F4F
(119,111,79)
#615A40
(97,90,64)
#4B4531
(75,69,49)
#353022
(53,48,34)
#1F1B13
(31,27,19)
#000000
(0,0,0)

Tints of #FBEDA9

#FBEDA9
(251,237,169)
#FBEEB0
(251,238,176)
#FBEFB7
(251,239,183)
#FBF0BE
(251,240,190)
#FBF1C5
(251,241,197)
#FBF2CC
(251,242,204)
#FBF3D3
(251,243,211)
#FBF4DA
(251,244,218)
#FBF5E1
(251,245,225)
#FBF6E8
(251,246,232)
#FBF7EF
(251,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEDA9; }

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

This text font color is #FBEDA9.


Background Color

.myBgColor { background-color: #FBEDA9; }

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

This div background color is #FBEDA9.


Border color

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

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

This div border color is #FBEDA9.


Opacity

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

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

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

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

This text has shadow with #FBEDA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEDA9 on black background.


Color preview on white background

This text has color #FBEDA9 on white background.



Black color preview on #FBEDA9 background

This text has black color on #FBEDA9 background.


White color preview on #FBEDA9 background

This text has white color on #FBEDA9 background.