Color Hex Logo

#fa8fac Color Hex

#FA8FAC
(250,143,172)
0 Favorites   0 Comments

Color spaces of #fa8fac

RGB 250143172
HSL0.950.910.77
HSV344°43°98°
CMYK 0.000.430.31   0.02
XYZ56.693242.947544.3314
Yxy42.94750.39380.2983
Hunter Lab65.534339.73375.7667
CIE-Lab71.519343.65052.6616

#fa8fac color RGB value is (250,143,172).

#fa8fac hex color red value is 250, green value is 143 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fa8fac hue: 0.95 , saturation: 0.91 and the lightness value of fa8fac is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001111 10101100
Octal 372 217 254
Decimal 250 143 172
Hex FA 8F AC

RGB Percentages of Color #fa8fac

%44.25
%25.31
%30.44

CMYK Percentages of Color #fa8fac

%0
%43
%31
%2

Triadic Colors of #fa8fac

#fa8fac #acfa8f #8facfa

Analogous Colors of #fa8fac

#fa8fac #faa88f #fa8fe2

Monochromatic Colors of #fa8fac

#fa8fac

Complementary Color

#fa8fac #8ffadd

#fa8fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8fac Color CSS Codes

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

#fa8fac Text Font Color

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

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


#fa8fac Background Color

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

This div background color is #fa8fac


#fa8fac Border Color

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

This div border color is #fa8fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8fac


Comments

No comments written yet.

Please login to write comment.