Color Hex Logo

#fa768b Color Hex

#FA768B
(250,118,139)
0 Favorites   0 Comments

Color spaces of #fa768b

RGB 250118139
HSL0.970.930.72
HSV350°53°98°
CMYK 0.000.530.44   0.02
XYZ50.563035.144928.5448
Yxy35.14490.44260.3076
Hunter Lab59.283148.498412.9501
CIE-Lab65.861352.286113.1376

#fa768b color RGB value is (250,118,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110110 10001011
Octal 372 166 213
Decimal 250 118 139
Hex FA 76 8B

RGB Percentages of Color #fa768b

%49.31
%23.27
%27.42

CMYK Percentages of Color #fa768b

%0
%53
%44
%2

Triadic Colors of #fa768b

#fa768b #8bfa76 #768bfa

Analogous Colors of #fa768b

#fa768b #faa376 #fa76cd

Monochromatic Colors of #fa768b

#fa768b

Complementary Color

#fa768b #76fae5

#fa768b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa768b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa768b Color CSS Codes

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

#fa768b Text Font Color

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

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


#fa768b Background Color

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

This div background color is #fa768b


#fa768b Border Color

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

This div border color is #fa768b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,118,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 #fa768b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa768b

Related Colors


Comments

No comments written yet.

Please login to write comment.