Color Hex Logo

#fe6aab Color Hex

#FE6AAB
(254,106,171)
0 Favorites   0 Comments

Color spaces of #fe6aab

RGB 254106171
HSL0.930.990.71
HSV334°58°100°
CMYK 0.000.580.33   0.00
XYZ53.377834.319242.3390
Yxy34.31920.41050.2639
Hunter Lab58.582660.1216-1.8424
CIE-Lab65.215162.4538-5.9528

#fe6aab color RGB value is (254,106,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101010 10101011
Octal 376 152 253
Decimal 254 106 171
Hex FE 6A AB

RGB Percentages of Color #fe6aab

%47.83
%19.96
%32.20

CMYK Percentages of Color #fe6aab

%0
%58
%33
%0

Triadic Colors of #fe6aab

#fe6aab #abfe6a #6aabfe

Analogous Colors of #fe6aab

#fe6aab #fe736a #fe6af5

Monochromatic Colors of #fe6aab

#fe6aab

Complementary Color

#fe6aab #6afebd

#fe6aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6aab Color CSS Codes

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

#fe6aab Text Font Color

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

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


#fe6aab Background Color

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

This div background color is #fe6aab


#fe6aab Border Color

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

This div border color is #fe6aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6aab


Comments

No comments written yet.

Please login to write comment.