COLOR #FAFEFB

HEX: #FAFEFB
RGB: (250,254,251)

Color info

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

RGB color model

#FAFEFB color RGB value is (250,254,251).

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

RGB channels and saturation

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

250
254
251

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

Portions of RGB colors in percentages

R + G + B =
250 + 254 + 251 = 755 (100%)
R 250 of 755 ~ 33.11%
G 254 of 755 ~ 33.64%
B 251 of 755 ~ 33.25%

%33.11
%33.64
%33.25

CMYK color model

#FAFEFB color CMYK value is (2,0,1,0).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 1.18%
  • key color value is 0.39%
CMYK:
(2,0,1,0)
C2M0Y1K0 
(2%,0%,1%,0%)
(0.02/0.00/0.01/0.00)	

CMYK percentages

%1.57
%0
%1.18
%0.39

Codes

Color #FAFEFB in popluar color models

FAFEFB
RGB250254251
HSL135°66.67%98.82%
HSB/HSV135°1.57%99.61%
CMYK1.57%0.00%1.18%
0.39%

Color #FAFEFB in popluar number systems.

HEXFAFEFB
Decimal250254251
Binary111110101111111011111011
Octal372376373

Shades and tints

Shades of #FAFEFB

#FAFEFB
(250,254,251)
#E4E7E5
(228,231,229)
#CED0CF
(206,208,207)
#B8B9B9
(184,185,185)
#A2A2A3
(162,162,163)
#8C8B8D
(140,139,141)
#767477
(118,116,119)
#605D61
(96,93,97)
#4A464B
(74,70,75)
#342F35
(52,47,53)
#1E181F
(30,24,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFEFB; }

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

This text font color is #FAFEFB.


Background Color

.myBgColor { background-color: #FAFEFB; }

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

This div background color is #FAFEFB.


Border color

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

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

This div border color is #FAFEFB.


Opacity

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

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

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

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

This text has shadow with #FAFEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAFEFB on black background.


Color preview on white background

This text has color #FAFEFB on white background.



Black color preview on #FAFEFB background

This text has black color on #FAFEFB background.


White color preview on #FAFEFB background

This text has white color on #FAFEFB background.