COLOR #FBEEB4

HEX: #FBEEB4 RGB: (251,238,180)

Color info

#FBEEB4 contains mainly red and green colors. Web safe color of #FBEEB4 is #FFFFCC (or #FFC).

RGB color model

#FBEEB4 color RGB value is (251,238,180).

RGB: (251,238,180) (98%, 93%, 71%)

RGB channels and saturation

R 251 of 255 = 98%
G 238 of 255 = 93%
B 180 of 255 = 71%

251
238
180

R + G + B ~ 87%. #FBEEB4 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 238 + 180 = 669 (100%)
R 251 of 669 ~ 37.52%
G 238 of 669 ~ 35.58%
B 180 of 669 ~ 26.91'%

%37.52
%35.58
%26.91

CMYK color model

#FBEEB4 color CMYK value is (0,5,28,2).

  • cyan value is 0.00%
  • magenta value is 5.18%
  • yellow value is 28.29%
  • key color value is 1.57%

CMYK: (0,5,28,2)
C0M5Y28K2 (0%, 5%, 28%, 2%)
(0.00 / 0.05 / 0.28 / 0.02)

CMYK percentages

%0
%5.18
%28.29
%1.57

Codes

Color #FBEEB4 in popluar color models

FB EE B4
RGB 251 238 180
HSL 49° 89.87% 84.51%
HSB/HSV 49° 28.29% 98.43%
CMYK 0.00% 5.18% 28.29%
1.57%

Color #FBEEB4 in popluar number systems.

HEX FB EE B4
Decimal 251 238 180
Binary 11111011 11101110 10110100
Octal 373 356 264

Shades and tints

Shades of #FBEEB4

#FBEEB4
(251,238,180)
#E5D9A4
(229,217,164)
#CFC494
(207,196,148)
#B9AF84
(185,175,132)
#A39A74
(163,154,116)
#8D8564
(141,133,100)
#777054
(119,112,84)
#615B44
(97,91,68)
#4B4634
(75,70,52)
#353124
(53,49,36)
#1F1C14
(31,28,20)
#000000
(0,0,0)

Tints of #FBEEB4

#FBEEB4
(251,238,180)
#FBEFBA
(251,239,186)
#FBF0C0
(251,240,192)
#FBF1C6
(251,241,198)
#FBF2CC
(251,242,204)
#FBF3D2
(251,243,210)
#FBF4D8
(251,244,216)
#FBF5DE
(251,245,222)
#FBF6E4
(251,246,228)
#FBF7EA
(251,247,234)
#FBF8F0
(251,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBEEB4 color. Also use rgb(251,238,180) instead hex code.

Text Font Color

.myTextColor { color: #FBEEB4; }

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

This text font color is #FBEEB4.

Background Color

.myBgColor { background-color: #FBEEB4; }

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

This div background color is #FBEEB4.

Border color

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

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

This div border color is #FBEEB4.

Opacity

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

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

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

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

This text has shadow with #FBEEB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEEB4.

Preview

Color preview on black background

This text has color #FBEEB4 on black background.


Color preview on white background

This text has color #FBEEB4 on white background.


Black color preview on #FBEEB4 background

This text has black color on #FBEEB4 background.


White color preview on #FBEEB4 background

This text has white color on #FBEEB4 background.


Related colors

Complementary color

Complementary color for #hex is #04114B.


I love getcolorcode.com

Triadic colors

1 #B4FBEE and #EEB4FB with #FBEEB4 are triadic colors.

2 #B4EEFB and #EEFBB4 with #FBEEB4 are triadic colors.