COLOR #FEFBB9

HEX: #FEFBB9
RGB: (254,251,185)

Color info

#FEFBB9 contains mainly red and green colors. Web safe color of #FEFBB9 is #FFFFCC (or #FFC).

RGB color model

#FEFBB9 color RGB value is (254,251,185).

  • red value is 254;
  • green value is 251;
  • blue value is 185.
RGB:
(254,251,185)
(100%,98%,73%)

RGB channels and saturation

R 254 of 255 = 100%
G 251 of 255 = 98%
B 185 of 255 = 73%

254
251
185

R + G + B ~ 90%. #FEFBB9 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 251 + 185 = 690 (100%)
R 254 of 690 ~ 36.81%
G 251 of 690 ~ 36.38%
B 185 of 690 ~ 26.81%

%36.81
%36.38
%26.81

CMYK color model

#FEFBB9 color CMYK value is (0,1,27,0).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 27.17%
  • key color value is 0.39%
CMYK:
(0,1,27,0)
C0M1Y27K0 
(0%,1%,27%,0%)
(0.00/0.01/0.27/0.00)	

CMYK percentages

%0
%1.18
%27.17
%0.39

Codes

Color #FEFBB9 in popluar color models

FEFBB9
RGB254251185
HSL57°97.18%86.08%
HSB/HSV57°27.17%99.61%
CMYK0.00%1.18%27.17%
0.39%

Color #FEFBB9 in popluar number systems.

HEXFEFBB9
Decimal254251185
Binary111111101111101110111001
Octal376373271

Shades and tints

Shades of #FEFBB9

#FEFBB9
(254,251,185)
#E7E5A9
(231,229,169)
#D0CF99
(208,207,153)
#B9B989
(185,185,137)
#A2A379
(162,163,121)
#8B8D69
(139,141,105)
#747759
(116,119,89)
#5D6149
(93,97,73)
#464B39
(70,75,57)
#2F3529
(47,53,41)
#181F19
(24,31,25)
#000000
(0,0,0)

Tints of #FEFBB9

#FEFBB9
(254,251,185)
#FEFBBF
(254,251,191)
#FEFBC5
(254,251,197)
#FEFBCB
(254,251,203)
#FEFBD1
(254,251,209)
#FEFBD7
(254,251,215)
#FEFBDD
(254,251,221)
#FEFBE3
(254,251,227)
#FEFBE9
(254,251,233)
#FEFBEF
(254,251,239)
#FEFBF5
(254,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEFBB9 color. Also use rgb(254,251,185) instead hex code.

Text Font Color

.myTextColor { color: #FEFBB9; }

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

This text font color is #FEFBB9.


Background Color

.myBgColor { background-color: #FEFBB9; }

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

This div background color is #FEFBB9.


Border color

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

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

This div border color is #FEFBB9.


Opacity

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

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

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

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

This text has shadow with #FEFBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFBB9 on black background.


Color preview on white background

This text has color #FEFBB9 on white background.



Black color preview on #FEFBB9 background

This text has black color on #FEFBB9 background.


White color preview on #FEFBB9 background

This text has white color on #FEFBB9 background.