COLOR #FBFB85

HEX: #FBFB85 RGB: (251,251,133)

Color info

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

RGB color model

#FBFB85 color RGB value is (251,251,133).

RGB: (251,251,133) (98%, 98%, 52%)

RGB channels and saturation

R 251 of 255 = 98%
G 251 of 255 = 98%
B 133 of 255 = 52%

251
251
133

R + G + B ~ 83%. #FBFB85 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 251 + 133 = 635 (100%)
R 251 of 635 ~ 39.53%
G 251 of 635 ~ 39.53%
B 133 of 635 ~ 20.94'%

%39.53
%39.53
%20.94

CMYK color model

#FBFB85 color CMYK value is (0,0,47,2).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 47.01%
  • key color value is 1.57%

CMYK: (0,0,47,2)
C0M0Y47K2 (0%, 0%, 47%, 2%)
(0.00 / 0.00 / 0.47 / 0.02)

CMYK percentages

%0
%0
%47.01
%1.57

Codes

Color #FBFB85 in popluar color models

FB FB 85
RGB 251 251 133
HSL 60° 93.65% 75.29%
HSB/HSV 60° 47.01% 98.43%
CMYK 0.00% 0.00% 47.01%
1.57%

Color #FBFB85 in popluar number systems.

HEX FB FB 85
Decimal 251 251 133
Binary 11111011 11111011 10000101
Octal 373 373 205

Shades and tints

Shades of #FBFB85

#FBFB85
(251,251,133)
#E5E579
(229,229,121)
#CFCF6D
(207,207,109)
#B9B961
(185,185,97)
#A3A355
(163,163,85)
#8D8D49
(141,141,73)
#77773D
(119,119,61)
#616131
(97,97,49)
#4B4B25
(75,75,37)
#353519
(53,53,25)
#1F1F0D
(31,31,13)
#000000
(0,0,0)

Tints of #FBFB85

#FBFB85
(251,251,133)
#FBFB90
(251,251,144)
#FBFB9B
(251,251,155)
#FBFBA6
(251,251,166)
#FBFBB1
(251,251,177)
#FBFBBC
(251,251,188)
#FBFBC7
(251,251,199)
#FBFBD2
(251,251,210)
#FBFBDD
(251,251,221)
#FBFBE8
(251,251,232)
#FBFBF3
(251,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFB85; }

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

This text font color is #FBFB85.

Background Color

.myBgColor { background-color: #FBFB85; }

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

This div background color is #FBFB85.

Border color

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

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

This div border color is #FBFB85.

Opacity

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

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

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

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

This text has shadow with #FBFB85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBFB85.

Preview

Color preview on black background

This text has color #FBFB85 on black background.


Color preview on white background

This text has color #FBFB85 on white background.


Black color preview on #FBFB85 background

This text has black color on #FBFB85 background.


White color preview on #FBFB85 background

This text has white color on #FBFB85 background.


Related colors

Complementary color

Complementary color for #hex is #04047A.


I love getcolorcode.com