COLOR #FBEFA9

HEX: #FBEFA9
RGB: (251,239,169)

Color info

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

RGB color model

#FBEFA9 color RGB value is (251,239,169).

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

RGB channels and saturation

R 251 of 255 = 98%
G 239 of 255 = 94%
B 169 of 255 = 66%

251
239
169

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

Portions of RGB colors in percentages

R + G + B =
251 + 239 + 169 = 659 (100%)
R 251 of 659 ~ 38.09%
G 239 of 659 ~ 36.27%
B 169 of 659 ~ 25.64%

%38.09
%36.27
%25.64

CMYK color model

#FBEFA9 color CMYK value is (0,5,33,2).

  • cyan value is 0.00%
  • magenta value is 4.78%
  • yellow value is 32.67%
  • key color value is 1.57%
CMYK:
(0,5,33,2)
C0M5Y33K2 
(0%,5%,33%,2%)
(0.00/0.05/0.33/0.02)	

CMYK percentages

%0
%4.78
%32.67
%1.57

Codes

Color #FBEFA9 in popluar color models

FBEFA9
RGB251239169
HSL51°91.11%82.35%
HSB/HSV51°32.67%98.43%
CMYK0.00%4.78%32.67%
1.57%

Color #FBEFA9 in popluar number systems.

HEXFBEFA9
Decimal251239169
Binary111110111110111110101001
Octal373357251

Shades and tints

Shades of #FBEFA9

#FBEFA9
(251,239,169)
#E5DA9A
(229,218,154)
#CFC58B
(207,197,139)
#B9B07C
(185,176,124)
#A39B6D
(163,155,109)
#8D865E
(141,134,94)
#77714F
(119,113,79)
#615C40
(97,92,64)
#4B4731
(75,71,49)
#353222
(53,50,34)
#1F1D13
(31,29,19)
#000000
(0,0,0)

Tints of #FBEFA9

#FBEFA9
(251,239,169)
#FBF0B0
(251,240,176)
#FBF1B7
(251,241,183)
#FBF2BE
(251,242,190)
#FBF3C5
(251,243,197)
#FBF4CC
(251,244,204)
#FBF5D3
(251,245,211)
#FBF6DA
(251,246,218)
#FBF7E1
(251,247,225)
#FBF8E8
(251,248,232)
#FBF9EF
(251,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEFA9; }

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

This text font color is #FBEFA9.


Background Color

.myBgColor { background-color: #FBEFA9; }

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

This div background color is #FBEFA9.


Border color

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

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

This div border color is #FBEFA9.


Opacity

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

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

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

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

This text has shadow with #FBEFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEFA9 on black background.


Color preview on white background

This text has color #FBEFA9 on white background.



Black color preview on #FBEFA9 background

This text has black color on #FBEFA9 background.


White color preview on #FBEFA9 background

This text has white color on #FBEFA9 background.