COLOR #FFFBFB

HEX: #FFFBFB
RGB: (255,251,251)

Color info

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

RGB color model

#FFFBFB color RGB value is (255,251,251).

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

RGB channels and saturation

R 255 of 255 = 100%
G 251 of 255 = 98%
B 251 of 255 = 98%

255
251
251

R + G + B ~ 99%. #FFFBFB is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 251 + 251 = 757 (100%)
R 255 of 757 ~ 33.69%
G 251 of 757 ~ 33.16%
B 251 of 757 ~ 33.16%

%33.69
%33.16
%33.16

CMYK color model

#FFFBFB color CMYK value is (0,2,2,0).

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

CMYK percentages

%0
%1.57
%1.57
%0

Codes

Color #FFFBFB in popluar color models

FFFBFB
RGB255251251
HSL100.00%99.22%
HSB/HSV1.57%100.00%
CMYK0.00%1.57%1.57%
0.00%

Color #FFFBFB in popluar number systems.

HEXFFFBFB
Decimal255251251
Binary111111111111101111111011
Octal377373373

Shades and tints

Shades of #FFFBFB

#FFFBFB
(255,251,251)
#E8E5E5
(232,229,229)
#D1CFCF
(209,207,207)
#BAB9B9
(186,185,185)
#A3A3A3
(163,163,163)
#8C8D8D
(140,141,141)
#757777
(117,119,119)
#5E6161
(94,97,97)
#474B4B
(71,75,75)
#303535
(48,53,53)
#191F1F
(25,31,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFBFB; }

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

This text font color is #FFFBFB.


Background Color

.myBgColor { background-color: #FFFBFB; }

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

This div background color is #FFFBFB.


Border color

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

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

This div border color is #FFFBFB.


Opacity

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

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

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

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

This text has shadow with #FFFBFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFBFB on black background.


Color preview on white background

This text has color #FFFBFB on white background.



Black color preview on #FFFBFB background

This text has black color on #FFFBFB background.


White color preview on #FFFBFB background

This text has white color on #FFFBFB background.