COLOR #FBE2A0

HEX: #FBE2A0
RGB: (251,226,160)

Color info

#FBE2A0 contains mainly red and green colors. Web safe color of #FBE2A0 is #FFCC99 (or #FC9).

RGB color model

#FBE2A0 color RGB value is (251,226,160).

  • red value is 251;
  • green value is 226;
  • blue value is 160.
RGB:
(251,226,160)
(98%,89%,63%)

RGB channels and saturation

R 251 of 255 = 98%
G 226 of 255 = 89%
B 160 of 255 = 63%

251
226
160

R + G + B ~ 83%. #FBE2A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 226 + 160 = 637 (100%)
R 251 of 637 ~ 39.4%
G 226 of 637 ~ 35.48%
B 160 of 637 ~ 25.12%

%39.4
%35.48
%25.12

CMYK color model

#FBE2A0 color CMYK value is (0,10,36,2).

  • cyan value is 0.00%
  • magenta value is 9.96%
  • yellow value is 36.25%
  • key color value is 1.57%
CMYK:
(0,10,36,2)
C0M10Y36K2 
(0%,10%,36%,2%)
(0.00/0.10/0.36/0.02)	

CMYK percentages

%0
%9.96
%36.25
%1.57

Codes

Color #FBE2A0 in popluar color models

FBE2A0
RGB251226160
HSL44°91.92%80.59%
HSB/HSV44°36.25%98.43%
CMYK0.00%9.96%36.25%
1.57%

Color #FBE2A0 in popluar number systems.

HEXFBE2A0
Decimal251226160
Binary111110111110001010100000
Octal373342240

Shades and tints

Shades of #FBE2A0

#FBE2A0
(251,226,160)
#E5CE92
(229,206,146)
#CFBA84
(207,186,132)
#B9A676
(185,166,118)
#A39268
(163,146,104)
#8D7E5A
(141,126,90)
#776A4C
(119,106,76)
#61563E
(97,86,62)
#4B4230
(75,66,48)
#352E22
(53,46,34)
#1F1A14
(31,26,20)
#000000
(0,0,0)

Tints of #FBE2A0

#FBE2A0
(251,226,160)
#FBE4A8
(251,228,168)
#FBE6B0
(251,230,176)
#FBE8B8
(251,232,184)
#FBEAC0
(251,234,192)
#FBECC8
(251,236,200)
#FBEED0
(251,238,208)
#FBF0D8
(251,240,216)
#FBF2E0
(251,242,224)
#FBF4E8
(251,244,232)
#FBF6F0
(251,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE2A0 color. Also use rgb(251,226,160) instead hex code.

Text Font Color

.myTextColor { color: #FBE2A0; }

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

This text font color is #FBE2A0.


Background Color

.myBgColor { background-color: #FBE2A0; }

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

This div background color is #FBE2A0.


Border color

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

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

This div border color is #FBE2A0.


Opacity

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

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

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

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

This text has shadow with #FBE2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE2A0 on black background.


Color preview on white background

This text has color #FBE2A0 on white background.



Black color preview on #FBE2A0 background

This text has black color on #FBE2A0 background.


White color preview on #FBE2A0 background

This text has white color on #FBE2A0 background.