COLOR #FBE8AF

HEX: #FBE8AF
RGB: (251,232,175)

Color info

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

RGB color model

#FBE8AF color RGB value is (251,232,175).

  • red value is 251;
  • green value is 232;
  • blue value is 175.
RGB:
(251,232,175)
(98%,91%,69%)

RGB channels and saturation

R 251 of 255 = 98%
G 232 of 255 = 91%
B 175 of 255 = 69%

251
232
175

R + G + B ~ 86%. #FBE8AF is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 232 + 175 = 658 (100%)
R 251 of 658 ~ 38.15%
G 232 of 658 ~ 35.26%
B 175 of 658 ~ 26.6%

%38.15
%35.26
%26.6

CMYK color model

#FBE8AF color CMYK value is (0,8,30,2).

  • cyan value is 0.00%
  • magenta value is 7.57%
  • yellow value is 30.28%
  • key color value is 1.57%
CMYK:
(0,8,30,2)
C0M8Y30K2 
(0%,8%,30%,2%)
(0.00/0.08/0.30/0.02)	

CMYK percentages

%0
%7.57
%30.28
%1.57

Codes

Color #FBE8AF in popluar color models

FBE8AF
RGB251232175
HSL45°90.48%83.53%
HSB/HSV45°30.28%98.43%
CMYK0.00%7.57%30.28%
1.57%

Color #FBE8AF in popluar number systems.

HEXFBE8AF
Decimal251232175
Binary111110111110100010101111
Octal373350257

Shades and tints

Shades of #FBE8AF

#FBE8AF
(251,232,175)
#E5D3A0
(229,211,160)
#CFBE91
(207,190,145)
#B9A982
(185,169,130)
#A39473
(163,148,115)
#8D7F64
(141,127,100)
#776A55
(119,106,85)
#615546
(97,85,70)
#4B4037
(75,64,55)
#352B28
(53,43,40)
#1F1619
(31,22,25)
#000000
(0,0,0)

Tints of #FBE8AF

#FBE8AF
(251,232,175)
#FBEAB6
(251,234,182)
#FBECBD
(251,236,189)
#FBEEC4
(251,238,196)
#FBF0CB
(251,240,203)
#FBF2D2
(251,242,210)
#FBF4D9
(251,244,217)
#FBF6E0
(251,246,224)
#FBF8E7
(251,248,231)
#FBFAEE
(251,250,238)
#FBFCF5
(251,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE8AF color. Also use rgb(251,232,175) instead hex code.

Text Font Color

.myTextColor { color: #FBE8AF; }

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

This text font color is #FBE8AF.


Background Color

.myBgColor { background-color: #FBE8AF; }

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

This div background color is #FBE8AF.


Border color

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

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

This div border color is #FBE8AF.


Opacity

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

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

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

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

This text has shadow with #FBE8AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE8AF on black background.


Color preview on white background

This text has color #FBE8AF on white background.



Black color preview on #FBE8AF background

This text has black color on #FBE8AF background.


White color preview on #FBE8AF background

This text has white color on #FBE8AF background.