Color Hex Logo

#fa948a Color Hex

#FA948A
(250,148,138)
0 Favorites   0 Comments

Color spaces of #fa948a

RGB 250148138
HSL0.010.920.76
HSV45°98°
CMYK 0.000.410.45   0.02
XYZ54.601743.338829.5322
Yxy43.33880.42830.3400
Hunter Lab65.832232.842819.4852
CIE-Lab71.784337.267521.8904

#fa948a color RGB value is (250,148,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010100 10001010
Octal 372 224 212
Decimal 250 148 138
Hex FA 94 8A

RGB Percentages of Color #fa948a

%46.64
%27.61
%25.75

CMYK Percentages of Color #fa948a

%0
%41
%45
%2

Triadic Colors of #fa948a

#fa948a #8afa94 #948afa

Analogous Colors of #fa948a

#fa948a #facc8a #fa8ab8

Monochromatic Colors of #fa948a

#fa948a

Complementary Color

#fa948a #8af0fa

#fa948a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa948a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa948a Color CSS Codes

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

#fa948a Text Font Color

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

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


#fa948a Background Color

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

This div background color is #fa948a


#fa948a Border Color

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

This div border color is #fa948a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa948a

Related Colors


Comments

No comments written yet.

Please login to write comment.