Color Hex Logo

#fafaab Color Hex

#FAFAAB
(250,250,171)
0 Favorites   0 Comments

Color spaces of #fafaab

RGB 250250171
HSL0.170.890.83
HSV60°32°98°
CMYK 0.000.000.32   0.02
XYZ80.960691.635551.9484
Yxy91.63550.36060.4081
Hunter Lab95.7264-16.554934.8333
CIE-Lab96.6711-11.684037.9815

#fafaab color RGB value is (250,250,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111010 10101011
Octal 372 372 253
Decimal 250 250 171
Hex FA FA AB

RGB Percentages of Color #fafaab

%37.26
%37.26
%25.48

CMYK Percentages of Color #fafaab

%0
%0
%32
%2

Triadic Colors of #fafaab

#fafaab #abfafa #faabfa

Analogous Colors of #fafaab

#fafaab #d3faab #fad3ab

Monochromatic Colors of #fafaab

#fafaab

Complementary Color

#fafaab #ababfa

#fafaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafaab Color CSS Codes

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

#fafaab Text Font Color

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

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


#fafaab Background Color

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

This div background color is #fafaab


#fafaab Border Color

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

This div border color is #fafaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafaab


Comments

No comments written yet.

Please login to write comment.