COLOR #FBE0C4

HEX: #FBE0C4
RGB: (251,224,196)

Color info

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

RGB color model

#FBE0C4 color RGB value is (251,224,196).

  • red value is 251;
  • green value is 224;
  • blue value is 196.
RGB:
(251,224,196)
(98%,88%,77%)

RGB channels and saturation

R 251 of 255 = 98%
G 224 of 255 = 88%
B 196 of 255 = 77%

251
224
196

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

Portions of RGB colors in percentages

R + G + B =
251 + 224 + 196 = 671 (100%)
R 251 of 671 ~ 37.41%
G 224 of 671 ~ 33.38%
B 196 of 671 ~ 29.21%

%37.41
%33.38
%29.21

CMYK color model

#FBE0C4 color CMYK value is (0,11,22,2).

  • cyan value is 0.00%
  • magenta value is 10.76%
  • yellow value is 21.91%
  • key color value is 1.57%
CMYK:
(0,11,22,2)
C0M11Y22K2 
(0%,11%,22%,2%)
(0.00/0.11/0.22/0.02)	

CMYK percentages

%0
%10.76
%21.91
%1.57

Codes

Color #FBE0C4 in popluar color models

FBE0C4
RGB251224196
HSL31°87.30%87.65%
HSB/HSV31°21.91%98.43%
CMYK0.00%10.76%21.91%
1.57%

Color #FBE0C4 in popluar number systems.

HEXFBE0C4
Decimal251224196
Binary111110111110000011000100
Octal373340304

Shades and tints

Shades of #FBE0C4

#FBE0C4
(251,224,196)
#E5CCB3
(229,204,179)
#CFB8A2
(207,184,162)
#B9A491
(185,164,145)
#A39080
(163,144,128)
#8D7C6F
(141,124,111)
#77685E
(119,104,94)
#61544D
(97,84,77)
#4B403C
(75,64,60)
#352C2B
(53,44,43)
#1F181A
(31,24,26)
#000000
(0,0,0)

Tints of #FBE0C4

#FBE0C4
(251,224,196)
#FBE2C9
(251,226,201)
#FBE4CE
(251,228,206)
#FBE6D3
(251,230,211)
#FBE8D8
(251,232,216)
#FBEADD
(251,234,221)
#FBECE2
(251,236,226)
#FBEEE7
(251,238,231)
#FBF0EC
(251,240,236)
#FBF2F1
(251,242,241)
#FBF4F6
(251,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE0C4 color. Also use rgb(251,224,196) instead hex code.

Text Font Color

.myTextColor { color: #FBE0C4; }

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

This text font color is #FBE0C4.


Background Color

.myBgColor { background-color: #FBE0C4; }

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

This div background color is #FBE0C4.


Border color

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

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

This div border color is #FBE0C4.


Opacity

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

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

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

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

This text has shadow with #FBE0C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE0C4 on black background.


Color preview on white background

This text has color #FBE0C4 on white background.



Black color preview on #FBE0C4 background

This text has black color on #FBE0C4 background.


White color preview on #FBE0C4 background

This text has white color on #FBE0C4 background.