COLOR #FBE7E1

HEX: #FBE7E1 RGB: (251,231,225)

Color info

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

RGB color model

#FBE7E1 color RGB value is (251,231,225).

RGB: (251,231,225) (98%, 91%, 88%)

RGB channels and saturation

R 251 of 255 = 98%
G 231 of 255 = 91%
B 225 of 255 = 88%

251
231
225

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

Portions of RGB colors in percentages

R + G + B = 251 + 231 + 225 = 707 (100%)
R 251 of 707 ~ 35.5%
G 231 of 707 ~ 32.67%
B 225 of 707 ~ 31.82'%

%35.5
%32.67
%31.82

CMYK color model

#FBE7E1 color CMYK value is (0,8,10,2).

  • cyan value is 0.00%
  • magenta value is 7.97%
  • yellow value is 10.36%
  • key color value is 1.57%

CMYK: (0,8,10,2)
C0M8Y10K2 (0%, 8%, 10%, 2%)
(0.00 / 0.08 / 0.10 / 0.02)

CMYK percentages

%0
%7.97
%10.36
%1.57

Codes

Color #FBE7E1 in popluar color models

FB E7 E1
RGB 251 231 225
HSL 14° 76.47% 93.33%
HSB/HSV 14° 10.36% 98.43%
CMYK 0.00% 7.97% 10.36%
1.57%

Color #FBE7E1 in popluar number systems.

HEX FB E7 E1
Decimal 251 231 225
Binary 11111011 11100111 11100001
Octal 373 347 341

Shades and tints

Shades of #FBE7E1

#FBE7E1
(251,231,225)
#E5D2CD
(229,210,205)
#CFBDB9
(207,189,185)
#B9A8A5
(185,168,165)
#A39391
(163,147,145)
#8D7E7D
(141,126,125)
#776969
(119,105,105)
#615455
(97,84,85)
#4B3F41
(75,63,65)
#352A2D
(53,42,45)
#1F1519
(31,21,25)
#000000
(0,0,0)

Tints of #FBE7E1

#FBE7E1
(251,231,225)
#FBE9E3
(251,233,227)
#FBEBE5
(251,235,229)
#FBEDE7
(251,237,231)
#FBEFE9
(251,239,233)
#FBF1EB
(251,241,235)
#FBF3ED
(251,243,237)
#FBF5EF
(251,245,239)
#FBF7F1
(251,247,241)
#FBF9F3
(251,249,243)
#FBFBF5
(251,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE7E1 color. Also use rgb(251,231,225) instead hex code.

Text Font Color

.myTextColor { color: #FBE7E1; }

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

This text font color is #FBE7E1.

Background Color

.myBgColor { background-color: #FBE7E1; }

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

This div background color is #FBE7E1.

Border color

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

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

This div border color is #FBE7E1.

Opacity

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

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

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

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

This text has shadow with #FBE7E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE7E1.

Preview

Color preview on black background

This text has color #FBE7E1 on black background.


Color preview on white background

This text has color #FBE7E1 on white background.


Black color preview on #FBE7E1 background

This text has black color on #FBE7E1 background.


White color preview on #FBE7E1 background

This text has white color on #FBE7E1 background.


Related colors

Complementary color

Complementary color for #hex is #04181E.


I love getcolorcode.com

Triadic colors

1 #E1FBE7 and #E7E1FB with #FBE7E1 are triadic colors.

2 #E1E7FB and #E7FBE1 with #FBE7E1 are triadic colors.