Color Hex Logo

#faa9bf Color Hex

#FAA9BF
(250,169,191)
0 Favorites   0 Comments

Color spaces of #faa9bf

RGB 250169191
HSL0.950.890.82
HSV344°32°98°
CMYK 0.000.320.24   0.02
XYZ63.016352.461556.0950
Yxy52.46150.36730.3058
Hunter Lab72.430328.54674.7830
CIE-Lab77.556032.72980.9722

#faa9bf color RGB value is (250,169,191).

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

The process color (four color CMYK) of #faa9bf color hex is 0.00, 0.32, 0.24, 0.02. Web safe color of #faa9bf is #ff99cc. Color #faa9bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101001 10111111
Octal 372 251 277
Decimal 250 169 191
Hex FA A9 BF

RGB Percentages of Color #faa9bf

%40.98
%27.70
%31.31

CMYK Percentages of Color #faa9bf

%0
%32
%24
%2

Triadic Colors of #faa9bf

#faa9bf #bffaa9 #a9bffa

Analogous Colors of #faa9bf

#faa9bf #fabca9 #faa9e8

Monochromatic Colors of #faa9bf

#faa9bf

Complementary Color

#faa9bf #a9fae4

#faa9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa9bf Color CSS Codes

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

#faa9bf Text Font Color

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

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


#faa9bf Background Color

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

This div background color is #faa9bf


#faa9bf Border Color

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

This div border color is #faa9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa9bf


Comments

No comments written yet.

Please login to write comment.