COLOR #FFFFFF

HEX: #FFFFFF RGB: (255,255,255)

Color info

Color name is White. #FFFFFF contains red, green and blue colors in about the same proportion. #FFFFFF color is web safe color. It maybe written shortly as #FFF.

RGB color model

#FFFFFF color RGB value is (255,255,255).

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

RGB channels and saturation

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

255
255
255

R + G + B ~ 100%. #FFFFFF is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 255 + 255 = 765 (100%)
R 255 of 765 ~ 33.33%
G 255 of 765 ~ 33.33%
B 255 of 765 ~ 33.33'%

%33.33
%33.33
%33.33

CMYK color model

#FFFFFF color CMYK value is (0,0,0,0).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (0,0,0,0) C0M0Y0K0 (0%,0%,0%,0%) (0.00/0.00/0.00/0.00) 

CMYK percentages

%0
%0
%0
%0

Codes

Color #FFFFFF in popluar color models

FF FF FF
RGB 255 255 255
HSL 0.00% 1.00%
HSB/HSV 0.00% 1.00%
CMYK 0.00% 0.00% 0.00%
0.00%

Color #FFFFFF in popluar number systems.

HEX FF FF FF
Decimal 255 255 255
Binary 11111111 11111111 11111111
Octal 377 377 377

Shades and tints

Shades of #FFFFFF

#FFFFFF
(255,255,255)
#E8E8E8
(232,232,232)
#D1D1D1
(209,209,209)
#BABABA
(186,186,186)
#A3A3A3
(163,163,163)
#8C8C8C
(140,140,140)
#757575
(117,117,117)
#5E5E5E
(94,94,94)
#474747
(71,71,71)
#303030
(48,48,48)
#191919
(25,25,25)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFFFF; }

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

This text font color is #FFFFFF.

Background Color

.myBgColor { background-color: #FFFFFF; }

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

This div background color is #FFFFFF.

Border color

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

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

This div border color is #FFFFFF.

Opacity

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

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

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

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

This text has shadow with #FFFFFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFFFFF.

Preview

Color preview on black background

This text has color #FFFFFF on black background.


Color preview on white background

This text has color #FFFFFF on white background.


Black color preview on #FFFFFF background

This text has black color on #FFFFFF background.


White color preview on #FFFFFF background

This text has white color on #FFFFFF background.


Related colors

Complementary color

Complementary color for #hex is #000000.


I love getcolorcode.com

Gradients

Color #FFFFFF is used in Alice Blue gradient.

Alice Blue