COLOR #FFFAFF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

255
250
255

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

Portions of RGB colors in percentages

R + G + B = 255 + 250 + 255 = 760 (100%)
R 255 of 760 ~ 33.55%
G 250 of 760 ~ 32.89%
B 255 of 760 ~ 33.55'%

%33.55
%32.89
%33.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (0,2,0,0)
C0M2Y0K0 (0%, 2%, 0%, 0%)
(0.00 / 0.02 / 0.00 / 0.00)

CMYK percentages

%0
%1.96
%0
%0

Codes

Color #FFFAFF in popluar color models

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

Color #FFFAFF in popluar number systems.

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

Shades and tints

Shades of #FFFAFF

#FFFAFF
(255,250,255)
#E8E4E8
(232,228,232)
#D1CED1
(209,206,209)
#BAB8BA
(186,184,186)
#A3A2A3
(163,162,163)
#8C8C8C
(140,140,140)
#757675
(117,118,117)
#5E605E
(94,96,94)
#474A47
(71,74,71)
#303430
(48,52,48)
#191E19
(25,30,25)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFAFF; }

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

This text font color is #FFFAFF.

Background Color

.myBgColor { background-color: #FFFAFF; }

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

This div background color is #FFFAFF.

Border color

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

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

This div border color is #FFFAFF.

Opacity

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

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

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

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

This text has shadow with #FFFAFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFFAFF.

Preview

Color preview on black background

This text has color #FFFAFF on black background.


Color preview on white background

This text has color #FFFAFF on white background.


Black color preview on #FFFAFF background

This text has black color on #FFFAFF background.


White color preview on #FFFAFF background

This text has white color on #FFFAFF background.


Related colors

Complementary color

Complementary color for #hex is #000500.


I love getcolorcode.com

Triadic colors

1 #FFFFFA and #FAFFFF with #FFFAFF are triadic colors.

2 #FFFAFF and #FAFFFF with #FFFAFF are triadic colors.