COLOR #FBE5C1

HEX: #FBE5C1
RGB: (251,229,193)

Color info

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

RGB color model

#FBE5C1 color RGB value is (251,229,193).

  • red value is 251;
  • green value is 229;
  • blue value is 193.
RGB:
(251,229,193)
(98%,90%,76%)

RGB channels and saturation

R 251 of 255 = 98%
G 229 of 255 = 90%
B 193 of 255 = 76%

251
229
193

R + G + B ~ 88%. #FBE5C1 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 229 + 193 = 673 (100%)
R 251 of 673 ~ 37.3%
G 229 of 673 ~ 34.03%
B 193 of 673 ~ 28.68%

%37.3
%34.03
%28.68

CMYK color model

#FBE5C1 color CMYK value is (0,9,23,2).

  • cyan value is 0.00%
  • magenta value is 8.76%
  • yellow value is 23.11%
  • key color value is 1.57%
CMYK:
(0,9,23,2)
C0M9Y23K2 
(0%,9%,23%,2%)
(0.00/0.09/0.23/0.02)	

CMYK percentages

%0
%8.76
%23.11
%1.57

Codes

Color #FBE5C1 in popluar color models

FBE5C1
RGB251229193
HSL37°87.88%87.06%
HSB/HSV37°23.11%98.43%
CMYK0.00%8.76%23.11%
1.57%

Color #FBE5C1 in popluar number systems.

HEXFBE5C1
Decimal251229193
Binary111110111110010111000001
Octal373345301

Shades and tints

Shades of #FBE5C1

#FBE5C1
(251,229,193)
#E5D1B0
(229,209,176)
#CFBD9F
(207,189,159)
#B9A98E
(185,169,142)
#A3957D
(163,149,125)
#8D816C
(141,129,108)
#776D5B
(119,109,91)
#61594A
(97,89,74)
#4B4539
(75,69,57)
#353128
(53,49,40)
#1F1D17
(31,29,23)
#000000
(0,0,0)

Tints of #FBE5C1

#FBE5C1
(251,229,193)
#FBE7C6
(251,231,198)
#FBE9CB
(251,233,203)
#FBEBD0
(251,235,208)
#FBEDD5
(251,237,213)
#FBEFDA
(251,239,218)
#FBF1DF
(251,241,223)
#FBF3E4
(251,243,228)
#FBF5E9
(251,245,233)
#FBF7EE
(251,247,238)
#FBF9F3
(251,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE5C1; }

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

This text font color is #FBE5C1.


Background Color

.myBgColor { background-color: #FBE5C1; }

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

This div background color is #FBE5C1.


Border color

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

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

This div border color is #FBE5C1.


Opacity

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

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

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

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

This text has shadow with #FBE5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE5C1 on black background.


Color preview on white background

This text has color #FBE5C1 on white background.



Black color preview on #FBE5C1 background

This text has black color on #FBE5C1 background.


White color preview on #FBE5C1 background

This text has white color on #FBE5C1 background.