Color Hex Logo

#fa948e Color Hex

#FA948E
(250,148,142)
0 Favorites   0 Comments

Color spaces of #fa948e

RGB 250148142
HSL0.010.920.77
HSV43°98°
CMYK 0.000.410.43   0.02
XYZ54.896743.456831.0858
Yxy43.45680.42410.3357
Hunter Lab65.921833.283718.1867
CIE-Lab71.863937.671619.7961

#fa948e color RGB value is (250,148,142).

#fa948e hex color red value is 250, green value is 148 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fa948e hue: 0.01 , saturation: 0.92 and the lightness value of fa948e is 0.77.

The process color (four color CMYK) of #fa948e color hex is 0.00, 0.41, 0.43, 0.02. Web safe color of #fa948e is #ff9999. Color #fa948e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010100 10001110
Octal 372 224 216
Decimal 250 148 142
Hex FA 94 8E

RGB Percentages of Color #fa948e

%46.30
%27.41
%26.30

CMYK Percentages of Color #fa948e

%0
%41
%43
%2

Triadic Colors of #fa948e

#fa948e #8efa94 #948efa

Analogous Colors of #fa948e

#fa948e #faca8e #fa8ebe

Monochromatic Colors of #fa948e

#fa948e

Complementary Color

#fa948e #8ef4fa

#fa948e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa948e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa948e Color CSS Codes

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

#fa948e Text Font Color

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

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


#fa948e Background Color

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

This div background color is #fa948e


#fa948e Border Color

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

This div border color is #fa948e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa948e


Comments

No comments written yet.

Please login to write comment.