COLOR #FBF796

HEX: #FBF796 RGB: (251,247,150)

Color info

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

RGB color model

#FBF796 color RGB value is (251,247,150).

RGB: (251,247,150) (98%, 97%, 59%)

RGB channels and saturation

R 251 of 255 = 98%
G 247 of 255 = 97%
B 150 of 255 = 59%

251
247
150

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

Portions of RGB colors in percentages

R + G + B = 251 + 247 + 150 = 648 (100%)
R 251 of 648 ~ 38.73%
G 247 of 648 ~ 38.12%
B 150 of 648 ~ 23.15'%

%38.73
%38.12
%23.15

CMYK color model

#FBF796 color CMYK value is (0,2,40,2).

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 40.24%
  • key color value is 1.57%

CMYK: (0,2,40,2)
C0M2Y40K2 (0%, 2%, 40%, 2%)
(0.00 / 0.02 / 0.40 / 0.02)

CMYK percentages

%0
%1.59
%40.24
%1.57

Codes

Color #FBF796 in popluar color models

FB F7 96
RGB 251 247 150
HSL 58° 92.66% 78.63%
HSB/HSV 58° 40.24% 98.43%
CMYK 0.00% 1.59% 40.24%
1.57%

Color #FBF796 in popluar number systems.

HEX FB F7 96
Decimal 251 247 150
Binary 11111011 11110111 10010110
Octal 373 367 226

Shades and tints

Shades of #FBF796

#FBF796
(251,247,150)
#E5E189
(229,225,137)
#CFCB7C
(207,203,124)
#B9B56F
(185,181,111)
#A39F62
(163,159,98)
#8D8955
(141,137,85)
#777348
(119,115,72)
#615D3B
(97,93,59)
#4B472E
(75,71,46)
#353121
(53,49,33)
#1F1B14
(31,27,20)
#000000
(0,0,0)

Tints of #FBF796

#FBF796
(251,247,150)
#FBF79F
(251,247,159)
#FBF7A8
(251,247,168)
#FBF7B1
(251,247,177)
#FBF7BA
(251,247,186)
#FBF7C3
(251,247,195)
#FBF7CC
(251,247,204)
#FBF7D5
(251,247,213)
#FBF7DE
(251,247,222)
#FBF7E7
(251,247,231)
#FBF7F0
(251,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF796; }

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

This text font color is #FBF796.

Background Color

.myBgColor { background-color: #FBF796; }

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

This div background color is #FBF796.

Border color

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

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

This div border color is #FBF796.

Opacity

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

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

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

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

This text has shadow with #FBF796 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBF796.

Preview

Color preview on black background

This text has color #FBF796 on black background.


Color preview on white background

This text has color #FBF796 on white background.


Black color preview on #FBF796 background

This text has black color on #FBF796 background.


White color preview on #FBF796 background

This text has white color on #FBF796 background.


Related colors

Complementary color

Complementary color for #hex is #040869.


I love getcolorcode.com

Triadic colors

1 #96FBF7 and #F796FB with #FBF796 are triadic colors.

2 #96F7FB and #F7FB96 with #FBF796 are triadic colors.