COLOR #FBEED6

HEX: #FBEED6
RGB: (251,238,214)

Color info

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

RGB color model

#FBEED6 color RGB value is (251,238,214).

  • red value is 251;
  • green value is 238;
  • blue value is 214.
RGB:
(251,238,214)
(98%,93%,84%)

RGB channels and saturation

R 251 of 255 = 98%
G 238 of 255 = 93%
B 214 of 255 = 84%

251
238
214

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

Portions of RGB colors in percentages

R + G + B =
251 + 238 + 214 = 703 (100%)
R 251 of 703 ~ 35.7%
G 238 of 703 ~ 33.85%
B 214 of 703 ~ 30.44%

%35.7
%33.85
%30.44

CMYK color model

#FBEED6 color CMYK value is (0,5,15,2).

  • cyan value is 0.00%
  • magenta value is 5.18%
  • yellow value is 14.74%
  • key color value is 1.57%
CMYK:
(0,5,15,2)
C0M5Y15K2 
(0%,5%,15%,2%)
(0.00/0.05/0.15/0.02)	

CMYK percentages

%0
%5.18
%14.74
%1.57

Codes

Color #FBEED6 in popluar color models

FBEED6
RGB251238214
HSL39°82.22%91.18%
HSB/HSV39°14.74%98.43%
CMYK0.00%5.18%14.74%
1.57%

Color #FBEED6 in popluar number systems.

HEXFBEED6
Decimal251238214
Binary111110111110111011010110
Octal373356326

Shades and tints

Shades of #FBEED6

#FBEED6
(251,238,214)
#E5D9C3
(229,217,195)
#CFC4B0
(207,196,176)
#B9AF9D
(185,175,157)
#A39A8A
(163,154,138)
#8D8577
(141,133,119)
#777064
(119,112,100)
#615B51
(97,91,81)
#4B463E
(75,70,62)
#35312B
(53,49,43)
#1F1C18
(31,28,24)
#000000
(0,0,0)

Tints of #FBEED6

#FBEED6
(251,238,214)
#FBEFD9
(251,239,217)
#FBF0DC
(251,240,220)
#FBF1DF
(251,241,223)
#FBF2E2
(251,242,226)
#FBF3E5
(251,243,229)
#FBF4E8
(251,244,232)
#FBF5EB
(251,245,235)
#FBF6EE
(251,246,238)
#FBF7F1
(251,247,241)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEED6; }

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

This text font color is #FBEED6.


Background Color

.myBgColor { background-color: #FBEED6; }

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

This div background color is #FBEED6.


Border color

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

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

This div border color is #FBEED6.


Opacity

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

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

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

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

This text has shadow with #FBEED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEED6 on black background.


Color preview on white background

This text has color #FBEED6 on white background.



Black color preview on #FBEED6 background

This text has black color on #FBEED6 background.


White color preview on #FBEED6 background

This text has white color on #FBEED6 background.