COLOR #FAF3FD

HEX: #FAF3FD
RGB: (250,243,253)

Color info

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

RGB color model

#FAF3FD color RGB value is (250,243,253).

  • red value is 250;
  • green value is 243;
  • blue value is 253.
RGB:
(250,243,253)
(98%,95%,99%)

RGB channels and saturation

R 250 of 255 = 98%
G 243 of 255 = 95%
B 253 of 255 = 99%

250
243
253

R + G + B ~ 97%. #FAF3FD is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 243 + 253 = 746 (100%)
R 250 of 746 ~ 33.51%
G 243 of 746 ~ 32.57%
B 253 of 746 ~ 33.91%

%33.51
%32.57
%33.91

CMYK color model

#FAF3FD color CMYK value is (1,4,0,1).

  • cyan value is 1.19%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(1,4,0,1)
C1M4Y0K1 
(1%,4%,0%,1%)
(0.01/0.04/0.00/0.01)	

CMYK percentages

%1.19
%3.95
%0
%0.78

Codes

Color #FAF3FD in popluar color models

FAF3FD
RGB250243253
HSL282°71.43%97.25%
HSB/HSV282°3.95%99.22%
CMYK1.19%3.95%0.00%
0.78%

Color #FAF3FD in popluar number systems.

HEXFAF3FD
Decimal250243253
Binary111110101111001111111101
Octal372363375

Shades and tints

Shades of #FAF3FD

#FAF3FD
(250,243,253)
#E4DDE6
(228,221,230)
#CEC7CF
(206,199,207)
#B8B1B8
(184,177,184)
#A29BA1
(162,155,161)
#8C858A
(140,133,138)
#766F73
(118,111,115)
#60595C
(96,89,92)
#4A4345
(74,67,69)
#342D2E
(52,45,46)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #FAF3FD

#FAF3FD
(250,243,253)
#FAF4FD
(250,244,253)
#FAF5FD
(250,245,253)
#FAF6FD
(250,246,253)
#FAF7FD
(250,247,253)
#FAF8FD
(250,248,253)
#FAF9FD
(250,249,253)
#FAFAFD
(250,250,253)
#FAFBFD
(250,251,253)
#FAFCFD
(250,252,253)
#FAFDFD
(250,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF3FD; }

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

This text font color is #FAF3FD.


Background Color

.myBgColor { background-color: #FAF3FD; }

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

This div background color is #FAF3FD.


Border color

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

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

This div border color is #FAF3FD.


Opacity

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

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

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

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

This text has shadow with #FAF3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF3FD on black background.


Color preview on white background

This text has color #FAF3FD on white background.



Black color preview on #FAF3FD background

This text has black color on #FAF3FD background.


White color preview on #FAF3FD background

This text has white color on #FAF3FD background.