Color Hex Logo

#faa0bb Color Hex

#FAA0BB
(250,160,187)
0 Favorites   0 Comments

Color spaces of #faa0bb

RGB 250160187
HSL0.950.900.80
HSV342°36°98°
CMYK 0.000.360.25   0.02
XYZ60.964849.053553.2688
Yxy49.05350.37340.3004
Hunter Lab70.038232.80863.9327
CIE-Lab75.484636.87460.1400

#faa0bb color RGB value is (250,160,187).

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

The process color (four color CMYK) of #faa0bb color hex is 0.00, 0.36, 0.25, 0.02. Web safe color of #faa0bb is #ff99cc. Color #faa0bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100000 10111011
Octal 372 240 273
Decimal 250 160 187
Hex FA A0 BB

RGB Percentages of Color #faa0bb

%41.88
%26.80
%31.32

CMYK Percentages of Color #faa0bb

%0
%36
%25
%2

Triadic Colors of #faa0bb

#faa0bb #bbfaa0 #a0bbfa

Analogous Colors of #faa0bb

#faa0bb #fab2a0 #faa0e8

Monochromatic Colors of #faa0bb

#faa0bb

Complementary Color

#faa0bb #a0fadf

#faa0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa0bb Color CSS Codes

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

#faa0bb Text Font Color

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

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


#faa0bb Background Color

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

This div background color is #faa0bb


#faa0bb Border Color

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

This div border color is #faa0bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa0bb

Related Colors


Comments

No comments written yet.

Please login to write comment.