COLOR #FBEFD6

HEX: #FBEFD6
RGB: (251,239,214)

Color info

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

RGB color model

#FBEFD6 color RGB value is (251,239,214).

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

RGB channels and saturation

R 251 of 255 = 98%
G 239 of 255 = 94%
B 214 of 255 = 84%

251
239
214

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

Portions of RGB colors in percentages

R + G + B =
251 + 239 + 214 = 704 (100%)
R 251 of 704 ~ 35.65%
G 239 of 704 ~ 33.95%
B 214 of 704 ~ 30.4%

%35.65
%33.95
%30.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.78%
  • 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
%4.78
%14.74
%1.57

Codes

Color #FBEFD6 in popluar color models

FBEFD6
RGB251239214
HSL41°82.22%91.18%
HSB/HSV41°14.74%98.43%
CMYK0.00%4.78%14.74%
1.57%

Color #FBEFD6 in popluar number systems.

HEXFBEFD6
Decimal251239214
Binary111110111110111111010110
Octal373357326

Shades and tints

Shades of #FBEFD6

#FBEFD6
(251,239,214)
#E5DAC3
(229,218,195)
#CFC5B0
(207,197,176)
#B9B09D
(185,176,157)
#A39B8A
(163,155,138)
#8D8677
(141,134,119)
#777164
(119,113,100)
#615C51
(97,92,81)
#4B473E
(75,71,62)
#35322B
(53,50,43)
#1F1D18
(31,29,24)
#000000
(0,0,0)

Tints of #FBEFD6

#FBEFD6
(251,239,214)
#FBF0D9
(251,240,217)
#FBF1DC
(251,241,220)
#FBF2DF
(251,242,223)
#FBF3E2
(251,243,226)
#FBF4E5
(251,244,229)
#FBF5E8
(251,245,232)
#FBF6EB
(251,246,235)
#FBF7EE
(251,247,238)
#FBF8F1
(251,248,241)
#FBF9F4
(251,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEFD6; }

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

This text font color is #FBEFD6.


Background Color

.myBgColor { background-color: #FBEFD6; }

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

This div background color is #FBEFD6.


Border color

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

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

This div border color is #FBEFD6.


Opacity

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

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

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

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

This text has shadow with #FBEFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEFD6 on black background.


Color preview on white background

This text has color #FBEFD6 on white background.



Black color preview on #FBEFD6 background

This text has black color on #FBEFD6 background.


White color preview on #FBEFD6 background

This text has white color on #FBEFD6 background.