Color Hex Logo

#faeab6 Color Hex

#FAEAB6
(250,234,182)
0 Favorites   0 Comments

Color spaces of #faeab6

RGB 250234182
HSL0.130.870.85
HSV46°27°98°
CMYK 0.000.060.27   0.02
XYZ77.290782.547056.1155
Yxy82.54700.35790.3822
Hunter Lab90.8554-7.146926.9792
CIE-Lab92.8157-2.338627.2626

#faeab6 color RGB value is (250,234,182).

#faeab6 hex color red value is 250, green value is 234 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #faeab6 hue: 0.13 , saturation: 0.87 and the lightness value of faeab6 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 10110110
Octal 372 352 266
Decimal 250 234 182
Hex FA EA B6

RGB Percentages of Color #faeab6

%37.54
%35.14
%27.33

CMYK Percentages of Color #faeab6

%0
%6
%27
%2

Triadic Colors of #faeab6

#faeab6 #b6faea #eab6fa

Analogous Colors of #faeab6

#faeab6 #e8fab6 #fac8b6

Monochromatic Colors of #faeab6

#faeab6

Complementary Color

#faeab6 #b6c6fa

#faeab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeab6 Color CSS Codes

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

#faeab6 Text Font Color

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

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


#faeab6 Background Color

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

This div background color is #faeab6


#faeab6 Border Color

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

This div border color is #faeab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeab6

#faeab6 Color Palettes


Comments

No comments written yet.

Please login to write comment.