COLOR #FBEBD4

HEX: #FBEBD4
RGB: (251,235,212)

Color info

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

RGB color model

#FBEBD4 color RGB value is (251,235,212).

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

RGB channels and saturation

R 251 of 255 = 98%
G 235 of 255 = 92%
B 212 of 255 = 83%

251
235
212

R + G + B ~ 91%. #FBEBD4 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 235 + 212 = 698 (100%)
R 251 of 698 ~ 35.96%
G 235 of 698 ~ 33.67%
B 212 of 698 ~ 30.37%

%35.96
%33.67
%30.37

CMYK color model

#FBEBD4 color CMYK value is (0,6,16,2).

  • cyan value is 0.00%
  • magenta value is 6.37%
  • yellow value is 15.54%
  • key color value is 1.57%
CMYK:
(0,6,16,2)
C0M6Y16K2 
(0%,6%,16%,2%)
(0.00/0.06/0.16/0.02)	

CMYK percentages

%0
%6.37
%15.54
%1.57

Codes

Color #FBEBD4 in popluar color models

FBEBD4
RGB251235212
HSL35°82.98%90.78%
HSB/HSV35°15.54%98.43%
CMYK0.00%6.37%15.54%
1.57%

Color #FBEBD4 in popluar number systems.

HEXFBEBD4
Decimal251235212
Binary111110111110101111010100
Octal373353324

Shades and tints

Shades of #FBEBD4

#FBEBD4
(251,235,212)
#E5D6C1
(229,214,193)
#CFC1AE
(207,193,174)
#B9AC9B
(185,172,155)
#A39788
(163,151,136)
#8D8275
(141,130,117)
#776D62
(119,109,98)
#61584F
(97,88,79)
#4B433C
(75,67,60)
#352E29
(53,46,41)
#1F1916
(31,25,22)
#000000
(0,0,0)

Tints of #FBEBD4

#FBEBD4
(251,235,212)
#FBECD7
(251,236,215)
#FBEDDA
(251,237,218)
#FBEEDD
(251,238,221)
#FBEFE0
(251,239,224)
#FBF0E3
(251,240,227)
#FBF1E6
(251,241,230)
#FBF2E9
(251,242,233)
#FBF3EC
(251,243,236)
#FBF4EF
(251,244,239)
#FBF5F2
(251,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEBD4; }

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

This text font color is #FBEBD4.


Background Color

.myBgColor { background-color: #FBEBD4; }

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

This div background color is #FBEBD4.


Border color

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

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

This div border color is #FBEBD4.


Opacity

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

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

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

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

This text has shadow with #FBEBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEBD4 on black background.


Color preview on white background

This text has color #FBEBD4 on white background.



Black color preview on #FBEBD4 background

This text has black color on #FBEBD4 background.


White color preview on #FBEBD4 background

This text has white color on #FBEBD4 background.