COLOR #FBF2A0

HEX: #FBF2A0 RGB: (251,242,160)

Color info

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

RGB color model

#FBF2A0 color RGB value is (251,242,160).

RGB: (251,242,160) (98%, 95%, 63%)

RGB channels and saturation

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

251
242
160

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

Portions of RGB colors in percentages

R + G + B = 251 + 242 + 160 = 653 (100%)
R 251 of 653 ~ 38.44%
G 242 of 653 ~ 37.06%
B 160 of 653 ~ 24.5'%

%38.44
%37.06
%24.5

CMYK color model

#FBF2A0 color CMYK value is (0,4,36,2).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 36.25%
  • key color value is 1.57%

CMYK: (0,4,36,2)
C0M4Y36K2 (0%, 4%, 36%, 2%)
(0.00 / 0.04 / 0.36 / 0.02)

CMYK percentages

%0
%3.59
%36.25
%1.57

Codes

Color #FBF2A0 in popluar color models

FB F2 A0
RGB 251 242 160
HSL 54° 91.92% 80.59%
HSB/HSV 54° 36.25% 98.43%
CMYK 0.00% 3.59% 36.25%
1.57%

Color #FBF2A0 in popluar number systems.

HEX FB F2 A0
Decimal 251 242 160
Binary 11111011 11110010 10100000
Octal 373 362 240

Shades and tints

Shades of #FBF2A0

#FBF2A0
(251,242,160)
#E5DC92
(229,220,146)
#CFC684
(207,198,132)
#B9B076
(185,176,118)
#A39A68
(163,154,104)
#8D845A
(141,132,90)
#776E4C
(119,110,76)
#61583E
(97,88,62)
#4B4230
(75,66,48)
#352C22
(53,44,34)
#1F1614
(31,22,20)
#000000
(0,0,0)

Tints of #FBF2A0

#FBF2A0
(251,242,160)
#FBF3A8
(251,243,168)
#FBF4B0
(251,244,176)
#FBF5B8
(251,245,184)
#FBF6C0
(251,246,192)
#FBF7C8
(251,247,200)
#FBF8D0
(251,248,208)
#FBF9D8
(251,249,216)
#FBFAE0
(251,250,224)
#FBFBE8
(251,251,232)
#FBFCF0
(251,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF2A0; }

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

This text font color is #FBF2A0.

Background Color

.myBgColor { background-color: #FBF2A0; }

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

This div background color is #FBF2A0.

Border color

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

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

This div border color is #FBF2A0.

Opacity

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

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

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

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

This text has shadow with #FBF2A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBF2A0.

Preview

Color preview on black background

This text has color #FBF2A0 on black background.


Color preview on white background

This text has color #FBF2A0 on white background.


Black color preview on #FBF2A0 background

This text has black color on #FBF2A0 background.


White color preview on #FBF2A0 background

This text has white color on #FBF2A0 background.


Related colors

Complementary color

Complementary color for #hex is #040D5F.


I love getcolorcode.com

Triadic colors

1 #A0FBF2 and #F2A0FB with #FBF2A0 are triadic colors.

2 #A0F2FB and #F2FBA0 with #FBF2A0 are triadic colors.