Color Hex Logo

#fa799a Color Hex

#FA799A
(250,121,154)
0 Favorites   0 Comments

Color spaces of #fa799a

RGB 250121154
HSL0.960.930.73
HSV345°52°98°
CMYK 0.000.520.38   0.02
XYZ52.094436.331834.8389
Yxy36.33180.42260.2947
Hunter Lab60.275948.78887.9240
CIE-Lab66.772752.40745.9182

#fa799a color RGB value is (250,121,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111001 10011010
Octal 372 171 232
Decimal 250 121 154
Hex FA 79 9A

RGB Percentages of Color #fa799a

%47.62
%23.05
%29.33

CMYK Percentages of Color #fa799a

%0
%52
%38
%2

Triadic Colors of #fa799a

#fa799a #9afa79 #799afa

Analogous Colors of #fa799a

#fa799a #fa9979 #fa79db

Monochromatic Colors of #fa799a

#fa799a

Complementary Color

#fa799a #79fad9

#fa799a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa799a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa799a Color CSS Codes

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

#fa799a Text Font Color

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

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


#fa799a Background Color

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

This div background color is #fa799a


#fa799a Border Color

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

This div border color is #fa799a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa799a


Comments

No comments written yet.

Please login to write comment.