Color Hex Logo

#faa0ba Color Hex

#FAA0BA
(250,160,186)
0 Favorites   0 Comments

Color spaces of #faa0ba

RGB 250160186
HSL0.950.900.80
HSV343°36°98°
CMYK 0.000.360.26   0.02
XYZ60.858149.010852.7068
Yxy49.01080.37430.3015
Hunter Lab70.007732.65764.3677
CIE-Lab75.458036.73740.6504

#faa0ba color RGB value is (250,160,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100000 10111010
Octal 372 240 272
Decimal 250 160 186
Hex FA A0 BA

RGB Percentages of Color #faa0ba

%41.95
%26.85
%31.21

CMYK Percentages of Color #faa0ba

%0
%36
%26
%2

Triadic Colors of #faa0ba

#faa0ba #bafaa0 #a0bafa

Analogous Colors of #faa0ba

#faa0ba #fab3a0 #faa0e7

Monochromatic Colors of #faa0ba

#faa0ba

Complementary Color

#faa0ba #a0fae0

#faa0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa0ba Color CSS Codes

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

#faa0ba Text Font Color

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

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


#faa0ba Background Color

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

This div background color is #faa0ba


#faa0ba Border Color

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

This div border color is #faa0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa0ba


Comments

No comments written yet.

Please login to write comment.