COLOR #FBF3A0

HEX: #FBF3A0
RGB: (251,243,160)

Color info

#FBF3A0 contains mainly red and green colors. Web safe color of #FBF3A0 is #FFFF99 (or #FF9).

RGB color model

#FBF3A0 color RGB value is (251,243,160).

  • red value is 251;
  • green value is 243;
  • blue value is 160.
RGB:
(251,243,160)
(98%,95%,63%)

RGB channels and saturation

R 251 of 255 = 98%
G 243 of 255 = 95%
B 160 of 255 = 63%

251
243
160

R + G + B ~ 85%. #FBF3A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 243 + 160 = 654 (100%)
R 251 of 654 ~ 38.38%
G 243 of 654 ~ 37.16%
B 160 of 654 ~ 24.46%

%38.38
%37.16
%24.46

CMYK color model

#FBF3A0 color CMYK value is (0,3,36,2).

  • cyan value is 0.00%
  • magenta value is 3.19%
  • yellow value is 36.25%
  • key color value is 1.57%
CMYK:
(0,3,36,2)
C0M3Y36K2 
(0%,3%,36%,2%)
(0.00/0.03/0.36/0.02)	

CMYK percentages

%0
%3.19
%36.25
%1.57

Codes

Color #FBF3A0 in popluar color models

FBF3A0
RGB251243160
HSL55°91.92%80.59%
HSB/HSV55°36.25%98.43%
CMYK0.00%3.19%36.25%
1.57%

Color #FBF3A0 in popluar number systems.

HEXFBF3A0
Decimal251243160
Binary111110111111001110100000
Octal373363240

Shades and tints

Shades of #FBF3A0

#FBF3A0
(251,243,160)
#E5DD92
(229,221,146)
#CFC784
(207,199,132)
#B9B176
(185,177,118)
#A39B68
(163,155,104)
#8D855A
(141,133,90)
#776F4C
(119,111,76)
#61593E
(97,89,62)
#4B4330
(75,67,48)
#352D22
(53,45,34)
#1F1714
(31,23,20)
#000000
(0,0,0)

Tints of #FBF3A0

#FBF3A0
(251,243,160)
#FBF4A8
(251,244,168)
#FBF5B0
(251,245,176)
#FBF6B8
(251,246,184)
#FBF7C0
(251,247,192)
#FBF8C8
(251,248,200)
#FBF9D0
(251,249,208)
#FBFAD8
(251,250,216)
#FBFBE0
(251,251,224)
#FBFCE8
(251,252,232)
#FBFDF0
(251,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBF3A0 color. Also use rgb(251,243,160) instead hex code.

Text Font Color

.myTextColor { color: #FBF3A0; }

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

This text font color is #FBF3A0.


Background Color

.myBgColor { background-color: #FBF3A0; }

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

This div background color is #FBF3A0.


Border color

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

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

This div border color is #FBF3A0.


Opacity

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

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

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

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

This text has shadow with #FBF3A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF3A0 on black background.


Color preview on white background

This text has color #FBF3A0 on white background.



Black color preview on #FBF3A0 background

This text has black color on #FBF3A0 background.


White color preview on #FBF3A0 background

This text has white color on #FBF3A0 background.