COLOR #FAFFFA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

250
255
250

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

Portions of RGB colors in percentages

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

%33.11
%33.77
%33.11

CMYK color model

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

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

CMYK percentages

%1.96
%0
%1.96
%0

Codes

Color #FAFFFA in popluar color models

FAFFFA
RGB250255250
HSL120°100.00%99.02%
HSB/HSV120°1.96%100.00%
CMYK1.96%0.00%1.96%
0.00%

Color #FAFFFA in popluar number systems.

HEXFAFFFA
Decimal250255250
Binary111110101111111111111010
Octal372377372

Shades and tints

Shades of #FAFFFA

#FAFFFA
(250,255,250)
#E4E8E4
(228,232,228)
#CED1CE
(206,209,206)
#B8BAB8
(184,186,184)
#A2A3A2
(162,163,162)
#8C8C8C
(140,140,140)
#767576
(118,117,118)
#605E60
(96,94,96)
#4A474A
(74,71,74)
#343034
(52,48,52)
#1E191E
(30,25,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFFFA; }

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

This text font color is #FAFFFA.


Background Color

.myBgColor { background-color: #FAFFFA; }

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

This div background color is #FAFFFA.


Border color

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

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

This div border color is #FAFFFA.


Opacity

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

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

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

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

This text has shadow with #FAFFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAFFFA on black background.


Color preview on white background

This text has color #FAFFFA on white background.



Black color preview on #FAFFFA background

This text has black color on #FAFFFA background.


White color preview on #FAFFFA background

This text has white color on #FAFFFA background.