Color Hex Logo

#fa6bce Color Hex

#FA6BCE
(250,107,206)
0 Favorites   0 Comments

Color spaces of #fa6bce

RGB 250107206
HSL0.880.930.70
HSV318°57°98°
CMYK 0.000.570.18   0.02
XYZ55.822635.295662.2631
Yxy35.29560.36390.2301
Hunter Lab59.410163.7535-20.5502
CIE-Lab65.978265.3692-24.6630

#fa6bce color RGB value is (250,107,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101011 11001110
Octal 372 153 316
Decimal 250 107 206
Hex FA 6B CE

RGB Percentages of Color #fa6bce

%44.40
%19.01
%36.59

CMYK Percentages of Color #fa6bce

%0
%57
%18
%2

Triadic Colors of #fa6bce

#fa6bce #cefa6b #6bcefa

Analogous Colors of #fa6bce

#fa6bce #fa6b87 #df6bfa

Monochromatic Colors of #fa6bce

#fa6bce

Complementary Color

#fa6bce #6bfa97

#fa6bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6bce Color CSS Codes

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

#fa6bce Text Font Color

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

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


#fa6bce Background Color

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

This div background color is #fa6bce


#fa6bce Border Color

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

This div border color is #fa6bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6bce


Comments

No comments written yet.

Please login to write comment.