Color Hex Logo

#faffba Color Hex

#FAFFBA
(250,255,186)
0 Favorites   0 Comments

Color spaces of #faffba

RGB 250255186
HSL0.181.000.86
HSV64°27°100°
CMYK 0.020.000.27   0.00
XYZ84.047395.389260.4366
Yxy95.38920.35040.3977
Hunter Lab97.6674-17.310531.6785
CIE-Lab98.1890-12.278232.5124

#faffba color RGB value is (250,255,186).

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

The process color (four color CMYK) of #faffba color hex is 0.02, 0.00, 0.27, 0.00. Web safe color of #faffba is #ffffcc. Color #faffba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 10111010
Octal 372 377 272
Decimal 250 255 186
Hex FA FF BA

RGB Percentages of Color #faffba

%36.18
%36.90
%26.92

CMYK Percentages of Color #faffba

%2
%0
%27
%0

Triadic Colors of #faffba

#faffba #bafaff #ffbafa

Analogous Colors of #faffba

#faffba #d8ffba #ffe2ba

Monochromatic Colors of #faffba

#faffba

Complementary Color

#faffba #bfbaff

#faffba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faffba Color Preview on White Background

Lorem ipsum dolor sit amet.

#faffba Color CSS Codes

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

#faffba Text Font Color

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

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


#faffba Background Color

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

This div background color is #faffba


#faffba Border Color

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

This div border color is #faffba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faffba

Related Colors


Comments

No comments written yet.

Please login to write comment.