Color Hex Logo

#fe6fab Color Hex

#FE6FAB
(254,111,171)
0 Favorites   0 Comments

Color spaces of #fe6fab

RGB 254111171
HSL0.930.990.72
HSV335°56°100°
CMYK 0.000.560.33   0.00
XYZ53.908235.380042.5158
Yxy35.38000.40900.2684
Hunter Lab59.481157.6841-0.7425
CIE-Lab66.043560.2454-4.7276

#fe6fab color RGB value is (254,111,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101111 10101011
Octal 376 157 253
Decimal 254 111 171
Hex FE 6F AB

RGB Percentages of Color #fe6fab

%47.39
%20.71
%31.90

CMYK Percentages of Color #fe6fab

%0
%56
%33
%0

Triadic Colors of #fe6fab

#fe6fab #abfe6f #6fabfe

Analogous Colors of #fe6fab

#fe6fab #fe7b6f #fe6ff3

Monochromatic Colors of #fe6fab

#fe6fab

Complementary Color

#fe6fab #6ffec2

#fe6fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6fab Color CSS Codes

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

#fe6fab Text Font Color

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

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


#fe6fab Background Color

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

This div background color is #fe6fab


#fe6fab Border Color

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

This div border color is #fe6fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6fab


Comments

No comments written yet.

Please login to write comment.