COLOR #FBFBC7

HEX: #FBFBC7
RGB: (251,251,199)

Color info

#FBFBC7 contains red, green and blue colors in about the same proportion. Web safe color of #FBFBC7 is #FFFFCC (or #FFC).

RGB color model

#FBFBC7 color RGB value is (251,251,199).

  • red value is 251;
  • green value is 251;
  • blue value is 199.
RGB:
(251,251,199)
(98%,98%,78%)

RGB channels and saturation

R 251 of 255 = 98%
G 251 of 255 = 98%
B 199 of 255 = 78%

251
251
199

R + G + B ~ 91%. #FBFBC7 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 251 + 199 = 701 (100%)
R 251 of 701 ~ 35.81%
G 251 of 701 ~ 35.81%
B 199 of 701 ~ 28.39%

%35.81
%35.81
%28.39

CMYK color model

#FBFBC7 color CMYK value is (0,0,21,2).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 20.72%
  • key color value is 1.57%
CMYK:
(0,0,21,2)
C0M0Y21K2 
(0%,0%,21%,2%)
(0.00/0.00/0.21/0.02)	

CMYK percentages

%0
%0
%20.72
%1.57

Codes

Color #FBFBC7 in popluar color models

FBFBC7
RGB251251199
HSL60°86.67%88.24%
HSB/HSV60°20.72%98.43%
CMYK0.00%0.00%20.72%
1.57%

Color #FBFBC7 in popluar number systems.

HEXFBFBC7
Decimal251251199
Binary111110111111101111000111
Octal373373307

Shades and tints

Shades of #FBFBC7

#FBFBC7
(251,251,199)
#E5E5B5
(229,229,181)
#CFCFA3
(207,207,163)
#B9B991
(185,185,145)
#A3A37F
(163,163,127)
#8D8D6D
(141,141,109)
#77775B
(119,119,91)
#616149
(97,97,73)
#4B4B37
(75,75,55)
#353525
(53,53,37)
#1F1F13
(31,31,19)
#000000
(0,0,0)

Tints of #FBFBC7

#FBFBC7
(251,251,199)
#FBFBCC
(251,251,204)
#FBFBD1
(251,251,209)
#FBFBD6
(251,251,214)
#FBFBDB
(251,251,219)
#FBFBE0
(251,251,224)
#FBFBE5
(251,251,229)
#FBFBEA
(251,251,234)
#FBFBEF
(251,251,239)
#FBFBF4
(251,251,244)
#FBFBF9
(251,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFBC7; }

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

This text font color is #FBFBC7.


Background Color

.myBgColor { background-color: #FBFBC7; }

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

This div background color is #FBFBC7.


Border color

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

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

This div border color is #FBFBC7.


Opacity

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

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

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

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

This text has shadow with #FBFBC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFBC7 on black background.


Color preview on white background

This text has color #FBFBC7 on white background.



Black color preview on #FBFBC7 background

This text has black color on #FBFBC7 background.


White color preview on #FBFBC7 background

This text has white color on #FBFBC7 background.