COLOR #FFFAFA

HEX: #FFFAFA RGB: (255,250,250)

Color info

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

RGB color model

#FFFAFA color RGB value is (255,250,250).

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

RGB channels and saturation

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

255
250
250

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

Portions of RGB colors in percentages

R + G + B = 255 + 250 + 250 = 755 (100%)
R 255 of 755 ~ 33.77%
G 250 of 755 ~ 33.11%
B 250 of 755 ~ 33.11'%

%33.77
%33.11
%33.11

CMYK color model

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

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

Codes

Color #FFFAFA in popluar color models

FF FA FA
RGB 255 250 250
HSL 100.00% 99.02%
HSB/HSV 1.96% 100.00%
CMYK 0.00% 1.96% 1.96%
0.00%

Color #FFFAFA in popluar number systems.

HEX FF FA FA
Decimal 255 250 250
Binary 11111111 11111010 11111010
Octal 377 372 372

Shades and tints

Shades of #FFFAFA

#FFFAFA
(255,250,250)
#E8E4E4
(232,228,228)
#D1CECE
(209,206,206)
#BAB8B8
(186,184,184)
#A3A2A2
(163,162,162)
#8C8C8C
(140,140,140)
#757676
(117,118,118)
#5E6060
(94,96,96)
#474A4A
(71,74,74)
#303434
(48,52,52)
#191E1E
(25,30,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFAFA; }

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

This text font color is #FFFAFA.

Background Color

.myBgColor { background-color: #FFFAFA; }

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

This div background color is #FFFAFA.

Border color

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

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

This div border color is #FFFAFA.

Opacity

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

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

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

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

This text has shadow with #FFFAFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFFAFA.

Preview

Color preview on black background

This text has color #FFFAFA on black background.


Color preview on white background

This text has color #FFFAFA on white background.


Black color preview on #FFFAFA background

This text has black color on #FFFAFA background.


White color preview on #FFFAFA background

This text has white color on #FFFAFA background.


Related colors

Complementary color

Complementary color for #hex is #000505.


I love getcolorcode.com

Gradients

Color #FFFAFA is used in Snow gradient.

Snow