Color Hex Logo

#fa6bae Color Hex

#FA6BAE
(250,107,174)
0 Favorites   0 Comments

Color spaces of #fa6bae

RGB 250107174
HSL0.920.930.70
HSV332°57°98°
CMYK 0.000.570.30   0.02
XYZ52.322033.895443.8292
Yxy33.89540.40230.2606
Hunter Lab58.219858.5331-3.8811
CIE-Lab64.879561.1628-8.2245

#fa6bae color RGB value is (250,107,174).

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

The process color (four color CMYK) of #fa6bae color hex is 0.00, 0.57, 0.30, 0.02. Web safe color of #fa6bae is #ff6699. Color #fa6bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101011 10101110
Octal 372 153 256
Decimal 250 107 174
Hex FA 6B AE

RGB Percentages of Color #fa6bae

%47.08
%20.15
%32.77

CMYK Percentages of Color #fa6bae

%0
%57
%30
%2

Triadic Colors of #fa6bae

#fa6bae #aefa6b #6baefa

Analogous Colors of #fa6bae

#fa6bae #fa706b #fa6bf6

Monochromatic Colors of #fa6bae

#fa6bae

Complementary Color

#fa6bae #6bfab7

#fa6bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6bae Color CSS Codes

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

#fa6bae Text Font Color

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

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


#fa6bae Background Color

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

This div background color is #fa6bae


#fa6bae Border Color

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

This div border color is #fa6bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6bae


Comments

No comments written yet.

Please login to write comment.