COLOR #FBE594

HEX: #FBE594
RGB: (251,229,148)

Color info

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

RGB color model

#FBE594 color RGB value is (251,229,148).

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

RGB channels and saturation

R 251 of 255 = 98%
G 229 of 255 = 90%
B 148 of 255 = 58%

251
229
148

R + G + B ~ 82%. #FBE594 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 229 + 148 = 628 (100%)
R 251 of 628 ~ 39.97%
G 229 of 628 ~ 36.46%
B 148 of 628 ~ 23.57%

%39.97
%36.46
%23.57

CMYK color model

#FBE594 color CMYK value is (0,9,41,2).

  • cyan value is 0.00%
  • magenta value is 8.76%
  • yellow value is 41.04%
  • key color value is 1.57%
CMYK:
(0,9,41,2)
C0M9Y41K2 
(0%,9%,41%,2%)
(0.00/0.09/0.41/0.02)	

CMYK percentages

%0
%8.76
%41.04
%1.57

Codes

Color #FBE594 in popluar color models

FBE594
RGB251229148
HSL47°92.79%78.24%
HSB/HSV47°41.04%98.43%
CMYK0.00%8.76%41.04%
1.57%

Color #FBE594 in popluar number systems.

HEXFBE594
Decimal251229148
Binary111110111110010110010100
Octal373345224

Shades and tints

Shades of #FBE594

#FBE594
(251,229,148)
#E5D187
(229,209,135)
#CFBD7A
(207,189,122)
#B9A96D
(185,169,109)
#A39560
(163,149,96)
#8D8153
(141,129,83)
#776D46
(119,109,70)
#615939
(97,89,57)
#4B452C
(75,69,44)
#35311F
(53,49,31)
#1F1D12
(31,29,18)
#000000
(0,0,0)

Tints of #FBE594

#FBE594
(251,229,148)
#FBE79D
(251,231,157)
#FBE9A6
(251,233,166)
#FBEBAF
(251,235,175)
#FBEDB8
(251,237,184)
#FBEFC1
(251,239,193)
#FBF1CA
(251,241,202)
#FBF3D3
(251,243,211)
#FBF5DC
(251,245,220)
#FBF7E5
(251,247,229)
#FBF9EE
(251,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE594; }

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

This text font color is #FBE594.


Background Color

.myBgColor { background-color: #FBE594; }

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

This div background color is #FBE594.


Border color

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

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

This div border color is #FBE594.


Opacity

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

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

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

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

This text has shadow with #FBE594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE594 on black background.


Color preview on white background

This text has color #FBE594 on white background.



Black color preview on #FBE594 background

This text has black color on #FBE594 background.


White color preview on #FBE594 background

This text has white color on #FBE594 background.