Color Hex Logo

#fa799e Color Hex

#FA799E
(250,121,158)
0 Favorites   0 Comments

Color spaces of #fa799e

RGB 250121158
HSL0.950.930.73
HSV343°52°98°
CMYK 0.000.520.37   0.02
XYZ52.433336.467436.6231
Yxy36.46740.41770.2905
Hunter Lab60.388249.30686.3147
CIE-Lab66.875552.84943.7991

#fa799e color RGB value is (250,121,158).

#fa799e hex color red value is 250, green value is 121 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fa799e hue: 0.95 , saturation: 0.93 and the lightness value of fa799e is 0.73.

The process color (four color CMYK) of #fa799e color hex is 0.00, 0.52, 0.37, 0.02. Web safe color of #fa799e is #ff6699. Color #fa799e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111001 10011110
Octal 372 171 236
Decimal 250 121 158
Hex FA 79 9E

RGB Percentages of Color #fa799e

%47.26
%22.87
%29.87

CMYK Percentages of Color #fa799e

%0
%52
%37
%2

Triadic Colors of #fa799e

#fa799e #9efa79 #799efa

Analogous Colors of #fa799e

#fa799e #fa9579 #fa79df

Monochromatic Colors of #fa799e

#fa799e

Complementary Color

#fa799e #79fad5

#fa799e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa799e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa799e Color CSS Codes

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

#fa799e Text Font Color

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

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


#fa799e Background Color

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

This div background color is #fa799e


#fa799e Border Color

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

This div border color is #fa799e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa799e


Comments

No comments written yet.

Please login to write comment.