COLOR #FBEBC7

HEX: #FBEBC7
RGB: (251,235,199)

Color info

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

RGB color model

#FBEBC7 color RGB value is (251,235,199).

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

RGB channels and saturation

R 251 of 255 = 98%
G 235 of 255 = 92%
B 199 of 255 = 78%

251
235
199

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

Portions of RGB colors in percentages

R + G + B =
251 + 235 + 199 = 685 (100%)
R 251 of 685 ~ 36.64%
G 235 of 685 ~ 34.31%
B 199 of 685 ~ 29.05%

%36.64
%34.31
%29.05

CMYK color model

#FBEBC7 color CMYK value is (0,6,21,2).

  • cyan value is 0.00%
  • magenta value is 6.37%
  • yellow value is 20.72%
  • key color value is 1.57%
CMYK:
(0,6,21,2)
C0M6Y21K2 
(0%,6%,21%,2%)
(0.00/0.06/0.21/0.02)	

CMYK percentages

%0
%6.37
%20.72
%1.57

Codes

Color #FBEBC7 in popluar color models

FBEBC7
RGB251235199
HSL42°86.67%88.24%
HSB/HSV42°20.72%98.43%
CMYK0.00%6.37%20.72%
1.57%

Color #FBEBC7 in popluar number systems.

HEXFBEBC7
Decimal251235199
Binary111110111110101111000111
Octal373353307

Shades and tints

Shades of #FBEBC7

#FBEBC7
(251,235,199)
#E5D6B5
(229,214,181)
#CFC1A3
(207,193,163)
#B9AC91
(185,172,145)
#A3977F
(163,151,127)
#8D826D
(141,130,109)
#776D5B
(119,109,91)
#615849
(97,88,73)
#4B4337
(75,67,55)
#352E25
(53,46,37)
#1F1913
(31,25,19)
#000000
(0,0,0)

Tints of #FBEBC7

#FBEBC7
(251,235,199)
#FBECCC
(251,236,204)
#FBEDD1
(251,237,209)
#FBEED6
(251,238,214)
#FBEFDB
(251,239,219)
#FBF0E0
(251,240,224)
#FBF1E5
(251,241,229)
#FBF2EA
(251,242,234)
#FBF3EF
(251,243,239)
#FBF4F4
(251,244,244)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEBC7; }

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

This text font color is #FBEBC7.


Background Color

.myBgColor { background-color: #FBEBC7; }

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

This div background color is #FBEBC7.


Border color

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

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

This div border color is #FBEBC7.


Opacity

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

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

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

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

This text has shadow with #FBEBC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEBC7 on black background.


Color preview on white background

This text has color #FBEBC7 on white background.



Black color preview on #FBEBC7 background

This text has black color on #FBEBC7 background.


White color preview on #FBEBC7 background

This text has white color on #FBEBC7 background.