Color Hex Logo

#fafabe Color Hex

#FAFABE
(250,250,190)
0 Favorites   0 Comments

Color spaces of #fafabe

RGB 250250190
HSL0.170.860.86
HSV60°24°98°
CMYK 0.000.000.24   0.02
XYZ82.904292.412962.1832
Yxy92.41290.34910.3891
Hunter Lab96.1316-14.291428.9401
CIE-Lab96.9888-9.290628.8747

#fafabe color RGB value is (250,250,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111010 10111110
Octal 372 372 276
Decimal 250 250 190
Hex FA FA BE

RGB Percentages of Color #fafabe

%36.23
%36.23
%27.54

CMYK Percentages of Color #fafabe

%0
%0
%24
%2

Triadic Colors of #fafabe

#fafabe #befafa #fabefa

Analogous Colors of #fafabe

#fafabe #dcfabe #fadcbe

Monochromatic Colors of #fafabe

#fafabe

Complementary Color

#fafabe #bebefa

#fafabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafabe Color CSS Codes

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

#fafabe Text Font Color

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

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


#fafabe Background Color

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

This div background color is #fafabe


#fafabe Border Color

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

This div border color is #fafabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafabe

Related Colors


Comments

No comments written yet.

Please login to write comment.