COLOR #FBE8C9

HEX: #FBE8C9 RGB: (251,232,201)

Color info

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

RGB color model

#FBE8C9 color RGB value is (251,232,201).

RGB: (251,232,201) (98%, 91%, 79%)

RGB channels and saturation

R 251 of 255 = 98%
G 232 of 255 = 91%
B 201 of 255 = 79%

251
232
201

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

Portions of RGB colors in percentages

R + G + B = 251 + 232 + 201 = 684 (100%)
R 251 of 684 ~ 36.7%
G 232 of 684 ~ 33.92%
B 201 of 684 ~ 29.39'%

%36.7
%33.92
%29.39

CMYK color model

#FBE8C9 color CMYK value is (0,8,20,2).

  • cyan value is 0.00%
  • magenta value is 7.57%
  • yellow value is 19.92%
  • key color value is 1.57%

CMYK: (0,8,20,2)
C0M8Y20K2 (0%, 8%, 20%, 2%)
(0.00 / 0.08 / 0.20 / 0.02)

CMYK percentages

%0
%7.57
%19.92
%1.57

Codes

Color #FBE8C9 in popluar color models

FB E8 C9
RGB 251 232 201
HSL 37° 86.21% 88.63%
HSB/HSV 37° 19.92% 98.43%
CMYK 0.00% 7.57% 19.92%
1.57%

Color #FBE8C9 in popluar number systems.

HEX FB E8 C9
Decimal 251 232 201
Binary 11111011 11101000 11001001
Octal 373 350 311

Shades and tints

Shades of #FBE8C9

#FBE8C9
(251,232,201)
#E5D3B7
(229,211,183)
#CFBEA5
(207,190,165)
#B9A993
(185,169,147)
#A39481
(163,148,129)
#8D7F6F
(141,127,111)
#776A5D
(119,106,93)
#61554B
(97,85,75)
#4B4039
(75,64,57)
#352B27
(53,43,39)
#1F1615
(31,22,21)
#000000
(0,0,0)

Tints of #FBE8C9

#FBE8C9
(251,232,201)
#FBEACD
(251,234,205)
#FBECD1
(251,236,209)
#FBEED5
(251,238,213)
#FBF0D9
(251,240,217)
#FBF2DD
(251,242,221)
#FBF4E1
(251,244,225)
#FBF6E5
(251,246,229)
#FBF8E9
(251,248,233)
#FBFAED
(251,250,237)
#FBFCF1
(251,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE8C9; }

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

This text font color is #FBE8C9.

Background Color

.myBgColor { background-color: #FBE8C9; }

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

This div background color is #FBE8C9.

Border color

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

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

This div border color is #FBE8C9.

Opacity

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

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

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

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

This text has shadow with #FBE8C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE8C9.

Preview

Color preview on black background

This text has color #FBE8C9 on black background.


Color preview on white background

This text has color #FBE8C9 on white background.


Black color preview on #FBE8C9 background

This text has black color on #FBE8C9 background.


White color preview on #FBE8C9 background

This text has white color on #FBE8C9 background.


Related colors

Complementary color

Complementary color for #hex is #041736.


I love getcolorcode.com

Triadic colors

1 #C9FBE8 and #E8C9FB with #FBE8C9 are triadic colors.

2 #C9E8FB and #E8FBC9 with #FBE8C9 are triadic colors.