Color Hex Logo

#fa81be Color Hex

#FA81BE
(250,129,190)
0 Favorites   0 Comments

Color spaces of #fa81be

RGB 250129190
HSL0.920.920.74
HSV330°48°98°
CMYK 0.000.480.24   0.02
XYZ56.568939.742253.4047
Yxy39.74220.37780.2655
Hunter Lab63.041449.8508-6.0977
CIE-Lab69.285552.9711-10.6819

#fa81be color RGB value is (250,129,190).

#fa81be hex color red value is 250, green value is 129 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fa81be hue: 0.92 , saturation: 0.92 and the lightness value of fa81be is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000001 10111110
Octal 372 201 276
Decimal 250 129 190
Hex FA 81 BE

RGB Percentages of Color #fa81be

%43.94
%22.67
%33.39

CMYK Percentages of Color #fa81be

%0
%48
%24
%2

Triadic Colors of #fa81be

#fa81be #befa81 #81befa

Analogous Colors of #fa81be

#fa81be #fa8182 #fa81fa

Monochromatic Colors of #fa81be

#fa81be

Complementary Color

#fa81be #81fabd

#fa81be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa81be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa81be Color CSS Codes

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

#fa81be Text Font Color

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

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


#fa81be Background Color

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

This div background color is #fa81be


#fa81be Border Color

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

This div border color is #fa81be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa81be


Comments

No comments written yet.

Please login to write comment.