Color Hex Logo

#fa8fbf Color Hex

#FA8FBF
(250,143,191)
0 Favorites   0 Comments

Color spaces of #fa8fbf

RGB 250143191
HSL0.930.910.77
HSV333°43°98°
CMYK 0.000.430.24   0.02
XYZ58.650843.730554.6398
Yxy43.73050.37350.2785
Hunter Lab66.129042.5884-2.6986
CIE-Lab72.048046.1614-7.1257

#fa8fbf color RGB value is (250,143,191).

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

The process color (four color CMYK) of #fa8fbf color hex is 0.00, 0.43, 0.24, 0.02. Web safe color of #fa8fbf is #ff99cc. Color #fa8fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001111 10111111
Octal 372 217 277
Decimal 250 143 191
Hex FA 8F BF

RGB Percentages of Color #fa8fbf

%42.81
%24.49
%32.71

CMYK Percentages of Color #fa8fbf

%0
%43
%24
%2

Triadic Colors of #fa8fbf

#fa8fbf #bffa8f #8fbffa

Analogous Colors of #fa8fbf

#fa8fbf #fa958f #fa8ff5

Monochromatic Colors of #fa8fbf

#fa8fbf

Complementary Color

#fa8fbf #8ffaca

#fa8fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8fbf Color CSS Codes

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

#fa8fbf Text Font Color

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

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


#fa8fbf Background Color

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

This div background color is #fa8fbf


#fa8fbf Border Color

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

This div border color is #fa8fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8fbf


Comments

No comments written yet.

Please login to write comment.