Color Hex Logo

#fa968e Color Hex

#FA968E
(250,150,142)
0 Favorites   0 Comments

Color spaces of #fa968e

RGB 250150142
HSL0.010.920.77
HSV43°98°
CMYK 0.000.400.43   0.02
XYZ55.213244.089731.1913
Yxy44.08970.42310.3379
Hunter Lab66.400132.226818.6287
CIE-Lab72.288436.640620.3792

#fa968e color RGB value is (250,150,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010110 10001110
Octal 372 226 216
Decimal 250 150 142
Hex FA 96 8E

RGB Percentages of Color #fa968e

%46.13
%27.68
%26.20

CMYK Percentages of Color #fa968e

%0
%40
%43
%2

Triadic Colors of #fa968e

#fa968e #8efa96 #968efa

Analogous Colors of #fa968e

#fa968e #facc8e #fa8ebc

Monochromatic Colors of #fa968e

#fa968e

Complementary Color

#fa968e #8ef2fa

#fa968e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa968e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa968e Color CSS Codes

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

#fa968e Text Font Color

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

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


#fa968e Background Color

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

This div background color is #fa968e


#fa968e Border Color

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

This div border color is #fa968e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa968e

#fa968e Color Palettes


Comments

No comments written yet.

Please login to write comment.