Color Hex Logo

#faa4bd Color Hex

#FAA4BD
(250,164,189)
0 Favorites   0 Comments

Color spaces of #faa4bd

RGB 250164189
HSL0.950.900.81
HSV343°34°98°
CMYK 0.000.340.24   0.02
XYZ61.885150.549054.6394
Yxy50.54900.37040.3026
Hunter Lab71.097830.94914.2035
CIE-Lab76.405035.06630.3868

#faa4bd color RGB value is (250,164,189).

#faa4bd hex color red value is 250, green value is 164 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #faa4bd hue: 0.95 , saturation: 0.90 and the lightness value of faa4bd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100100 10111101
Octal 372 244 275
Decimal 250 164 189
Hex FA A4 BD

RGB Percentages of Color #faa4bd

%41.46
%27.20
%31.34

CMYK Percentages of Color #faa4bd

%0
%34
%24
%2

Triadic Colors of #faa4bd

#faa4bd #bdfaa4 #a4bdfa

Analogous Colors of #faa4bd

#faa4bd #fab6a4 #faa4e8

Monochromatic Colors of #faa4bd

#faa4bd

Complementary Color

#faa4bd #a4fae1

#faa4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa4bd Color CSS Codes

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

#faa4bd Text Font Color

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

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


#faa4bd Background Color

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

This div background color is #faa4bd


#faa4bd Border Color

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

This div border color is #faa4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa4bd


Comments

No comments written yet.

Please login to write comment.