Color Hex Logo

#faabaf Color Hex

#FAABAF
(250,171,175)
0 Favorites   0 Comments

Color spaces of #faabaf

RGB 250171175
HSL0.990.890.83
HSV357°32°98°
CMYK 0.000.320.30   0.02
XYZ61.725152.545047.4464
Yxy52.54500.38170.3249
Hunter Lab72.487925.142911.9338
CIE-Lab77.605629.51769.7615

#faabaf color RGB value is (250,171,175).

#faabaf hex color red value is 250, green value is 171 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #faabaf hue: 0.99 , saturation: 0.89 and the lightness value of faabaf is 0.83.

The process color (four color CMYK) of #faabaf color hex is 0.00, 0.32, 0.30, 0.02. Web safe color of #faabaf is #ff9999. Color #faabaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 10101111
Octal 372 253 257
Decimal 250 171 175
Hex FA AB AF

RGB Percentages of Color #faabaf

%41.95
%28.69
%29.36

CMYK Percentages of Color #faabaf

%0
%32
%30
%2

Triadic Colors of #faabaf

#faabaf #affaab #abaffa

Analogous Colors of #faabaf

#faabaf #facfab #faabd7

Monochromatic Colors of #faabaf

#faabaf

Complementary Color

#faabaf #abfaf6

#faabaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faabaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#faabaf Color CSS Codes

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

#faabaf Text Font Color

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

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


#faabaf Background Color

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

This div background color is #faabaf


#faabaf Border Color

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

This div border color is #faabaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faabaf


Comments

No comments written yet.

Please login to write comment.