COLOR #FBFCA7

HEX: #FBFCA7
RGB: (251,252,167)

Color info

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

RGB color model

#FBFCA7 color RGB value is (251,252,167).

  • red value is 251;
  • green value is 252;
  • blue value is 167.
RGB:
(251,252,167)
(98%,99%,65%)

RGB channels and saturation

R 251 of 255 = 98%
G 252 of 255 = 99%
B 167 of 255 = 65%

251
252
167

R + G + B ~ 87%. #FBFCA7 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 252 + 167 = 670 (100%)
R 251 of 670 ~ 37.46%
G 252 of 670 ~ 37.61%
B 167 of 670 ~ 24.93%

%37.46
%37.61
%24.93

CMYK color model

#FBFCA7 color CMYK value is (0,0,34,1).

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 33.73%
  • key color value is 1.18%
CMYK:
(0,0,34,1)
C0M0Y34K1 
(0%,0%,34%,1%)
(0.00/0.00/0.34/0.01)	

CMYK percentages

%0.4
%0
%33.73
%1.18

Codes

Color #FBFCA7 in popluar color models

FBFCA7
RGB251252167
HSL61°93.41%82.16%
HSB/HSV61°33.73%98.82%
CMYK0.40%0.00%33.73%
1.18%

Color #FBFCA7 in popluar number systems.

HEXFBFCA7
Decimal251252167
Binary111110111111110010100111
Octal373374247

Shades and tints

Shades of #FBFCA7

#FBFCA7
(251,252,167)
#E5E698
(229,230,152)
#CFD089
(207,208,137)
#B9BA7A
(185,186,122)
#A3A46B
(163,164,107)
#8D8E5C
(141,142,92)
#77784D
(119,120,77)
#61623E
(97,98,62)
#4B4C2F
(75,76,47)
#353620
(53,54,32)
#1F2011
(31,32,17)
#000000
(0,0,0)

Tints of #FBFCA7

#FBFCA7
(251,252,167)
#FBFCAF
(251,252,175)
#FBFCB7
(251,252,183)
#FBFCBF
(251,252,191)
#FBFCC7
(251,252,199)
#FBFCCF
(251,252,207)
#FBFCD7
(251,252,215)
#FBFCDF
(251,252,223)
#FBFCE7
(251,252,231)
#FBFCEF
(251,252,239)
#FBFCF7
(251,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFCA7; }

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

This text font color is #FBFCA7.


Background Color

.myBgColor { background-color: #FBFCA7; }

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

This div background color is #FBFCA7.


Border color

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

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

This div border color is #FBFCA7.


Opacity

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

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

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

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

This text has shadow with #FBFCA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFCA7 on black background.


Color preview on white background

This text has color #FBFCA7 on white background.



Black color preview on #FBFCA7 background

This text has black color on #FBFCA7 background.


White color preview on #FBFCA7 background

This text has white color on #FBFCA7 background.