Color Hex Logo

#faffb1 Color Hex

#FAFFB1
(250,255,177)
0 Favorites   0 Comments

Color spaces of #faffb1

RGB 250255177
HSL0.181.000.85
HSV64°31°100°
CMYK 0.020.000.31   0.00
XYZ83.120295.018355.5544
Yxy95.01830.35570.4066
Hunter Lab97.4773-18.376034.4435
CIE-Lab98.0408-13.410636.8077

#faffb1 color RGB value is (250,255,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 10110001
Octal 372 377 261
Decimal 250 255 177
Hex FA FF B1

RGB Percentages of Color #faffb1

%36.66
%37.39
%25.95

CMYK Percentages of Color #faffb1

%2
%0
%31
%0

Triadic Colors of #faffb1

#faffb1 #b1faff #ffb1fa

Analogous Colors of #faffb1

#faffb1 #d3ffb1 #ffddb1

Monochromatic Colors of #faffb1

#faffb1

Complementary Color

#faffb1 #b6b1ff

#faffb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faffb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faffb1 Color CSS Codes

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

#faffb1 Text Font Color

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

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


#faffb1 Background Color

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

This div background color is #faffb1


#faffb1 Border Color

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

This div border color is #faffb1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,255,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 #faffb1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faffb1


Comments

No comments written yet.

Please login to write comment.