COLOR #FFFAFB

HEX: #FFFAFB
RGB: (255,250,251)

Color info

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

RGB color model

#FFFAFB color RGB value is (255,250,251).

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

RGB channels and saturation

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

255
250
251

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

Portions of RGB colors in percentages

R + G + B =
255 + 250 + 251 = 756 (100%)
R 255 of 756 ~ 33.73%
G 250 of 756 ~ 33.07%
B 251 of 756 ~ 33.2%

%33.73
%33.07
%33.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.96%
  • 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.96
%1.57
%0

Codes

Color #FFFAFB in popluar color models

FFFAFB
RGB255250251
HSL348°100.00%99.02%
HSB/HSV348°1.96%100.00%
CMYK0.00%1.96%1.57%
0.00%

Color #FFFAFB in popluar number systems.

HEXFFFAFB
Decimal255250251
Binary111111111111101011111011
Octal377372373

Shades and tints

Shades of #FFFAFB

#FFFAFB
(255,250,251)
#E8E4E5
(232,228,229)
#D1CECF
(209,206,207)
#BAB8B9
(186,184,185)
#A3A2A3
(163,162,163)
#8C8C8D
(140,140,141)
#757677
(117,118,119)
#5E6061
(94,96,97)
#474A4B
(71,74,75)
#303435
(48,52,53)
#191E1F
(25,30,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFAFB; }

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

This text font color is #FFFAFB.


Background Color

.myBgColor { background-color: #FFFAFB; }

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

This div background color is #FFFAFB.


Border color

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

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

This div border color is #FFFAFB.


Opacity

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

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

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

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

This text has shadow with #FFFAFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFAFB on black background.


Color preview on white background

This text has color #FFFAFB on white background.



Black color preview on #FFFAFB background

This text has black color on #FFFAFB background.


White color preview on #FFFAFB background

This text has white color on #FFFAFB background.