Color Hex Logo

#fa6bbf Color Hex

#FA6BBF
(250,107,191)
0 Favorites   0 Comments

Color spaces of #fa6bbf

RGB 250107191
HSL0.900.930.70
HSV325°57°98°
CMYK 0.000.570.24   0.02
XYZ54.086034.601053.1182
Yxy34.60100.38140.2440
Hunter Lab58.822661.1869-12.3644
CIE-Lab65.436863.3147-17.0351

#fa6bbf color RGB value is (250,107,191).

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

The process color (four color CMYK) of #fa6bbf color hex is 0.00, 0.57, 0.24, 0.02. Web safe color of #fa6bbf is #ff66cc. Color #fa6bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101011 10111111
Octal 372 153 277
Decimal 250 107 191
Hex FA 6B BF

RGB Percentages of Color #fa6bbf

%45.62
%19.53
%34.85

CMYK Percentages of Color #fa6bbf

%0
%57
%24
%2

Triadic Colors of #fa6bbf

#fa6bbf #bffa6b #6bbffa

Analogous Colors of #fa6bbf

#fa6bbf #fa6b78 #ee6bfa

Monochromatic Colors of #fa6bbf

#fa6bbf

Complementary Color

#fa6bbf #6bfaa6

#fa6bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6bbf Color CSS Codes

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

#fa6bbf Text Font Color

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

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


#fa6bbf Background Color

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

This div background color is #fa6bbf


#fa6bbf Border Color

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

This div border color is #fa6bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6bbf


Comments

No comments written yet.

Please login to write comment.