Color Hex Logo

#fee0fe Color Hex

#FEE0FE
(254,224,254)
0 Favorites   0 Comments

Color spaces of #fee0fe

RGB 254224254
HSL0.830.940.94
HSV300°12°100°
CMYK 0.000.120.00   0.00
XYZ85.418181.5379105.0023
Yxy81.53790.31410.2998
Hunter Lab90.298310.8307-5.7358
CIE-Lab92.370515.3966-10.7494

#fee0fe color RGB value is (254,224,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100000 11111110
Octal 376 340 376
Decimal 254 224 254
Hex FE E0 FE

RGB Percentages of Color #fee0fe

%34.70
%30.60
%34.70

CMYK Percentages of Color #fee0fe

%0
%12
%0
%0

Triadic Colors of #fee0fe

#fee0fe #fefee0 #e0fefe

Analogous Colors of #fee0fe

#fee0fe #fee0ef #efe0fe

Monochromatic Colors of #fee0fe

#fee0fe

Complementary Color

#fee0fe #e0fee0

#fee0fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee0fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee0fe Color CSS Codes

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

#fee0fe Text Font Color

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

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


#fee0fe Background Color

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

This div background color is #fee0fe


#fee0fe Border Color

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

This div border color is #fee0fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee0fe

Related Colors


Comments

No comments written yet.

Please login to write comment.