COLOR #FBFF6C

HEX: #FBFF6C
RGB: (251,255,108)

Color info

#FBFF6C contains mainly red and green colors. Web safe color of #FBFF6C is #FFFF66 (or #FF6).

RGB color model

#FBFF6C color RGB value is (251,255,108).

  • red value is 251;
  • green value is 255;
  • blue value is 108.
RGB:
(251,255,108)
(98%,100%,42%)

RGB channels and saturation

R 251 of 255 = 98%
G 255 of 255 = 100%
B 108 of 255 = 42%

251
255
108

R + G + B ~ 80%. #FBFF6C is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 255 + 108 = 614 (100%)
R 251 of 614 ~ 40.88%
G 255 of 614 ~ 41.53%
B 108 of 614 ~ 17.59%

%40.88
%41.53
%17.59

CMYK color model

#FBFF6C color CMYK value is (2,0,58,0).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 57.65%
  • key color value is 0.00%
CMYK:
(2,0,58,0)
C2M0Y58K0 
(2%,0%,58%,0%)
(0.02/0.00/0.58/0.00)	

CMYK percentages

%1.57
%0
%57.65
%0

Codes

Color #FBFF6C in popluar color models

FBFF6C
RGB251255108
HSL62°100.00%71.18%
HSB/HSV62°57.65%100.00%
CMYK1.57%0.00%57.65%
0.00%

Color #FBFF6C in popluar number systems.

HEXFBFF6C
Decimal251255108
Binary11111011111111111101100
Octal373377154

Shades and tints

Shades of #FBFF6C

#FBFF6C
(251,255,108)
#E5E863
(229,232,99)
#CFD15A
(207,209,90)
#B9BA51
(185,186,81)
#A3A348
(163,163,72)
#8D8C3F
(141,140,63)
#777536
(119,117,54)
#615E2D
(97,94,45)
#4B4724
(75,71,36)
#35301B
(53,48,27)
#1F1912
(31,25,18)
#000000
(0,0,0)

Tints of #FBFF6C

#FBFF6C
(251,255,108)
#FBFF79
(251,255,121)
#FBFF86
(251,255,134)
#FBFF93
(251,255,147)
#FBFFA0
(251,255,160)
#FBFFAD
(251,255,173)
#FBFFBA
(251,255,186)
#FBFFC7
(251,255,199)
#FBFFD4
(251,255,212)
#FBFFE1
(251,255,225)
#FBFFEE
(251,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFF6C; }

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

This text font color is #FBFF6C.


Background Color

.myBgColor { background-color: #FBFF6C; }

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

This div background color is #FBFF6C.


Border color

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

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

This div border color is #FBFF6C.


Opacity

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

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

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

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

This text has shadow with #FBFF6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFF6C on black background.


Color preview on white background

This text has color #FBFF6C on white background.



Black color preview on #FBFF6C background

This text has black color on #FBFF6C background.


White color preview on #FBFF6C background

This text has white color on #FBFF6C background.