COLOR #FBF1B4

HEX: #FBF1B4
RGB: (251,241,180)

Color info

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

RGB color model

#FBF1B4 color RGB value is (251,241,180).

  • red value is 251;
  • green value is 241;
  • blue value is 180.
RGB:
(251,241,180)
(98%,95%,71%)

RGB channels and saturation

R 251 of 255 = 98%
G 241 of 255 = 95%
B 180 of 255 = 71%

251
241
180

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

Portions of RGB colors in percentages

R + G + B =
251 + 241 + 180 = 672 (100%)
R 251 of 672 ~ 37.35%
G 241 of 672 ~ 35.86%
B 180 of 672 ~ 26.79%

%37.35
%35.86
%26.79

CMYK color model

#FBF1B4 color CMYK value is (0,4,28,2).

  • cyan value is 0.00%
  • magenta value is 3.98%
  • yellow value is 28.29%
  • key color value is 1.57%
CMYK:
(0,4,28,2)
C0M4Y28K2 
(0%,4%,28%,2%)
(0.00/0.04/0.28/0.02)	

CMYK percentages

%0
%3.98
%28.29
%1.57

Codes

Color #FBF1B4 in popluar color models

FBF1B4
RGB251241180
HSL52°89.87%84.51%
HSB/HSV52°28.29%98.43%
CMYK0.00%3.98%28.29%
1.57%

Color #FBF1B4 in popluar number systems.

HEXFBF1B4
Decimal251241180
Binary111110111111000110110100
Octal373361264

Shades and tints

Shades of #FBF1B4

#FBF1B4
(251,241,180)
#E5DCA4
(229,220,164)
#CFC794
(207,199,148)
#B9B284
(185,178,132)
#A39D74
(163,157,116)
#8D8864
(141,136,100)
#777354
(119,115,84)
#615E44
(97,94,68)
#4B4934
(75,73,52)
#353424
(53,52,36)
#1F1F14
(31,31,20)
#000000
(0,0,0)

Tints of #FBF1B4

#FBF1B4
(251,241,180)
#FBF2BA
(251,242,186)
#FBF3C0
(251,243,192)
#FBF4C6
(251,244,198)
#FBF5CC
(251,245,204)
#FBF6D2
(251,246,210)
#FBF7D8
(251,247,216)
#FBF8DE
(251,248,222)
#FBF9E4
(251,249,228)
#FBFAEA
(251,250,234)
#FBFBF0
(251,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF1B4; }

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

This text font color is #FBF1B4.


Background Color

.myBgColor { background-color: #FBF1B4; }

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

This div background color is #FBF1B4.


Border color

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

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

This div border color is #FBF1B4.


Opacity

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

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

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

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

This text has shadow with #FBF1B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF1B4 on black background.


Color preview on white background

This text has color #FBF1B4 on white background.



Black color preview on #FBF1B4 background

This text has black color on #FBF1B4 background.


White color preview on #FBF1B4 background

This text has white color on #FBF1B4 background.