COLOR #FBF2BA

HEX: #FBF2BA
RGB: (251,242,186)

Color info

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

RGB color model

#FBF2BA color RGB value is (251,242,186).

  • red value is 251;
  • green value is 242;
  • blue value is 186.
RGB:
(251,242,186)
(98%,95%,73%)

RGB channels and saturation

R 251 of 255 = 98%
G 242 of 255 = 95%
B 186 of 255 = 73%

251
242
186

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

Portions of RGB colors in percentages

R + G + B =
251 + 242 + 186 = 679 (100%)
R 251 of 679 ~ 36.97%
G 242 of 679 ~ 35.64%
B 186 of 679 ~ 27.39%

%36.97
%35.64
%27.39

CMYK color model

#FBF2BA color CMYK value is (0,4,26,2).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 25.90%
  • key color value is 1.57%
CMYK:
(0,4,26,2)
C0M4Y26K2 
(0%,4%,26%,2%)
(0.00/0.04/0.26/0.02)	

CMYK percentages

%0
%3.59
%25.9
%1.57

Codes

Color #FBF2BA in popluar color models

FBF2BA
RGB251242186
HSL52°89.04%85.69%
HSB/HSV52°25.90%98.43%
CMYK0.00%3.59%25.90%
1.57%

Color #FBF2BA in popluar number systems.

HEXFBF2BA
Decimal251242186
Binary111110111111001010111010
Octal373362272

Shades and tints

Shades of #FBF2BA

#FBF2BA
(251,242,186)
#E5DCAA
(229,220,170)
#CFC69A
(207,198,154)
#B9B08A
(185,176,138)
#A39A7A
(163,154,122)
#8D846A
(141,132,106)
#776E5A
(119,110,90)
#61584A
(97,88,74)
#4B423A
(75,66,58)
#352C2A
(53,44,42)
#1F161A
(31,22,26)
#000000
(0,0,0)

Tints of #FBF2BA

#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)
#FBFCF6
(251,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBF2BA color. Also use rgb(251,242,186) instead hex code.

Text Font Color

.myTextColor { color: #FBF2BA; }

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

This text font color is #FBF2BA.


Background Color

.myBgColor { background-color: #FBF2BA; }

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

This div background color is #FBF2BA.


Border color

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

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

This div border color is #FBF2BA.


Opacity

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

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

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

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

This text has shadow with #FBF2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF2BA on black background.


Color preview on white background

This text has color #FBF2BA on white background.



Black color preview on #FBF2BA background

This text has black color on #FBF2BA background.


White color preview on #FBF2BA background

This text has white color on #FBF2BA background.