COLOR #FBFF83

HEX: #FBFF83 RGB: (251,255,131)

Color info

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

RGB color model

#FBFF83 color RGB value is (251,255,131).

RGB: (251,255,131) (98%, 100%, 51%)

RGB channels and saturation

R 251 of 255 = 98%
G 255 of 255 = 100%
B 131 of 255 = 51%

251
255
131

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

Portions of RGB colors in percentages

R + G + B = 251 + 255 + 131 = 637 (100%)
R 251 of 637 ~ 39.4%
G 255 of 637 ~ 40.03%
B 131 of 637 ~ 20.57'%

%39.4
%40.03
%20.57

CMYK color model

#FBFF83 color CMYK value is (2,0,49,0).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 48.63%
  • key color value is 0.00%
CMYK: (2,0,49,0) C2M0Y49K0 (2%,0%,49%,0%) (0.02/0.00/0.49/0.00) 

CMYK percentages

%1.57
%0
%48.63
%0

Codes

Color #FBFF83 in popluar color models

FB FF 83
RGB 251 255 131
HSL 62° 100.00% 75.69%
HSB/HSV 62° 48.63% 100.00%
CMYK 1.57% 0.00% 48.63%
0.00%

Color #FBFF83 in popluar number systems.

HEX FB FF 83
Decimal 251 255 131
Binary 11111011 11111111 10000011
Octal 373 377 203

Shades and tints

Shades of #FBFF83

#FBFF83
(251,255,131)
#E5E878
(229,232,120)
#CFD16D
(207,209,109)
#B9BA62
(185,186,98)
#A3A357
(163,163,87)
#8D8C4C
(141,140,76)
#777541
(119,117,65)
#615E36
(97,94,54)
#4B472B
(75,71,43)
#353020
(53,48,32)
#1F1915
(31,25,21)
#000000
(0,0,0)

Tints of #FBFF83

#FBFF83
(251,255,131)
#FBFF8E
(251,255,142)
#FBFF99
(251,255,153)
#FBFFA4
(251,255,164)
#FBFFAF
(251,255,175)
#FBFFBA
(251,255,186)
#FBFFC5
(251,255,197)
#FBFFD0
(251,255,208)
#FBFFDB
(251,255,219)
#FBFFE6
(251,255,230)
#FBFFF1
(251,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFF83; }

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

This text font color is #FBFF83.

Background Color

.myBgColor { background-color: #FBFF83; }

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

This div background color is #FBFF83.

Border color

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

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

This div border color is #FBFF83.

Opacity

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

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

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

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

This text has shadow with #FBFF83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBFF83.

Preview

Color preview on black background

This text has color #FBFF83 on black background.


Color preview on white background

This text has color #FBFF83 on white background.


Black color preview on #FBFF83 background

This text has black color on #FBFF83 background.


White color preview on #FBFF83 background

This text has white color on #FBFF83 background.


Related colors

Complementary color

Complementary color for #hex is #04007C.


I love getcolorcode.com

Triadic colors

1 #83FBFF and #FF83FB with #FBFF83 are triadic colors.

2 #83FFFB and #FFFB83 with #FBFF83 are triadic colors.