COLOR #FBEBD6

HEX: #FBEBD6 RGB: (251,235,214)

Color info

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

RGB color model

#FBEBD6 color RGB value is (251,235,214).

RGB: (251,235,214) (98%, 92%, 84%)

RGB channels and saturation

R 251 of 255 = 98%
G 235 of 255 = 92%
B 214 of 255 = 84%

251
235
214

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

Portions of RGB colors in percentages

R + G + B = 251 + 235 + 214 = 700 (100%)
R 251 of 700 ~ 35.86%
G 235 of 700 ~ 33.57%
B 214 of 700 ~ 30.57'%

%35.86
%33.57
%30.57

CMYK color model

#FBEBD6 color CMYK value is (0,6,15,2).

  • cyan value is 0.00%
  • magenta value is 6.37%
  • yellow value is 14.74%
  • key color value is 1.57%

CMYK: (0,6,15,2)
C0M6Y15K2 (0%, 6%, 15%, 2%)
(0.00 / 0.06 / 0.15 / 0.02)

CMYK percentages

%0
%6.37
%14.74
%1.57

Codes

Color #FBEBD6 in popluar color models

FB EB D6
RGB 251 235 214
HSL 34° 82.22% 91.18%
HSB/HSV 34° 14.74% 98.43%
CMYK 0.00% 6.37% 14.74%
1.57%

Color #FBEBD6 in popluar number systems.

HEX FB EB D6
Decimal 251 235 214
Binary 11111011 11101011 11010110
Octal 373 353 326

Shades and tints

Shades of #FBEBD6

#FBEBD6
(251,235,214)
#E5D6C3
(229,214,195)
#CFC1B0
(207,193,176)
#B9AC9D
(185,172,157)
#A3978A
(163,151,138)
#8D8277
(141,130,119)
#776D64
(119,109,100)
#615851
(97,88,81)
#4B433E
(75,67,62)
#352E2B
(53,46,43)
#1F1918
(31,25,24)
#000000
(0,0,0)

Tints of #FBEBD6

#FBEBD6
(251,235,214)
#FBECD9
(251,236,217)
#FBEDDC
(251,237,220)
#FBEEDF
(251,238,223)
#FBEFE2
(251,239,226)
#FBF0E5
(251,240,229)
#FBF1E8
(251,241,232)
#FBF2EB
(251,242,235)
#FBF3EE
(251,243,238)
#FBF4F1
(251,244,241)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEBD6; }

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

This text font color is #FBEBD6.

Background Color

.myBgColor { background-color: #FBEBD6; }

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

This div background color is #FBEBD6.

Border color

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

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

This div border color is #FBEBD6.

Opacity

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

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

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

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

This text has shadow with #FBEBD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEBD6.

Preview

Color preview on black background

This text has color #FBEBD6 on black background.


Color preview on white background

This text has color #FBEBD6 on white background.


Black color preview on #FBEBD6 background

This text has black color on #FBEBD6 background.


White color preview on #FBEBD6 background

This text has white color on #FBEBD6 background.


Related colors

Complementary color

Complementary color for #hex is #041429.


I love getcolorcode.com

Triadic colors

1 #D6FBEB and #EBD6FB with #FBEBD6 are triadic colors.

2 #D6EBFB and #EBFBD6 with #FBEBD6 are triadic colors.