Color Hex Logo

#fabfab Color Hex

#FABFAB
(250,191,171)
5 Favorites   1 Comments

Color spaces of #fabfab

RGB 250191171
HSL0.040.890.83
HSV15°32°98°
CMYK 0.000.240.32   0.02
XYZ65.405860.525946.7635
Yxy60.52590.37870.3505
Hunter Lab77.798413.919318.8205
CIE-Lab82.123218.485918.2815

#fabfab color RGB value is (250,191,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 10101011
Octal 372 277 253
Decimal 250 191 171
Hex FA BF AB

RGB Percentages of Color #fabfab

%40.85
%31.21
%27.94

CMYK Percentages of Color #fabfab

%0
%24
%32
%2

Triadic Colors of #fabfab

#fabfab #abfabf #bfabfa

Analogous Colors of #fabfab

#fabfab #fae7ab #faabbf

Monochromatic Colors of #fabfab

#fabfab

Complementary Color

#fabfab #abe6fa

#fabfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabfab Color CSS Codes

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

#fabfab Text Font Color

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

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


#fabfab Background Color

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

This div background color is #fabfab


#fabfab Border Color

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

This div border color is #fabfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabfab

#fabfab Color Palettes


Comments

22 Mar 2018, 4:30 MeowffleCAT

This is my new fav color

Please login to write comment.