Color Hex Logo

#faa7bc Color Hex

#FAA7BC
(250,167,188)
0 Favorites   0 Comments

Color spaces of #faa7bc

RGB 250167188
HSL0.960.890.82
HSV345°33°98°
CMYK 0.000.330.25   0.02
XYZ62.320251.592354.2506
Yxy51.59230.37060.3068
Hunter Lab71.827829.17405.4985
CIE-Lab77.036433.35801.8533

#faa7bc color RGB value is (250,167,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100111 10111100
Octal 372 247 274
Decimal 250 167 188
Hex FA A7 BC

RGB Percentages of Color #faa7bc

%41.32
%27.60
%31.07

CMYK Percentages of Color #faa7bc

%0
%33
%25
%2

Triadic Colors of #faa7bc

#faa7bc #bcfaa7 #a7bcfa

Analogous Colors of #faa7bc

#faa7bc #fabca7 #faa7e6

Monochromatic Colors of #faa7bc

#faa7bc

Complementary Color

#faa7bc #a7fae5

#faa7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa7bc Color CSS Codes

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

#faa7bc Text Font Color

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

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


#faa7bc Background Color

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

This div background color is #faa7bc


#faa7bc Border Color

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

This div border color is #faa7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa7bc


Comments

No comments written yet.

Please login to write comment.