Color Hex Logo

#fa648a Color Hex

#FA648A
(250,100,138)
0 Favorites   0 Comments

Color spaces of #fa648a

RGB 250100138
HSL0.960.940.69
HSV345°60°98°
CMYK 0.000.600.45   0.02
XYZ48.569031.273327.5212
Yxy31.27330.45240.2913
Hunter Lab55.922557.16379.9673
CIE-Lab62.737760.35299.3006

#fa648a color RGB value is (250,100,138).

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

The process color (four color CMYK) of #fa648a color hex is 0.00, 0.60, 0.45, 0.02. Web safe color of #fa648a is #ff6699. Color #fa648a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100100 10001010
Octal 372 144 212
Decimal 250 100 138
Hex FA 64 8A

RGB Percentages of Color #fa648a

%51.23
%20.49
%28.28

CMYK Percentages of Color #fa648a

%0
%60
%45
%2

Triadic Colors of #fa648a

#fa648a #8afa64 #648afa

Analogous Colors of #fa648a

#fa648a #fa8964 #fa64d5

Monochromatic Colors of #fa648a

#fa648a

Complementary Color

#fa648a #64fad4

#fa648a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa648a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa648a Color CSS Codes

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

#fa648a Text Font Color

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

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


#fa648a Background Color

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

This div background color is #fa648a


#fa648a Border Color

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

This div border color is #fa648a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa648a

Related Colors


Comments

No comments written yet.

Please login to write comment.