Color Hex Logo

#fee1ff Color Hex

#FEE1FF
(254,225,255)
0 Favorites   0 Comments

Color spaces of #fee1ff

RGB 254225255
HSL0.831.000.94
HSV298°12°100°
CMYK 0.000.120.00   0.00
XYZ85.848382.1413105.9379
Yxy82.14130.31340.2999
Hunter Lab90.631810.4731-5.8607
CIE-Lab92.637215.0559-10.8748

#fee1ff color RGB value is (254,225,255).

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

The process color (four color CMYK) of #fee1ff color hex is 0.00, 0.12, 0.00, 0.00. Web safe color of #fee1ff is #ffccff. Color #fee1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 11111111
Octal 376 341 377
Decimal 254 225 255
Hex FE E1 FF

RGB Percentages of Color #fee1ff

%34.60
%30.65
%34.74

CMYK Percentages of Color #fee1ff

%0
%12
%0
%0

Triadic Colors of #fee1ff

#fee1ff #fffee1 #e1fffe

Analogous Colors of #fee1ff

#fee1ff #ffe1f1 #efe1ff

Monochromatic Colors of #fee1ff

#fee1ff

Complementary Color

#fee1ff #e2ffe1

#fee1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee1ff Color CSS Codes

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

#fee1ff Text Font Color

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

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


#fee1ff Background Color

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

This div background color is #fee1ff


#fee1ff Border Color

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

This div border color is #fee1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee1ff

Related Colors


Comments

No comments written yet.

Please login to write comment.