Color Hex Logo

#fa648f Color Hex

#FA648F
(250,100,143)
0 Favorites   0 Comments

Color spaces of #fa648f

RGB 250100143
HSL0.950.940.69
HSV343°60°98°
CMYK 0.000.600.43   0.02
XYZ48.939431.421529.4722
Yxy31.42150.44560.2861
Hunter Lab56.054957.74568.0653
CIE-Lab62.861860.83126.5946

#fa648f color RGB value is (250,100,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100100 10001111
Octal 372 144 217
Decimal 250 100 143
Hex FA 64 8F

RGB Percentages of Color #fa648f

%50.71
%20.28
%29.01

CMYK Percentages of Color #fa648f

%0
%60
%43
%2

Triadic Colors of #fa648f

#fa648f #8ffa64 #648ffa

Analogous Colors of #fa648f

#fa648f #fa8464 #fa64da

Monochromatic Colors of #fa648f

#fa648f

Complementary Color

#fa648f #64facf

#fa648f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa648f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa648f Color CSS Codes

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

#fa648f Text Font Color

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

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


#fa648f Background Color

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

This div background color is #fa648f


#fa648f Border Color

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

This div border color is #fa648f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa648f


Comments

No comments written yet.

Please login to write comment.