color codes Logo

#fe56ab color codes

#FE56AB
(254,86,171)
0 Favorites   0 Comments

Color spaces of #fe56ab

RGB 25486171
HSL0.920.990.67
HSV330°66°100°
CMYK 0.000.660.33   0.00
XYZ51.551530.666741.7303
Yxy30.66670.41590.2474
Hunter Lab55.377569.2568-5.9143
CIE-Lab62.225370.5819-10.4048

#fe56ab color RGB value is (254,86,171).

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

The process color (four color CMYK) of #fe56ab color code is 0.00, 0.66, 0.33, 0.00. Web safe color of #fe56ab is #ff6699. Color #fe56ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010110 10101011
Octal 376 126 253
Decimal 254 86 171
Hex FE 56 AB

RGB Percentages of Color #fe56ab

%49.71
%16.83
%33.46

CMYK Percentages of Color #fe56ab

%0
%66
%33
%0

Triadic Colors of #fe56ab

#fe56ab #abfe56 #56abfe

Analogous Colors of #fe56ab

#fe56ab #fe5657 #fd56fe

Monochromatic Colors of #fe56ab

#fe56ab

Complementary Color

#fe56ab #56fea9

#fe56ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe56ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe56ab Color CSS Codes

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

#fe56ab Text Font Color

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

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


#fe56ab Background Color

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

This div background color is #fe56ab


#fe56ab Border Color

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

This div border color is #fe56ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe56ab

Related Colors


Comments

No comments written yet.

Please login to write comment.