Color Hex Logo

#fe6abc Color Hex

#FE6ABC
(254,106,188)
0 Favorites   0 Comments

Color spaces of #fe6abc

RGB 254106188
HSL0.910.990.71
HSV327°58°100°
CMYK 0.000.580.26   0.00
XYZ55.104235.009751.4302
Yxy35.00970.38930.2473
Hunter Lab59.169062.6917-10.1171
CIE-Lab65.756264.5219-14.7987

#fe6abc color RGB value is (254,106,188).

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

The process color (four color CMYK) of #fe6abc color hex is 0.00, 0.58, 0.26, 0.00. Web safe color of #fe6abc is #ff66cc. Color #fe6abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101010 10111100
Octal 376 152 274
Decimal 254 106 188
Hex FE 6A BC

RGB Percentages of Color #fe6abc

%46.35
%19.34
%34.31

CMYK Percentages of Color #fe6abc

%0
%58
%26
%0

Triadic Colors of #fe6abc

#fe6abc #bcfe6a #6abcfe

Analogous Colors of #fe6abc

#fe6abc #fe6a72 #f66afe

Monochromatic Colors of #fe6abc

#fe6abc

Complementary Color

#fe6abc #6afeac

#fe6abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6abc Color CSS Codes

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

#fe6abc Text Font Color

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

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


#fe6abc Background Color

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

This div background color is #fe6abc


#fe6abc Border Color

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

This div border color is #fe6abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6abc

Related Colors


Comments

No comments written yet.

Please login to write comment.