Color Hex Logo

#fafac7 Color Hex

#FAFAC7
(250,250,199)
0 Favorites   0 Comments

Color spaces of #fafac7

RGB 250250199
HSL0.170.840.88
HSV60°20°98°
CMYK 0.000.000.20   0.02
XYZ83.918892.818767.5256
Yxy92.81870.34360.3800
Hunter Lab96.3425-13.117425.8839
CIE-Lab97.1540-8.061524.5374

#fafac7 color RGB value is (250,250,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111010 11000111
Octal 372 372 307
Decimal 250 250 199
Hex FA FA C7

RGB Percentages of Color #fafac7

%35.77
%35.77
%28.47

CMYK Percentages of Color #fafac7

%0
%0
%20
%2

Triadic Colors of #fafac7

#fafac7 #c7fafa #fac7fa

Analogous Colors of #fafac7

#fafac7 #e1fac7 #fae1c7

Monochromatic Colors of #fafac7

#fafac7

Complementary Color

#fafac7 #c7c7fa

#fafac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafac7 Color CSS Codes

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

#fafac7 Text Font Color

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

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


#fafac7 Background Color

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

This div background color is #fafac7


#fafac7 Border Color

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

This div border color is #fafac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafac7

Related Colors


Comments

No comments written yet.

Please login to write comment.