COLOR #FBFFB6

HEX: #FBFFB6
RGB: (251,255,182)

Color info

#FBFFB6 contains mainly red and green colors. Web safe color of #FBFFB6 is #FFFFCC (or #FFC).

RGB color model

#FBFFB6 color RGB value is (251,255,182).

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

RGB channels and saturation

R 251 of 255 = 98%
G 255 of 255 = 100%
B 182 of 255 = 71%

251
255
182

R + G + B ~ 90%. #FBFFB6 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 255 + 182 = 688 (100%)
R 251 of 688 ~ 36.48%
G 255 of 688 ~ 37.06%
B 182 of 688 ~ 26.45%

%36.48
%37.06
%26.45

CMYK color model

#FBFFB6 color CMYK value is (2,0,29,0).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 28.63%
  • key color value is 0.00%
CMYK:
(2,0,29,0)
C2M0Y29K0 
(2%,0%,29%,0%)
(0.02/0.00/0.29/0.00)	

CMYK percentages

%1.57
%0
%28.63
%0

Codes

Color #FBFFB6 in popluar color models

FBFFB6
RGB251255182
HSL63°100.00%85.69%
HSB/HSV63°28.63%100.00%
CMYK1.57%0.00%28.63%
0.00%

Color #FBFFB6 in popluar number systems.

HEXFBFFB6
Decimal251255182
Binary111110111111111110110110
Octal373377266

Shades and tints

Shades of #FBFFB6

#FBFFB6
(251,255,182)
#E5E8A6
(229,232,166)
#CFD196
(207,209,150)
#B9BA86
(185,186,134)
#A3A376
(163,163,118)
#8D8C66
(141,140,102)
#777556
(119,117,86)
#615E46
(97,94,70)
#4B4736
(75,71,54)
#353026
(53,48,38)
#1F1916
(31,25,22)
#000000
(0,0,0)

Tints of #FBFFB6

#FBFFB6
(251,255,182)
#FBFFBC
(251,255,188)
#FBFFC2
(251,255,194)
#FBFFC8
(251,255,200)
#FBFFCE
(251,255,206)
#FBFFD4
(251,255,212)
#FBFFDA
(251,255,218)
#FBFFE0
(251,255,224)
#FBFFE6
(251,255,230)
#FBFFEC
(251,255,236)
#FBFFF2
(251,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFFB6; }

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

This text font color is #FBFFB6.


Background Color

.myBgColor { background-color: #FBFFB6; }

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

This div background color is #FBFFB6.


Border color

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

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

This div border color is #FBFFB6.


Opacity

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

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

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

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

This text has shadow with #FBFFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFFB6 on black background.


Color preview on white background

This text has color #FBFFB6 on white background.



Black color preview on #FBFFB6 background

This text has black color on #FBFFB6 background.


White color preview on #FBFFB6 background

This text has white color on #FBFFB6 background.