COLOR #FFFEBB

HEX: #FFFEBB
RGB: (255,254,187)

Color info

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

RGB color model

#FFFEBB color RGB value is (255,254,187).

  • red value is 255;
  • green value is 254;
  • blue value is 187.
RGB:
(255,254,187)
(100%,100%,73%)

RGB channels and saturation

R 255 of 255 = 100%
G 254 of 255 = 100%
B 187 of 255 = 73%

255
254
187

R + G + B ~ 91%. #FFFEBB is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 254 + 187 = 696 (100%)
R 255 of 696 ~ 36.64%
G 254 of 696 ~ 36.49%
B 187 of 696 ~ 26.87%

%36.64
%36.49
%26.87

CMYK color model

#FFFEBB color CMYK value is (0,0,27,0).

  • cyan value is 0.00%
  • magenta value is 0.39%
  • yellow value is 26.67%
  • key color value is 0.00%
CMYK:
(0,0,27,0)
C0M0Y27K0 
(0%,0%,27%,0%)
(0.00/0.00/0.27/0.00)	

CMYK percentages

%0
%0.39
%26.67
%0

Codes

Color #FFFEBB in popluar color models

FFFEBB
RGB255254187
HSL59°100.00%86.67%
HSB/HSV59°26.67%100.00%
CMYK0.00%0.39%26.67%
0.00%

Color #FFFEBB in popluar number systems.

HEXFFFEBB
Decimal255254187
Binary111111111111111010111011
Octal377376273

Shades and tints

Shades of #FFFEBB

#FFFEBB
(255,254,187)
#E8E7AA
(232,231,170)
#D1D099
(209,208,153)
#BAB988
(186,185,136)
#A3A277
(163,162,119)
#8C8B66
(140,139,102)
#757455
(117,116,85)
#5E5D44
(94,93,68)
#474633
(71,70,51)
#302F22
(48,47,34)
#191811
(25,24,17)
#000000
(0,0,0)

Tints of #FFFEBB

#FFFEBB
(255,254,187)
#FFFEC1
(255,254,193)
#FFFEC7
(255,254,199)
#FFFECD
(255,254,205)
#FFFED3
(255,254,211)
#FFFED9
(255,254,217)
#FFFEDF
(255,254,223)
#FFFEE5
(255,254,229)
#FFFEEB
(255,254,235)
#FFFEF1
(255,254,241)
#FFFEF7
(255,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFFEBB color. Also use rgb(255,254,187) instead hex code.

Text Font Color

.myTextColor { color: #FFFEBB; }

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

This text font color is #FFFEBB.


Background Color

.myBgColor { background-color: #FFFEBB; }

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

This div background color is #FFFEBB.


Border color

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

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

This div border color is #FFFEBB.


Opacity

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

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

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

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

This text has shadow with #FFFEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFEBB on black background.


Color preview on white background

This text has color #FFFEBB on white background.



Black color preview on #FFFEBB background

This text has black color on #FFFEBB background.


White color preview on #FFFEBB background

This text has white color on #FFFEBB background.