COLOR #FAFEFA

HEX: #FAFEFA RGB: (250,254,250)

Color info

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

RGB color model

#FAFEFA color RGB value is (250,254,250).

RGB: (250,254,250) (98%, 100%, 98%)

RGB channels and saturation

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

250
254
250

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

Portions of RGB colors in percentages

R + G + B = 250 + 254 + 250 = 754 (100%)
R 250 of 754 ~ 33.16%
G 254 of 754 ~ 33.69%
B 250 of 754 ~ 33.16'%

%33.16
%33.69
%33.16

CMYK color model

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

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 1.57%
  • key color value is 0.39%

CMYK: (2,0,2,0)
C2M0Y2K0 (2%, 0%, 2%, 0%)
(0.02 / 0.00 / 0.02 / 0.00)

CMYK percentages

%1.57
%0
%1.57
%0.39

Codes

Color #FAFEFA in popluar color models

FA FE FA
RGB 250 254 250
HSL 120° 66.67% 98.82%
HSB/HSV 120° 1.57% 99.61%
CMYK 1.57% 0.00% 1.57%
0.39%

Color #FAFEFA in popluar number systems.

HEX FA FE FA
Decimal 250 254 250
Binary 11111010 11111110 11111010
Octal 372 376 372

Shades and tints

Shades of #FAFEFA

#FAFEFA
(250,254,250)
#E4E7E4
(228,231,228)
#CED0CE
(206,208,206)
#B8B9B8
(184,185,184)
#A2A2A2
(162,162,162)
#8C8B8C
(140,139,140)
#767476
(118,116,118)
#605D60
(96,93,96)
#4A464A
(74,70,74)
#342F34
(52,47,52)
#1E181E
(30,24,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFEFA; }

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

This text font color is #FAFEFA.

Background Color

.myBgColor { background-color: #FAFEFA; }

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

This div background color is #FAFEFA.

Border color

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

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

This div border color is #FAFEFA.

Opacity

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

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

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

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

This text has shadow with #FAFEFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAFEFA.

Preview

Color preview on black background

This text has color #FAFEFA on black background.


Color preview on white background

This text has color #FAFEFA on white background.


Black color preview on #FAFEFA background

This text has black color on #FAFEFA background.


White color preview on #FAFEFA background

This text has white color on #FAFEFA background.


Related colors

Complementary color

Complementary color for #hex is #050105.


I love getcolorcode.com

Triadic colors

1 #FAFAFE and #FEFAFA with #FAFEFA are triadic colors.

2 #FAFEFA and #FEFAFA with #FAFEFA are triadic colors.