Color Hex Logo

#faa28d Color Hex

#FAA28D
(250,162,141)
0 Favorites   0 Comments

Color spaces of #faa28d

RGB 250162141
HSL0.030.920.77
HSV12°44°98°
CMYK 0.000.350.44   0.02
XYZ57.152448.087731.4689
Yxy48.08770.41810.3518
Hunter Lab69.345325.760321.6359
CIE-Lab74.880230.297224.4578

#faa28d color RGB value is (250,162,141).

#faa28d hex color red value is 250, green value is 162 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #faa28d hue: 0.03 , saturation: 0.92 and the lightness value of faa28d is 0.77.

The process color (four color CMYK) of #faa28d color hex is 0.00, 0.35, 0.44, 0.02. Web safe color of #faa28d is #ff9999. Color #faa28d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100010 10001101
Octal 372 242 215
Decimal 250 162 141
Hex FA A2 8D

RGB Percentages of Color #faa28d

%45.21
%29.29
%25.50

CMYK Percentages of Color #faa28d

%0
%35
%44
%2

Triadic Colors of #faa28d

#faa28d #8dfaa2 #a28dfa

Analogous Colors of #faa28d

#faa28d #fad98d #fa8daf

Monochromatic Colors of #faa28d

#faa28d

Complementary Color

#faa28d #8de5fa

#faa28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa28d Color CSS Codes

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

#faa28d Text Font Color

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

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


#faa28d Background Color

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

This div background color is #faa28d


#faa28d Border Color

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

This div border color is #faa28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa28d


Comments

No comments written yet.

Please login to write comment.