COLOR #FBF9FC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

251
249
252

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

Portions of RGB colors in percentages

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

%33.38
%33.11
%33.51

CMYK color model

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

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

CMYK percentages

%0.4
%1.19
%0
%1.18

Codes

Color #FBF9FC in popluar color models

FBF9FC
RGB251249252
HSL280°33.33%98.24%
HSB/HSV280°1.19%98.82%
CMYK0.40%1.19%0.00%
1.18%

Color #FBF9FC in popluar number systems.

HEXFBF9FC
Decimal251249252
Binary111110111111100111111100
Octal373371374

Shades and tints

Shades of #FBF9FC

#FBF9FC
(251,249,252)
#E5E3E6
(229,227,230)
#CFCDD0
(207,205,208)
#B9B7BA
(185,183,186)
#A3A1A4
(163,161,164)
#8D8B8E
(141,139,142)
#777578
(119,117,120)
#615F62
(97,95,98)
#4B494C
(75,73,76)
#353336
(53,51,54)
#1F1D20
(31,29,32)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF9FC; }

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

This text font color is #FBF9FC.


Background Color

.myBgColor { background-color: #FBF9FC; }

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

This div background color is #FBF9FC.


Border color

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

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

This div border color is #FBF9FC.


Opacity

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

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

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

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

This text has shadow with #FBF9FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF9FC on black background.


Color preview on white background

This text has color #FBF9FC on white background.



Black color preview on #FBF9FC background

This text has black color on #FBF9FC background.


White color preview on #FBF9FC background

This text has white color on #FBF9FC background.