COLOR #FBEFE6

HEX: #FBEFE6
RGB: (251,239,230)

Color info

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

RGB color model

#FBEFE6 color RGB value is (251,239,230).

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

RGB channels and saturation

R 251 of 255 = 98%
G 239 of 255 = 94%
B 230 of 255 = 90%

251
239
230

R + G + B ~ 94%. #FBEFE6 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 239 + 230 = 720 (100%)
R 251 of 720 ~ 34.86%
G 239 of 720 ~ 33.19%
B 230 of 720 ~ 31.94%

%34.86
%33.19
%31.94

CMYK color model

#FBEFE6 color CMYK value is (0,5,8,2).

  • cyan value is 0.00%
  • magenta value is 4.78%
  • yellow value is 8.37%
  • key color value is 1.57%
CMYK:
(0,5,8,2)
C0M5Y8K2 
(0%,5%,8%,2%)
(0.00/0.05/0.08/0.02)	

CMYK percentages

%0
%4.78
%8.37
%1.57

Codes

Color #FBEFE6 in popluar color models

FBEFE6
RGB251239230
HSL26°72.41%94.31%
HSB/HSV26°8.37%98.43%
CMYK0.00%4.78%8.37%
1.57%

Color #FBEFE6 in popluar number systems.

HEXFBEFE6
Decimal251239230
Binary111110111110111111100110
Octal373357346

Shades and tints

Shades of #FBEFE6

#FBEFE6
(251,239,230)
#E5DAD2
(229,218,210)
#CFC5BE
(207,197,190)
#B9B0AA
(185,176,170)
#A39B96
(163,155,150)
#8D8682
(141,134,130)
#77716E
(119,113,110)
#615C5A
(97,92,90)
#4B4746
(75,71,70)
#353232
(53,50,50)
#1F1D1E
(31,29,30)
#000000
(0,0,0)

Tints of #FBEFE6

#FBEFE6
(251,239,230)
#FBF0E8
(251,240,232)
#FBF1EA
(251,241,234)
#FBF2EC
(251,242,236)
#FBF3EE
(251,243,238)
#FBF4F0
(251,244,240)
#FBF5F2
(251,245,242)
#FBF6F4
(251,246,244)
#FBF7F6
(251,247,246)
#FBF8F8
(251,248,248)
#FBF9FA
(251,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEFE6; }

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

This text font color is #FBEFE6.


Background Color

.myBgColor { background-color: #FBEFE6; }

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

This div background color is #FBEFE6.


Border color

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

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

This div border color is #FBEFE6.


Opacity

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

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

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

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

This text has shadow with #FBEFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEFE6 on black background.


Color preview on white background

This text has color #FBEFE6 on white background.



Black color preview on #FBEFE6 background

This text has black color on #FBEFE6 background.


White color preview on #FBEFE6 background

This text has white color on #FBEFE6 background.