COLOR #FBE4A6

HEX: #FBE4A6 RGB: (251,228,166)

Color info

#FBE4A6 contains mainly red and green colors. Web safe color of #FBE4A6 is #FFCC99 (or #FC9).

RGB color model

#FBE4A6 color RGB value is (251,228,166).

RGB: (251,228,166) (98%, 89%, 65%)

RGB channels and saturation

R 251 of 255 = 98%
G 228 of 255 = 89%
B 166 of 255 = 65%

251
228
166

R + G + B ~ 84%. #FBE4A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 228 + 166 = 645 (100%)
R 251 of 645 ~ 38.91%
G 228 of 645 ~ 35.35%
B 166 of 645 ~ 25.74'%

%38.91
%35.35
%25.74

CMYK color model

#FBE4A6 color CMYK value is (0,9,34,2).

  • cyan value is 0.00%
  • magenta value is 9.16%
  • yellow value is 33.86%
  • key color value is 1.57%

CMYK: (0,9,34,2)
C0M9Y34K2 (0%, 9%, 34%, 2%)
(0.00 / 0.09 / 0.34 / 0.02)

CMYK percentages

%0
%9.16
%33.86
%1.57

Codes

Color #FBE4A6 in popluar color models

FB E4 A6
RGB 251 228 166
HSL 44° 91.40% 81.76%
HSB/HSV 44° 33.86% 98.43%
CMYK 0.00% 9.16% 33.86%
1.57%

Color #FBE4A6 in popluar number systems.

HEX FB E4 A6
Decimal 251 228 166
Binary 11111011 11100100 10100110
Octal 373 344 246

Shades and tints

Shades of #FBE4A6

#FBE4A6
(251,228,166)
#E5D097
(229,208,151)
#CFBC88
(207,188,136)
#B9A879
(185,168,121)
#A3946A
(163,148,106)
#8D805B
(141,128,91)
#776C4C
(119,108,76)
#61583D
(97,88,61)
#4B442E
(75,68,46)
#35301F
(53,48,31)
#1F1C10
(31,28,16)
#000000
(0,0,0)

Tints of #FBE4A6

#FBE4A6
(251,228,166)
#FBE6AE
(251,230,174)
#FBE8B6
(251,232,182)
#FBEABE
(251,234,190)
#FBECC6
(251,236,198)
#FBEECE
(251,238,206)
#FBF0D6
(251,240,214)
#FBF2DE
(251,242,222)
#FBF4E6
(251,244,230)
#FBF6EE
(251,246,238)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE4A6 color. Also use rgb(251,228,166) instead hex code.

Text Font Color

.myTextColor { color: #FBE4A6; }

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

This text font color is #FBE4A6.

Background Color

.myBgColor { background-color: #FBE4A6; }

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

This div background color is #FBE4A6.

Border color

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

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

This div border color is #FBE4A6.

Opacity

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

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

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

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

This text has shadow with #FBE4A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE4A6.

Preview

Color preview on black background

This text has color #FBE4A6 on black background.


Color preview on white background

This text has color #FBE4A6 on white background.


Black color preview on #FBE4A6 background

This text has black color on #FBE4A6 background.


White color preview on #FBE4A6 background

This text has white color on #FBE4A6 background.


Related colors

Complementary color

Complementary color for #hex is #041B59.


I love getcolorcode.com

Triadic colors

1 #A6FBE4 and #E4A6FB with #FBE4A6 are triadic colors.

2 #A6E4FB and #E4FBA6 with #FBE4A6 are triadic colors.