Color Hex Logo

#fa6dae Color Hex

#FA6DAE
(250,109,174)
0 Favorites   0 Comments

Color spaces of #fa6dae

RGB 250109174
HSL0.920.930.70
HSV332°56°98°
CMYK 0.000.560.30   0.02
XYZ52.533034.317343.8995
Yxy34.31730.40180.2625
Hunter Lab58.581057.5547-3.4242
CIE-Lab65.213660.2724-7.7273

#fa6dae color RGB value is (250,109,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101101 10101110
Octal 372 155 256
Decimal 250 109 174
Hex FA 6D AE

RGB Percentages of Color #fa6dae

%46.90
%20.45
%32.65

CMYK Percentages of Color #fa6dae

%0
%56
%30
%2

Triadic Colors of #fa6dae

#fa6dae #aefa6d #6daefa

Analogous Colors of #fa6dae

#fa6dae #fa736d #fa6df5

Monochromatic Colors of #fa6dae

#fa6dae

Complementary Color

#fa6dae #6dfab9

#fa6dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6dae Color CSS Codes

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

#fa6dae Text Font Color

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

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


#fa6dae Background Color

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

This div background color is #fa6dae


#fa6dae Border Color

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

This div border color is #fa6dae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,109,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6dae


Comments

No comments written yet.

Please login to write comment.