COLOR #FFFAFD

HEX: #FFFAFD
RGB: (255,250,253)

Color info

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

RGB color model

#FFFAFD color RGB value is (255,250,253).

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

RGB channels and saturation

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

255
250
253

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

Portions of RGB colors in percentages

R + G + B =
255 + 250 + 253 = 758 (100%)
R 255 of 758 ~ 33.64%
G 250 of 758 ~ 32.98%
B 253 of 758 ~ 33.38%

%33.64
%32.98
%33.38

CMYK color model

#FFFAFD color CMYK value is (0,2,1,0).

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

CMYK percentages

%0
%1.96
%0.78
%0

Codes

Color #FFFAFD in popluar color models

FFFAFD
RGB255250253
HSL324°100.00%99.02%
HSB/HSV324°1.96%100.00%
CMYK0.00%1.96%0.78%
0.00%

Color #FFFAFD in popluar number systems.

HEXFFFAFD
Decimal255250253
Binary111111111111101011111101
Octal377372375

Shades and tints

Shades of #FFFAFD

#FFFAFD
(255,250,253)
#E8E4E6
(232,228,230)
#D1CECF
(209,206,207)
#BAB8B8
(186,184,184)
#A3A2A1
(163,162,161)
#8C8C8A
(140,140,138)
#757673
(117,118,115)
#5E605C
(94,96,92)
#474A45
(71,74,69)
#30342E
(48,52,46)
#191E17
(25,30,23)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFAFD; }

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

This text font color is #FFFAFD.


Background Color

.myBgColor { background-color: #FFFAFD; }

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

This div background color is #FFFAFD.


Border color

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

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

This div border color is #FFFAFD.


Opacity

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

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

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

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

This text has shadow with #FFFAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFAFD on black background.


Color preview on white background

This text has color #FFFAFD on white background.



Black color preview on #FFFAFD background

This text has black color on #FFFAFD background.


White color preview on #FFFAFD background

This text has white color on #FFFAFD background.