COLOR #FAF6FE

HEX: #FAF6FE
RGB: (250,246,254)

Color info

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

RGB color model

#FAF6FE color RGB value is (250,246,254).

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

RGB channels and saturation

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

250
246
254

R + G + B ~ 98%. #FAF6FE is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 246 + 254 = 750 (100%)
R 250 of 750 ~ 33.33%
G 246 of 750 ~ 32.8%
B 254 of 750 ~ 33.87%

%33.33
%32.8
%33.87

CMYK color model

#FAF6FE color CMYK value is (2,3,0,0).

  • cyan value is 1.57%
  • magenta value is 3.15%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(2,3,0,0)
C2M3Y0K0 
(2%,3%,0%,0%)
(0.02/0.03/0.00/0.00)	

CMYK percentages

%1.57
%3.15
%0
%0.39

Codes

Color #FAF6FE in popluar color models

FAF6FE
RGB250246254
HSL270°80.00%98.04%
HSB/HSV270°3.15%99.61%
CMYK1.57%3.15%0.00%
0.39%

Color #FAF6FE in popluar number systems.

HEXFAF6FE
Decimal250246254
Binary111110101111011011111110
Octal372366376

Shades and tints

Shades of #FAF6FE

#FAF6FE
(250,246,254)
#E4E0E7
(228,224,231)
#CECAD0
(206,202,208)
#B8B4B9
(184,180,185)
#A29EA2
(162,158,162)
#8C888B
(140,136,139)
#767274
(118,114,116)
#605C5D
(96,92,93)
#4A4646
(74,70,70)
#34302F
(52,48,47)
#1E1A18
(30,26,24)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF6FE; }

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

This text font color is #FAF6FE.


Background Color

.myBgColor { background-color: #FAF6FE; }

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

This div background color is #FAF6FE.


Border color

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

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

This div border color is #FAF6FE.


Opacity

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

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

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

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

This text has shadow with #FAF6FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF6FE on black background.


Color preview on white background

This text has color #FAF6FE on white background.



Black color preview on #FAF6FE background

This text has black color on #FAF6FE background.


White color preview on #FAF6FE background

This text has white color on #FAF6FE background.