Color Hex Logo

#fef6ff Color Hex

#FEF6FF
(254,246,255)
3 Favorites   0 Comments

Color spaces of #fef6ff

RGB 254246255
HSL0.811.000.98
HSV293°100°
CMYK 0.000.040.00   0.00
XYZ91.878894.2024107.9481
Yxy94.20240.31250.3204
Hunter Lab97.0579-0.87631.9980
CIE-Lab97.71354.2373-3.3682

#fef6ff color RGB value is (254,246,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110110 11111111
Octal 376 366 377
Decimal 254 246 255
Hex FE F6 FF

RGB Percentages of Color #fef6ff

%33.64
%32.58
%33.77

CMYK Percentages of Color #fef6ff

%0
%4
%0
%0

Triadic Colors of #fef6ff

#fef6ff #fffef6 #f6fffe

Analogous Colors of #fef6ff

#fef6ff #fff6fc #faf6ff

Monochromatic Colors of #fef6ff

#fef6ff

Complementary Color

#fef6ff #f7fff6

#fef6ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef6ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef6ff Color CSS Codes

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

#fef6ff Text Font Color

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

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


#fef6ff Background Color

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

This div background color is #fef6ff


#fef6ff Border Color

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

This div border color is #fef6ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,246,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 #fef6ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef6ff

Related Colors


Comments

No comments written yet.

Please login to write comment.