COLOR #FBEBD9

HEX: #FBEBD9
RGB: (251,235,217)

Color info

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

RGB color model

#FBEBD9 color RGB value is (251,235,217).

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

RGB channels and saturation

R 251 of 255 = 98%
G 235 of 255 = 92%
B 217 of 255 = 85%

251
235
217

R + G + B ~ 92%. #FBEBD9 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 235 + 217 = 703 (100%)
R 251 of 703 ~ 35.7%
G 235 of 703 ~ 33.43%
B 217 of 703 ~ 30.87%

%35.7
%33.43
%30.87

CMYK color model

#FBEBD9 color CMYK value is (0,6,14,2).

  • cyan value is 0.00%
  • magenta value is 6.37%
  • yellow value is 13.55%
  • key color value is 1.57%
CMYK:
(0,6,14,2)
C0M6Y14K2 
(0%,6%,14%,2%)
(0.00/0.06/0.14/0.02)	

CMYK percentages

%0
%6.37
%13.55
%1.57

Codes

Color #FBEBD9 in popluar color models

FBEBD9
RGB251235217
HSL32°80.95%91.76%
HSB/HSV32°13.55%98.43%
CMYK0.00%6.37%13.55%
1.57%

Color #FBEBD9 in popluar number systems.

HEXFBEBD9
Decimal251235217
Binary111110111110101111011001
Octal373353331

Shades and tints

Shades of #FBEBD9

#FBEBD9
(251,235,217)
#E5D6C6
(229,214,198)
#CFC1B3
(207,193,179)
#B9ACA0
(185,172,160)
#A3978D
(163,151,141)
#8D827A
(141,130,122)
#776D67
(119,109,103)
#615854
(97,88,84)
#4B4341
(75,67,65)
#352E2E
(53,46,46)
#1F191B
(31,25,27)
#000000
(0,0,0)

Tints of #FBEBD9

#FBEBD9
(251,235,217)
#FBECDC
(251,236,220)
#FBEDDF
(251,237,223)
#FBEEE2
(251,238,226)
#FBEFE5
(251,239,229)
#FBF0E8
(251,240,232)
#FBF1EB
(251,241,235)
#FBF2EE
(251,242,238)
#FBF3F1
(251,243,241)
#FBF4F4
(251,244,244)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEBD9; }

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

This text font color is #FBEBD9.


Background Color

.myBgColor { background-color: #FBEBD9; }

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

This div background color is #FBEBD9.


Border color

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

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

This div border color is #FBEBD9.


Opacity

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

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

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

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

This text has shadow with #FBEBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEBD9 on black background.


Color preview on white background

This text has color #FBEBD9 on white background.



Black color preview on #FBEBD9 background

This text has black color on #FBEBD9 background.


White color preview on #FBEBD9 background

This text has white color on #FBEBD9 background.