Color Hex Logo

#faffa6 Color Hex

#FAFFA6
(250,255,166)
0 Favorites   0 Comments

Color spaces of #faffa6

RGB 250255166
HSL0.181.000.83
HSV63°35°100°
CMYK 0.020.000.35   0.00
XYZ82.067394.597250.0101
Yxy94.59720.36200.4173
Hunter Lab97.2611-19.591637.5968
CIE-Lab97.8721-14.710942.0206

#faffa6 color RGB value is (250,255,166).

#faffa6 hex color red value is 250, green value is 255 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #faffa6 hue: 0.18 , saturation: 1.00 and the lightness value of faffa6 is 0.83.

The process color (four color CMYK) of #faffa6 color hex is 0.02, 0.00, 0.35, 0.00. Web safe color of #faffa6 is #ffff99. Color #faffa6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 10100110
Octal 372 377 246
Decimal 250 255 166
Hex FA FF A6

RGB Percentages of Color #faffa6

%37.26
%38.00
%24.74

CMYK Percentages of Color #faffa6

%2
%0
%35
%0

Triadic Colors of #faffa6

#faffa6 #a6faff #ffa6fa

Analogous Colors of #faffa6

#faffa6 #ceffa6 #ffd8a6

Monochromatic Colors of #faffa6

#faffa6

Complementary Color

#faffa6 #aba6ff

#faffa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faffa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faffa6 Color CSS Codes

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

#faffa6 Text Font Color

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

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


#faffa6 Background Color

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

This div background color is #faffa6


#faffa6 Border Color

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

This div border color is #faffa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faffa6

Related Colors

#faffa6 Color Palettes


Comments

No comments written yet.

Please login to write comment.