Color Hex Logo

#fafca0 Color Hex

#FAFCA0
(250,252,160)
0 Favorites   0 Comments

Color spaces of #fafca0

RGB 250252160
HSL0.170.940.81
HSV61°37°99°
CMYK 0.010.000.37   0.01
XYZ80.579992.482946.8617
Yxy92.48290.36640.4205
Hunter Lab96.1680-18.727638.4262
CIE-Lab97.0174-13.920543.8555

#fafca0 color RGB value is (250,252,160).

#fafca0 hex color red value is 250, green value is 252 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #fafca0 hue: 0.17 , saturation: 0.94 and the lightness value of fafca0 is 0.81.

The process color (four color CMYK) of #fafca0 color hex is 0.01, 0.00, 0.37, 0.01. Web safe color of #fafca0 is #ffff99. Color #fafca0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111100 10100000
Octal 372 374 240
Decimal 250 252 160
Hex FA FC A0

RGB Percentages of Color #fafca0

%37.76
%38.07
%24.17

CMYK Percentages of Color #fafca0

%1
%0
%37
%1

Triadic Colors of #fafca0

#fafca0 #a0fafc #fca0fa

Analogous Colors of #fafca0

#fafca0 #ccfca0 #fcd0a0

Monochromatic Colors of #fafca0

#fafca0

Complementary Color

#fafca0 #a2a0fc

#fafca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafca0 Color CSS Codes

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

#fafca0 Text Font Color

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

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


#fafca0 Background Color

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

This div background color is #fafca0


#fafca0 Border Color

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

This div border color is #fafca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafca0


Comments

No comments written yet.

Please login to write comment.