COLOR #FBE0A7

HEX: #FBE0A7
RGB: (251,224,167)

Color info

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

RGB color model

#FBE0A7 color RGB value is (251,224,167).

  • red value is 251;
  • green value is 224;
  • blue value is 167.
RGB:
(251,224,167)
(98%,88%,65%)

RGB channels and saturation

R 251 of 255 = 98%
G 224 of 255 = 88%
B 167 of 255 = 65%

251
224
167

R + G + B ~ 84%. #FBE0A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 224 + 167 = 642 (100%)
R 251 of 642 ~ 39.1%
G 224 of 642 ~ 34.89%
B 167 of 642 ~ 26.01%

%39.1
%34.89
%26.01

CMYK color model

#FBE0A7 color CMYK value is (0,11,33,2).

  • cyan value is 0.00%
  • magenta value is 10.76%
  • yellow value is 33.47%
  • key color value is 1.57%
CMYK:
(0,11,33,2)
C0M11Y33K2 
(0%,11%,33%,2%)
(0.00/0.11/0.33/0.02)	

CMYK percentages

%0
%10.76
%33.47
%1.57

Codes

Color #FBE0A7 in popluar color models

FBE0A7
RGB251224167
HSL41°91.30%81.96%
HSB/HSV41°33.47%98.43%
CMYK0.00%10.76%33.47%
1.57%

Color #FBE0A7 in popluar number systems.

HEXFBE0A7
Decimal251224167
Binary111110111110000010100111
Octal373340247

Shades and tints

Shades of #FBE0A7

#FBE0A7
(251,224,167)
#E5CC98
(229,204,152)
#CFB889
(207,184,137)
#B9A47A
(185,164,122)
#A3906B
(163,144,107)
#8D7C5C
(141,124,92)
#77684D
(119,104,77)
#61543E
(97,84,62)
#4B402F
(75,64,47)
#352C20
(53,44,32)
#1F1811
(31,24,17)
#000000
(0,0,0)

Tints of #FBE0A7

#FBE0A7
(251,224,167)
#FBE2AF
(251,226,175)
#FBE4B7
(251,228,183)
#FBE6BF
(251,230,191)
#FBE8C7
(251,232,199)
#FBEACF
(251,234,207)
#FBECD7
(251,236,215)
#FBEEDF
(251,238,223)
#FBF0E7
(251,240,231)
#FBF2EF
(251,242,239)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE0A7 color. Also use rgb(251,224,167) instead hex code.

Text Font Color

.myTextColor { color: #FBE0A7; }

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

This text font color is #FBE0A7.


Background Color

.myBgColor { background-color: #FBE0A7; }

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

This div background color is #FBE0A7.


Border color

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

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

This div border color is #FBE0A7.


Opacity

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

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

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

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

This text has shadow with #FBE0A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE0A7 on black background.


Color preview on white background

This text has color #FBE0A7 on white background.



Black color preview on #FBE0A7 background

This text has black color on #FBE0A7 background.


White color preview on #FBE0A7 background

This text has white color on #FBE0A7 background.