Color Hex Logo

#faaaba Color Hex

#FAAABA
(250,170,186)
0 Favorites   0 Comments

Color spaces of #faaaba

RGB 250170186
HSL0.970.890.82
HSV348°32°98°
CMYK 0.000.320.26   0.02
XYZ62.662052.618653.3081
Yxy52.61860.37170.3121
Hunter Lab72.538727.25327.2053
CIE-Lab77.649331.50903.8335

#faaaba color RGB value is (250,170,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 10111010
Octal 372 252 272
Decimal 250 170 186
Hex FA AA BA

RGB Percentages of Color #faaaba

%41.25
%28.05
%30.69

CMYK Percentages of Color #faaaba

%0
%32
%26
%2

Triadic Colors of #faaaba

#faaaba #bafaaa #aabafa

Analogous Colors of #faaaba

#faaaba #fac2aa #faaae2

Monochromatic Colors of #faaaba

#faaaba

Complementary Color

#faaaba #aafaea

#faaaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaaba Color CSS Codes

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

#faaaba Text Font Color

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

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


#faaaba Background Color

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

This div background color is #faaaba


#faaaba Border Color

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

This div border color is #faaaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaaba


Comments

No comments written yet.

Please login to write comment.