Color Hex Logo

#fa646c Color Hex

#FA646C
(250,100,108)
0 Favorites   0 Comments

Color spaces of #fa646c

RGB 250100108
HSL0.990.940.69
HSV357°60°98°
CMYK 0.000.600.57   0.02
XYZ46.688330.521017.6178
Yxy30.52100.49240.3219
Hunter Lab55.245854.170419.7646
CIE-Lab62.101257.868725.6738

#fa646c color RGB value is (250,100,108).

#fa646c hex color red value is 250, green value is 100 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fa646c hue: 0.99 , saturation: 0.94 and the lightness value of fa646c is 0.69.

The process color (four color CMYK) of #fa646c color hex is 0.00, 0.60, 0.57, 0.02. Web safe color of #fa646c is #ff6666. Color #fa646c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100100 01101100
Octal 372 144 154
Decimal 250 100 108
Hex FA 64 6C

RGB Percentages of Color #fa646c

%54.59
%21.83
%23.58

CMYK Percentages of Color #fa646c

%0
%60
%57
%2

Triadic Colors of #fa646c

#fa646c #6cfa64 #646cfa

Analogous Colors of #fa646c

#fa646c #faa764 #fa64b7

Monochromatic Colors of #fa646c

#fa646c

Complementary Color

#fa646c #64faf2

#fa646c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa646c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa646c Color CSS Codes

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

#fa646c Text Font Color

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

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


#fa646c Background Color

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

This div background color is #fa646c


#fa646c Border Color

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

This div border color is #fa646c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa646c


Comments

No comments written yet.

Please login to write comment.