Color Hex Logo

#fa649b Color Hex

#FA649B
(250,100,155)
0 Favorites   0 Comments

Color spaces of #fa649b

RGB 250100155
HSL0.940.940.69
HSV338°60°98°
CMYK 0.000.600.38   0.02
XYZ49.897931.804934.5194
Yxy31.80490.42930.2737
Hunter Lab56.395859.24053.1862
CIE-Lab63.181362.05360.1457

#fa649b color RGB value is (250,100,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100100 10011011
Octal 372 144 233
Decimal 250 100 155
Hex FA 64 9B

RGB Percentages of Color #fa649b

%49.50
%19.80
%30.69

CMYK Percentages of Color #fa649b

%0
%60
%38
%2

Triadic Colors of #fa649b

#fa649b #9bfa64 #649bfa

Analogous Colors of #fa649b

#fa649b #fa7864 #fa64e6

Monochromatic Colors of #fa649b

#fa649b

Complementary Color

#fa649b #64fac3

#fa649b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa649b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa649b Color CSS Codes

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

#fa649b Text Font Color

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

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


#fa649b Background Color

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

This div background color is #fa649b


#fa649b Border Color

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

This div border color is #fa649b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa649b


Comments

No comments written yet.

Please login to write comment.