Color Hex Logo

#fafab1 Color Hex

#FAFAB1
(250,250,177)
0 Favorites   0 Comments

Color spaces of #fafab1

RGB 250250177
HSL0.170.880.84
HSV60°29°98°
CMYK 0.000.000.29   0.02
XYZ81.545891.869555.0296
Yxy91.86950.35700.4022
Hunter Lab95.8486-15.871333.0538
CIE-Lab96.7669-10.957835.1161

#fafab1 color RGB value is (250,250,177).

#fafab1 hex color red value is 250, green value is 250 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #fafab1 hue: 0.17 , saturation: 0.88 and the lightness value of fafab1 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111010 10110001
Octal 372 372 261
Decimal 250 250 177
Hex FA FA B1

RGB Percentages of Color #fafab1

%36.93
%36.93
%26.14

CMYK Percentages of Color #fafab1

%0
%0
%29
%2

Triadic Colors of #fafab1

#fafab1 #b1fafa #fab1fa

Analogous Colors of #fafab1

#fafab1 #d6fab1 #fad6b1

Monochromatic Colors of #fafab1

#fafab1

Complementary Color

#fafab1 #b1b1fa

#fafab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafab1 Color CSS Codes

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

#fafab1 Text Font Color

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

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


#fafab1 Background Color

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

This div background color is #fafab1


#fafab1 Border Color

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

This div border color is #fafab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafab1

Related Colors


Comments

No comments written yet.

Please login to write comment.