COLOR #FBE0C9

HEX: #FBE0C9
RGB: (251,224,201)

Color info

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

RGB color model

#FBE0C9 color RGB value is (251,224,201).

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

RGB channels and saturation

R 251 of 255 = 98%
G 224 of 255 = 88%
B 201 of 255 = 79%

251
224
201

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

Portions of RGB colors in percentages

R + G + B =
251 + 224 + 201 = 676 (100%)
R 251 of 676 ~ 37.13%
G 224 of 676 ~ 33.14%
B 201 of 676 ~ 29.73%

%37.13
%33.14
%29.73

CMYK color model

#FBE0C9 color CMYK value is (0,11,20,2).

  • cyan value is 0.00%
  • magenta value is 10.76%
  • yellow value is 19.92%
  • key color value is 1.57%
CMYK:
(0,11,20,2)
C0M11Y20K2 
(0%,11%,20%,2%)
(0.00/0.11/0.20/0.02)	

CMYK percentages

%0
%10.76
%19.92
%1.57

Codes

Color #FBE0C9 in popluar color models

FBE0C9
RGB251224201
HSL28°86.21%88.63%
HSB/HSV28°19.92%98.43%
CMYK0.00%10.76%19.92%
1.57%

Color #FBE0C9 in popluar number systems.

HEXFBE0C9
Decimal251224201
Binary111110111110000011001001
Octal373340311

Shades and tints

Shades of #FBE0C9

#FBE0C9
(251,224,201)
#E5CCB7
(229,204,183)
#CFB8A5
(207,184,165)
#B9A493
(185,164,147)
#A39081
(163,144,129)
#8D7C6F
(141,124,111)
#77685D
(119,104,93)
#61544B
(97,84,75)
#4B4039
(75,64,57)
#352C27
(53,44,39)
#1F1815
(31,24,21)
#000000
(0,0,0)

Tints of #FBE0C9

#FBE0C9
(251,224,201)
#FBE2CD
(251,226,205)
#FBE4D1
(251,228,209)
#FBE6D5
(251,230,213)
#FBE8D9
(251,232,217)
#FBEADD
(251,234,221)
#FBECE1
(251,236,225)
#FBEEE5
(251,238,229)
#FBF0E9
(251,240,233)
#FBF2ED
(251,242,237)
#FBF4F1
(251,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE0C9; }

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

This text font color is #FBE0C9.


Background Color

.myBgColor { background-color: #FBE0C9; }

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

This div background color is #FBE0C9.


Border color

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

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

This div border color is #FBE0C9.


Opacity

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

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

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

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

This text has shadow with #FBE0C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE0C9 on black background.


Color preview on white background

This text has color #FBE0C9 on white background.



Black color preview on #FBE0C9 background

This text has black color on #FBE0C9 background.


White color preview on #FBE0C9 background

This text has white color on #FBE0C9 background.