Color Hex Logo

#fababa Color Hex

#FABABA
(250,186,186)
0 Favorites   0 Comments

Color spaces of #fababa

RGB 250186186
HSL0.000.860.85
HSV26°98°
CMYK 0.000.260.26   0.02
XYZ65.846258.987054.3695
Yxy58.98700.36740.3292
Hunter Lab76.803018.629811.7902
CIE-Lab81.284423.08989.0617

#fababa color RGB value is (250,186,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 10111010
Octal 372 272 272
Decimal 250 186 186
Hex FA BA BA

RGB Percentages of Color #fababa

%40.19
%29.90
%29.90

CMYK Percentages of Color #fababa

%0
%26
%26
%2

Triadic Colors of #fababa

#fababa #bafaba #babafa

Analogous Colors of #fababa

#fababa #fadaba #fabada

Monochromatic Colors of #fababa

#fababa

Complementary Color

#fababa #bafafa

#fababa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fababa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fababa Color CSS Codes

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

#fababa Text Font Color

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

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


#fababa Background Color

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

This div background color is #fababa


#fababa Border Color

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

This div border color is #fababa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fababa

#fababa Color Palettes


Comments

No comments written yet.

Please login to write comment.