Color Hex Logo

#fe66aa Color Hex

#FE66AA
(254,102,170)
0 Favorites   0 Comments

Color spaces of #fe66aa

RGB 254102170
HSL0.930.990.70
HSV333°60°100°
CMYK 0.000.600.33   0.00
XYZ52.880133.475941.7046
Yxy33.47590.41290.2614
Hunter Lab57.858461.8893-2.2357
CIE-Lab64.544464.0588-6.3765

#fe66aa color RGB value is (254,102,170).

#fe66aa hex color red value is 254, green value is 102 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fe66aa hue: 0.93 , saturation: 0.99 and the lightness value of fe66aa is 0.70.

The process color (four color CMYK) of #fe66aa color hex is 0.00, 0.60, 0.33, 0.00. Web safe color of #fe66aa is #ff6699. Color #fe66aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100110 10101010
Octal 376 146 252
Decimal 254 102 170
Hex FE 66 AA

RGB Percentages of Color #fe66aa

%48.29
%19.39
%32.32

CMYK Percentages of Color #fe66aa

%0
%60
%33
%0

Triadic Colors of #fe66aa

#fe66aa #aafe66 #66aafe

Analogous Colors of #fe66aa

#fe66aa #fe6e66 #fe66f6

Monochromatic Colors of #fe66aa

#fe66aa

Complementary Color

#fe66aa #66feba

#fe66aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe66aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe66aa Color CSS Codes

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

#fe66aa Text Font Color

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

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


#fe66aa Background Color

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

This div background color is #fe66aa


#fe66aa Border Color

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

This div border color is #fe66aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe66aa


Comments

No comments written yet.

Please login to write comment.