COLOR #FBEEA1

HEX: #FBEEA1
RGB: (251,238,161)

Color info

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

RGB color model

#FBEEA1 color RGB value is (251,238,161).

  • red value is 251;
  • green value is 238;
  • blue value is 161.
RGB:
(251,238,161)
(98%,93%,63%)

RGB channels and saturation

R 251 of 255 = 98%
G 238 of 255 = 93%
B 161 of 255 = 63%

251
238
161

R + G + B ~ 85%. #FBEEA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 238 + 161 = 650 (100%)
R 251 of 650 ~ 38.62%
G 238 of 650 ~ 36.62%
B 161 of 650 ~ 24.77%

%38.62
%36.62
%24.77

CMYK color model

#FBEEA1 color CMYK value is (0,5,36,2).

  • cyan value is 0.00%
  • magenta value is 5.18%
  • yellow value is 35.86%
  • key color value is 1.57%
CMYK:
(0,5,36,2)
C0M5Y36K2 
(0%,5%,36%,2%)
(0.00/0.05/0.36/0.02)	

CMYK percentages

%0
%5.18
%35.86
%1.57

Codes

Color #FBEEA1 in popluar color models

FBEEA1
RGB251238161
HSL51°91.84%80.78%
HSB/HSV51°35.86%98.43%
CMYK0.00%5.18%35.86%
1.57%

Color #FBEEA1 in popluar number systems.

HEXFBEEA1
Decimal251238161
Binary111110111110111010100001
Octal373356241

Shades and tints

Shades of #FBEEA1

#FBEEA1
(251,238,161)
#E5D993
(229,217,147)
#CFC485
(207,196,133)
#B9AF77
(185,175,119)
#A39A69
(163,154,105)
#8D855B
(141,133,91)
#77704D
(119,112,77)
#615B3F
(97,91,63)
#4B4631
(75,70,49)
#353123
(53,49,35)
#1F1C15
(31,28,21)
#000000
(0,0,0)

Tints of #FBEEA1

#FBEEA1
(251,238,161)
#FBEFA9
(251,239,169)
#FBF0B1
(251,240,177)
#FBF1B9
(251,241,185)
#FBF2C1
(251,242,193)
#FBF3C9
(251,243,201)
#FBF4D1
(251,244,209)
#FBF5D9
(251,245,217)
#FBF6E1
(251,246,225)
#FBF7E9
(251,247,233)
#FBF8F1
(251,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBEEA1 color. Also use rgb(251,238,161) instead hex code.

Text Font Color

.myTextColor { color: #FBEEA1; }

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

This text font color is #FBEEA1.


Background Color

.myBgColor { background-color: #FBEEA1; }

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

This div background color is #FBEEA1.


Border color

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

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

This div border color is #FBEEA1.


Opacity

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

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

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

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

This text has shadow with #FBEEA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEEA1 on black background.


Color preview on white background

This text has color #FBEEA1 on white background.



Black color preview on #FBEEA1 background

This text has black color on #FBEEA1 background.


White color preview on #FBEEA1 background

This text has white color on #FBEEA1 background.