Color Hex Logo

#faa1bc Color Hex

#FAA1BC
(250,161,188)
0 Favorites   0 Comments

Color spaces of #faa1bc

RGB 250161188
HSL0.950.900.81
HSV342°36°98°
CMYK 0.000.360.25   0.02
XYZ61.246349.444653.8927
Yxy49.44460.37210.3004
Hunter Lab70.316932.41983.7804
CIE-Lab75.727136.4921-0.0548

#faa1bc color RGB value is (250,161,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100001 10111100
Octal 372 241 274
Decimal 250 161 188
Hex FA A1 BC

RGB Percentages of Color #faa1bc

%41.74
%26.88
%31.39

CMYK Percentages of Color #faa1bc

%0
%36
%25
%2

Triadic Colors of #faa1bc

#faa1bc #bcfaa1 #a1bcfa

Analogous Colors of #faa1bc

#faa1bc #fab3a1 #faa1e9

Monochromatic Colors of #faa1bc

#faa1bc

Complementary Color

#faa1bc #a1fadf

#faa1bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa1bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa1bc Color CSS Codes

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

#faa1bc Text Font Color

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

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


#faa1bc Background Color

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

This div background color is #faa1bc


#faa1bc Border Color

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

This div border color is #faa1bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,161,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 #faa1bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa1bc


Comments

No comments written yet.

Please login to write comment.