Color Hex Logo

#fa7ebd Color Hex

#FA7EBD
(250,126,189)
0 Favorites   0 Comments

Color spaces of #fa7ebd

RGB 250126189
HSL0.920.930.74
HSV330°50°98°
CMYK 0.000.500.24   0.02
XYZ56.070538.919852.7011
Yxy38.91980.37960.2635
Hunter Lab62.385751.2556-6.4159
CIE-Lab68.693154.2857-11.0076

#fa7ebd color RGB value is (250,126,189).

#fa7ebd hex color red value is 250, green value is 126 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fa7ebd hue: 0.92 , saturation: 0.93 and the lightness value of fa7ebd is 0.74.

The process color (four color CMYK) of #fa7ebd color hex is 0.00, 0.50, 0.24, 0.02. Web safe color of #fa7ebd is #ff66cc. Color #fa7ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111110 10111101
Octal 372 176 275
Decimal 250 126 189
Hex FA 7E BD

RGB Percentages of Color #fa7ebd

%44.25
%22.30
%33.45

CMYK Percentages of Color #fa7ebd

%0
%50
%24
%2

Triadic Colors of #fa7ebd

#fa7ebd #bdfa7e #7ebdfa

Analogous Colors of #fa7ebd

#fa7ebd #fa7e7f #f97efa

Monochromatic Colors of #fa7ebd

#fa7ebd

Complementary Color

#fa7ebd #7efabb

#fa7ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7ebd Color CSS Codes

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

#fa7ebd Text Font Color

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

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


#fa7ebd Background Color

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

This div background color is #fa7ebd


#fa7ebd Border Color

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

This div border color is #fa7ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7ebd

Related Colors


Comments

No comments written yet.

Please login to write comment.