Color Hex Logo

#fffeff Color Hex

#FFFEFF
(255,254,255)
2 Favorites   1 Comments

Color spaces of #fffeff

RGB 255254255
HSL0.831.001.00
HSV300°100°
CMYK 0.000.000.00   0.00
XYZ94.731899.3636108.7939
Yxy99.36360.31280.3281
Hunter Lab99.6813-4.80545.0668
CIE-Lab99.75340.5096-0.3706

#fffeff color RGB value is (255,254,255).

#fffeff hex color red value is 255, green value is 254 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fffeff hue: 0.83 , saturation: 1.00 and the lightness value of fffeff is 1.00.

The process color (four color CMYK) of #fffeff color hex is 0.00, 0.00, 0.00, 0.00. Web safe color of #fffeff is #ffffff. Color #fffeff contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 11111111
Octal 377 376 377
Decimal 255 254 255
Hex FF FE FF

Shades of #fffeff


Tints of #fffeff

All tints are identical with #fffeff

RGB Percentages of Color #fffeff

%33.38
%33.25
%33.38

CMYK Percentages of Color #fffeff

%0
%0
%0
%0

Triadic Colors of #fffeff

#fffeff #fffffe #feffff

Monochromatic Colors of #fffeff

#fffeff

Complementary Color

#fffeff #fefffe

#fffeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffeff Color CSS Codes

.mybgcolor {background-color:#fffeff; } 
.myforecolor {color:#fffeff; }
.mybordercolor {border:3px solid #fffeff; }

#fffeff Text Font Color

<p style="color:#fffeff">Text here</p>

This sample text font color is #fffeff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fffeff Background Color

<div style="background-color:#fffeff">
Div content here</div>

This div background color is #fffeff


#fffeff Border Color

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

This div border color is #fffeff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,254,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fffeff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fffeff;
  -webkit-box-shadow: 1px 1px 3px 2px #fffeff;
  box-shadow:         1px 1px 3px 2px #fffeff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,254,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fffeff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fffeff;
  -webkit-box-shadow: 1px 1px 3px 2px #fffeff;
  box-shadow:         1px 1px 3px 2px #fffeff;">
Div content here</div>

This div box has shadow with color #fffeff

Related Colors


Comments

20 Mar 2016, 21:05 jordimas96

Almost white

Please login to write comment.