Color Hex Logo

#faa5bc Color Hex

#FAA5BC
(250,165,188)
0 Favorites   0 Comments

Color spaces of #faa5bc

RGB 250165188
HSL0.950.890.81
HSV344°34°98°
CMYK 0.000.340.25   0.02
XYZ61.956650.865154.1294
Yxy50.86510.37110.3047
Hunter Lab71.319830.25614.9246
CIE-Lab76.597234.40461.2142

#faa5bc color RGB value is (250,165,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100101 10111100
Octal 372 245 274
Decimal 250 165 188
Hex FA A5 BC

RGB Percentages of Color #faa5bc

%41.46
%27.36
%31.18

CMYK Percentages of Color #faa5bc

%0
%34
%25
%2

Triadic Colors of #faa5bc

#faa5bc #bcfaa5 #a5bcfa

Analogous Colors of #faa5bc

#faa5bc #fab9a5 #faa5e7

Monochromatic Colors of #faa5bc

#faa5bc

Complementary Color

#faa5bc #a5fae3

#faa5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa5bc Color CSS Codes

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

#faa5bc Text Font Color

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

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


#faa5bc Background Color

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

This div background color is #faa5bc


#faa5bc Border Color

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

This div border color is #faa5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa5bc


Comments

No comments written yet.

Please login to write comment.