Color Hex Logo

#fffffe Color Hex

#FFFFFE
(255,255,254)
6 Favorites   6 Comments

Color spaces of #fffffe

RGB 255255254
HSL0.171.001.00
HSV60°100°
CMYK 0.000.000.00   0.00
XYZ94.889499.9358108.0543
Yxy99.93580.31330.3300
Hunter Lab99.9679-5.51185.8916
CIE-Lab99.9752-0.16950.4659

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

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

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

Base Numbers

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

Shades of #fffffe


Tints of #fffffe

All tints are identical with #fffffe

RGB Percentages of Color #fffffe

%33.38
%33.38
%33.25

CMYK Percentages of Color #fffffe

%0
%0
%0
%0

Triadic Colors of #fffffe

#fffffe #feffff #fffeff

Monochromatic Colors of #fffffe

#fffffe

Complementary Color

#fffffe #fefeff

#fffffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffffe Color CSS Codes

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

#fffffe Text Font Color

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

This sample text font color is #fffffe
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.


#fffffe Background Color

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

This div background color is #fffffe


#fffffe Border Color

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

This div border color is #fffffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffffe

Related Colors


Comments

6 Jan 2023, 17:36 69b00b

I can see the difference

14 Aug 2020, 16:04 Zacapea

The lightest yellow ever.

2 Feb 2019, 13:28 Lippi7882295

It’s as white as snow.

31 Jan 2019, 14:29 TheFel0x

If you are looking for true white.... then you are wrong here. Close. But wrong.

23 Apr 2018, 18:55 Multiy

So far yet so close

19 Jun 2014, 10:17 (guest)

Almost white

Please login to write comment.