Color Hex Logo

#fafab3 Color Hex

#FAFAB3
(250,250,179)
0 Favorites   0 Comments

Color spaces of #fafab3

RGB 250250179
HSL0.170.880.84
HSV60°28°98°
CMYK 0.000.000.28   0.02
XYZ81.746691.949956.0874
Yxy91.94990.35580.4002
Hunter Lab95.8905-15.637332.4440
CIE-Lab96.7998-10.709934.1585

#fafab3 color RGB value is (250,250,179).

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

The process color (four color CMYK) of #fafab3 color hex is 0.00, 0.00, 0.28, 0.02. Web safe color of #fafab3 is #ffffcc. Color #fafab3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111010 10110011
Octal 372 372 263
Decimal 250 250 179
Hex FA FA B3

RGB Percentages of Color #fafab3

%36.82
%36.82
%26.36

CMYK Percentages of Color #fafab3

%0
%0
%28
%2

Triadic Colors of #fafab3

#fafab3 #b3fafa #fab3fa

Analogous Colors of #fafab3

#fafab3 #d7fab3 #fad7b3

Monochromatic Colors of #fafab3

#fafab3

Complementary Color

#fafab3 #b3b3fa

#fafab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafab3 Color CSS Codes

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

#fafab3 Text Font Color

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

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


#fafab3 Background Color

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

This div background color is #fafab3


#fafab3 Border Color

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

This div border color is #fafab3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafab3

Related Colors


Comments

No comments written yet.

Please login to write comment.