COLOR #FBE5C7

HEX: #FBE5C7 RGB: (251,229,199)

Color info

#FBE5C7 contains red, green and blue colors in about the same proportion. Web safe color of #FBE5C7 is #FFCCCC (or #FCC).

RGB color model

#FBE5C7 color RGB value is (251,229,199).

RGB: (251,229,199) (98%, 90%, 78%)

RGB channels and saturation

R 251 of 255 = 98%
G 229 of 255 = 90%
B 199 of 255 = 78%

251
229
199

R + G + B ~ 89%. #FBE5C7 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 229 + 199 = 679 (100%)
R 251 of 679 ~ 36.97%
G 229 of 679 ~ 33.73%
B 199 of 679 ~ 29.31'%

%36.97
%33.73
%29.31

CMYK color model

#FBE5C7 color CMYK value is (0,9,21,2).

  • cyan value is 0.00%
  • magenta value is 8.76%
  • yellow value is 20.72%
  • key color value is 1.57%

CMYK: (0,9,21,2)
C0M9Y21K2 (0%, 9%, 21%, 2%)
(0.00 / 0.09 / 0.21 / 0.02)

CMYK percentages

%0
%8.76
%20.72
%1.57

Codes

Color #FBE5C7 in popluar color models

FB E5 C7
RGB 251 229 199
HSL 35° 86.67% 88.24%
HSB/HSV 35° 20.72% 98.43%
CMYK 0.00% 8.76% 20.72%
1.57%

Color #FBE5C7 in popluar number systems.

HEX FB E5 C7
Decimal 251 229 199
Binary 11111011 11100101 11000111
Octal 373 345 307

Shades and tints

Shades of #FBE5C7

#FBE5C7
(251,229,199)
#E5D1B5
(229,209,181)
#CFBDA3
(207,189,163)
#B9A991
(185,169,145)
#A3957F
(163,149,127)
#8D816D
(141,129,109)
#776D5B
(119,109,91)
#615949
(97,89,73)
#4B4537
(75,69,55)
#353125
(53,49,37)
#1F1D13
(31,29,19)
#000000
(0,0,0)

Tints of #FBE5C7

#FBE5C7
(251,229,199)
#FBE7CC
(251,231,204)
#FBE9D1
(251,233,209)
#FBEBD6
(251,235,214)
#FBEDDB
(251,237,219)
#FBEFE0
(251,239,224)
#FBF1E5
(251,241,229)
#FBF3EA
(251,243,234)
#FBF5EF
(251,245,239)
#FBF7F4
(251,247,244)
#FBF9F9
(251,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE5C7 color. Also use rgb(251,229,199) instead hex code.

Text Font Color

.myTextColor { color: #FBE5C7; }

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

This text font color is #FBE5C7.

Background Color

.myBgColor { background-color: #FBE5C7; }

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

This div background color is #FBE5C7.

Border color

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

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

This div border color is #FBE5C7.

Opacity

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

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

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

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

This text has shadow with #FBE5C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE5C7.

Preview

Color preview on black background

This text has color #FBE5C7 on black background.


Color preview on white background

This text has color #FBE5C7 on white background.


Black color preview on #FBE5C7 background

This text has black color on #FBE5C7 background.


White color preview on #FBE5C7 background

This text has white color on #FBE5C7 background.


Related colors

Complementary color

Complementary color for #hex is #041A38.


I love getcolorcode.com

Triadic colors

1 #C7FBE5 and #E5C7FB with #FBE5C7 are triadic colors.

2 #C7E5FB and #E5FBC7 with #FBE5C7 are triadic colors.