Color Hex Logo

#fa748b Color Hex

#FA748B
(250,116,139)
0 Favorites   0 Comments

Color spaces of #fa748b

RGB 250116139
HSL0.970.930.72
HSV350°54°98°
CMYK 0.000.540.44   0.02
XYZ50.329934.678928.4671
Yxy34.67890.44350.3056
Hunter Lab58.888849.501412.5611
CIE-Lab65.497953.229012.6272

#fa748b color RGB value is (250,116,139).

#fa748b hex color red value is 250, green value is 116 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fa748b hue: 0.97 , saturation: 0.93 and the lightness value of fa748b is 0.72.

The process color (four color CMYK) of #fa748b color hex is 0.00, 0.54, 0.44, 0.02. Web safe color of #fa748b is #ff6699. Color #fa748b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110100 10001011
Octal 372 164 213
Decimal 250 116 139
Hex FA 74 8B

RGB Percentages of Color #fa748b

%49.50
%22.97
%27.52

CMYK Percentages of Color #fa748b

%0
%54
%44
%2

Triadic Colors of #fa748b

#fa748b #8bfa74 #748bfa

Analogous Colors of #fa748b

#fa748b #faa074 #fa74ce

Monochromatic Colors of #fa748b

#fa748b

Complementary Color

#fa748b #74fae3

#fa748b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa748b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa748b Color CSS Codes

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

#fa748b Text Font Color

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

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


#fa748b Background Color

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

This div background color is #fa748b


#fa748b Border Color

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

This div border color is #fa748b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa748b

Related Colors


Comments

No comments written yet.

Please login to write comment.