Color Hex Logo

#faffab Color Hex

#FAFFAB
(250,255,171)
3 Favorites   0 Comments

Color spaces of #faffab

RGB 250255171
HSL0.181.000.84
HSV64°33°100°
CMYK 0.020.000.33   0.00
XYZ82.535094.784352.4732
Yxy94.78430.35920.4125
Hunter Lab97.3572-19.051036.1942
CIE-Lab97.9471-14.131539.6571

#faffab color RGB value is (250,255,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 10101011
Octal 372 377 253
Decimal 250 255 171
Hex FA FF AB

RGB Percentages of Color #faffab

%36.98
%37.72
%25.30

CMYK Percentages of Color #faffab

%2
%0
%33
%0

Triadic Colors of #faffab

#faffab #abfaff #ffabfa

Analogous Colors of #faffab

#faffab #d0ffab #ffdaab

Monochromatic Colors of #faffab

#faffab

Complementary Color

#faffab #b0abff

#faffab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faffab Color Preview on White Background

Lorem ipsum dolor sit amet.

#faffab Color CSS Codes

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

#faffab Text Font Color

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

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


#faffab Background Color

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

This div background color is #faffab


#faffab Border Color

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

This div border color is #faffab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faffab

Related Colors

#faffab Color Palettes


Comments

No comments written yet.

Please login to write comment.