Color Hex Logo

#fababd Color Hex

#FABABD
(250,186,189)
0 Favorites   0 Comments

Color spaces of #fababd

RGB 250186189
HSL0.990.860.85
HSV357°26°98°
CMYK 0.000.260.24   0.02
XYZ66.168659.115956.0672
Yxy59.11590.36490.3260
Hunter Lab76.886919.064510.5855
CIE-Lab81.355323.50557.5492

#fababd color RGB value is (250,186,189).

#fababd hex color red value is 250, green value is 186 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fababd hue: 0.99 , saturation: 0.86 and the lightness value of fababd is 0.85.

The process color (four color CMYK) of #fababd color hex is 0.00, 0.26, 0.24, 0.02. Web safe color of #fababd is #ffcccc. Color #fababd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 10111101
Octal 372 272 275
Decimal 250 186 189
Hex FA BA BD

RGB Percentages of Color #fababd

%40.00
%29.76
%30.24

CMYK Percentages of Color #fababd

%0
%26
%24
%2

Triadic Colors of #fababd

#fababd #bdfaba #babdfa

Analogous Colors of #fababd

#fababd #fad7ba #fabadd

Monochromatic Colors of #fababd

#fababd

Complementary Color

#fababd #bafaf7

#fababd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fababd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fababd Color CSS Codes

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

#fababd Text Font Color

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

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


#fababd Background Color

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

This div background color is #fababd


#fababd Border Color

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

This div border color is #fababd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fababd


Comments

No comments written yet.

Please login to write comment.