COLOR #FBEDE2

HEX: #FBEDE2
RGB: (251,237,226)

Color info

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

RGB color model

#FBEDE2 color RGB value is (251,237,226).

  • red value is 251;
  • green value is 237;
  • blue value is 226.
RGB:
(251,237,226)
(98%,93%,89%)

RGB channels and saturation

R 251 of 255 = 98%
G 237 of 255 = 93%
B 226 of 255 = 89%

251
237
226

R + G + B ~ 93%. #FBEDE2 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 237 + 226 = 714 (100%)
R 251 of 714 ~ 35.15%
G 237 of 714 ~ 33.19%
B 226 of 714 ~ 31.65%

%35.15
%33.19
%31.65

CMYK color model

#FBEDE2 color CMYK value is (0,6,10,2).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 9.96%
  • key color value is 1.57%
CMYK:
(0,6,10,2)
C0M6Y10K2 
(0%,6%,10%,2%)
(0.00/0.06/0.10/0.02)	

CMYK percentages

%0
%5.58
%9.96
%1.57

Codes

Color #FBEDE2 in popluar color models

FBEDE2
RGB251237226
HSL26°75.76%93.53%
HSB/HSV26°9.96%98.43%
CMYK0.00%5.58%9.96%
1.57%

Color #FBEDE2 in popluar number systems.

HEXFBEDE2
Decimal251237226
Binary111110111110110111100010
Octal373355342

Shades and tints

Shades of #FBEDE2

#FBEDE2
(251,237,226)
#E5D8CE
(229,216,206)
#CFC3BA
(207,195,186)
#B9AEA6
(185,174,166)
#A39992
(163,153,146)
#8D847E
(141,132,126)
#776F6A
(119,111,106)
#615A56
(97,90,86)
#4B4542
(75,69,66)
#35302E
(53,48,46)
#1F1B1A
(31,27,26)
#000000
(0,0,0)

Tints of #FBEDE2

#FBEDE2
(251,237,226)
#FBEEE4
(251,238,228)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBEDE2 color. Also use rgb(251,237,226) instead hex code.

Text Font Color

.myTextColor { color: #FBEDE2; }

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

This text font color is #FBEDE2.


Background Color

.myBgColor { background-color: #FBEDE2; }

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

This div background color is #FBEDE2.


Border color

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

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

This div border color is #FBEDE2.


Opacity

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

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

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

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

This text has shadow with #FBEDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEDE2 on black background.


Color preview on white background

This text has color #FBEDE2 on white background.



Black color preview on #FBEDE2 background

This text has black color on #FBEDE2 background.


White color preview on #FBEDE2 background

This text has white color on #FBEDE2 background.