COLOR #FBE8C7

HEX: #FBE8C7
RGB: (251,232,199)

Color info

#FBE8C7 contains red, green and blue colors in about the same proportion. Web safe color of #FBE8C7 is #FFFFCC (or #FFC).

RGB color model

#FBE8C7 color RGB value is (251,232,199).

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

RGB channels and saturation

R 251 of 255 = 98%
G 232 of 255 = 91%
B 199 of 255 = 78%

251
232
199

R + G + B ~ 89%. #FBE8C7 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 232 + 199 = 682 (100%)
R 251 of 682 ~ 36.8%
G 232 of 682 ~ 34.02%
B 199 of 682 ~ 29.18%

%36.8
%34.02
%29.18

CMYK color model

#FBE8C7 color CMYK value is (0,8,21,2).

  • cyan value is 0.00%
  • magenta value is 7.57%
  • yellow value is 20.72%
  • key color value is 1.57%
CMYK:
(0,8,21,2)
C0M8Y21K2 
(0%,8%,21%,2%)
(0.00/0.08/0.21/0.02)	

CMYK percentages

%0
%7.57
%20.72
%1.57

Codes

Color #FBE8C7 in popluar color models

FBE8C7
RGB251232199
HSL38°86.67%88.24%
HSB/HSV38°20.72%98.43%
CMYK0.00%7.57%20.72%
1.57%

Color #FBE8C7 in popluar number systems.

HEXFBE8C7
Decimal251232199
Binary111110111110100011000111
Octal373350307

Shades and tints

Shades of #FBE8C7

#FBE8C7
(251,232,199)
#E5D3B5
(229,211,181)
#CFBEA3
(207,190,163)
#B9A991
(185,169,145)
#A3947F
(163,148,127)
#8D7F6D
(141,127,109)
#776A5B
(119,106,91)
#615549
(97,85,73)
#4B4037
(75,64,55)
#352B25
(53,43,37)
#1F1613
(31,22,19)
#000000
(0,0,0)

Tints of #FBE8C7

#FBE8C7
(251,232,199)
#FBEACC
(251,234,204)
#FBECD1
(251,236,209)
#FBEED6
(251,238,214)
#FBF0DB
(251,240,219)
#FBF2E0
(251,242,224)
#FBF4E5
(251,244,229)
#FBF6EA
(251,246,234)
#FBF8EF
(251,248,239)
#FBFAF4
(251,250,244)
#FBFCF9
(251,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE8C7; }

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

This text font color is #FBE8C7.


Background Color

.myBgColor { background-color: #FBE8C7; }

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

This div background color is #FBE8C7.


Border color

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

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

This div border color is #FBE8C7.


Opacity

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

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

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

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

This text has shadow with #FBE8C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE8C7 on black background.


Color preview on white background

This text has color #FBE8C7 on white background.



Black color preview on #FBE8C7 background

This text has black color on #FBE8C7 background.


White color preview on #FBE8C7 background

This text has white color on #FBE8C7 background.