COLOR #FBFCF9

HEX: #FBFCF9
RGB: (251,252,249)

Color info

#FBFCF9 contains red, green and blue colors in about the same proportion. Web safe color of #FBFCF9 is #FFFFFF (or #FFF).

RGB color model

#FBFCF9 color RGB value is (251,252,249).

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

RGB channels and saturation

R 251 of 255 = 98%
G 252 of 255 = 99%
B 249 of 255 = 98%

251
252
249

R + G + B ~ 98%. #FBFCF9 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 252 + 249 = 752 (100%)
R 251 of 752 ~ 33.38%
G 252 of 752 ~ 33.51%
B 249 of 752 ~ 33.11%

%33.38
%33.51
%33.11

CMYK color model

#FBFCF9 color CMYK value is (0,0,1,1).

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 1.19%
  • key color value is 1.18%
CMYK:
(0,0,1,1)
C0M0Y1K1 
(0%,0%,1%,1%)
(0.00/0.00/0.01/0.01)	

CMYK percentages

%0.4
%0
%1.19
%1.18

Codes

Color #FBFCF9 in popluar color models

FBFCF9
RGB251252249
HSL80°33.33%98.24%
HSB/HSV80°1.19%98.82%
CMYK0.40%0.00%1.19%
1.18%

Color #FBFCF9 in popluar number systems.

HEXFBFCF9
Decimal251252249
Binary111110111111110011111001
Octal373374371

Shades and tints

Shades of #FBFCF9

#FBFCF9
(251,252,249)
#E5E6E3
(229,230,227)
#CFD0CD
(207,208,205)
#B9BAB7
(185,186,183)
#A3A4A1
(163,164,161)
#8D8E8B
(141,142,139)
#777875
(119,120,117)
#61625F
(97,98,95)
#4B4C49
(75,76,73)
#353633
(53,54,51)
#1F201D
(31,32,29)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFCF9; }

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

This text font color is #FBFCF9.


Background Color

.myBgColor { background-color: #FBFCF9; }

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

This div background color is #FBFCF9.


Border color

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

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

This div border color is #FBFCF9.


Opacity

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

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

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

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

This text has shadow with #FBFCF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFCF9 on black background.


Color preview on white background

This text has color #FBFCF9 on white background.



Black color preview on #FBFCF9 background

This text has black color on #FBFCF9 background.


White color preview on #FBFCF9 background

This text has white color on #FBFCF9 background.