Color Hex Logo

#fe6ebd Color Hex

#FE6EBD
(254,110,189)
0 Favorites   0 Comments

Color spaces of #fe6ebd

RGB 254110189
HSL0.910.990.71
HSV327°57°100°
CMYK 0.000.570.26   0.00
XYZ55.634335.896852.1406
Yxy35.89680.38720.2499
Hunter Lab59.913960.9004-9.6579
CIE-Lab66.441062.9029-14.3319

#fe6ebd color RGB value is (254,110,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101110 10111101
Octal 376 156 275
Decimal 254 110 189
Hex FE 6E BD

RGB Percentages of Color #fe6ebd

%45.93
%19.89
%34.18

CMYK Percentages of Color #fe6ebd

%0
%57
%26
%0

Triadic Colors of #fe6ebd

#fe6ebd #bdfe6e #6ebdfe

Analogous Colors of #fe6ebd

#fe6ebd #fe6e75 #f76efe

Monochromatic Colors of #fe6ebd

#fe6ebd

Complementary Color

#fe6ebd #6efeaf

#fe6ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6ebd Color CSS Codes

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

#fe6ebd Text Font Color

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

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


#fe6ebd Background Color

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

This div background color is #fe6ebd


#fe6ebd Border Color

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

This div border color is #fe6ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6ebd

Related Colors


Comments

No comments written yet.

Please login to write comment.