Color Hex Logo

#fa828e Color Hex

#FA828E
(250,130,142)
0 Favorites   0 Comments

Color spaces of #fa828e

RGB 250130142
HSL0.980.920.75
HSV354°48°98°
CMYK 0.000.480.43   0.02
XYZ52.289538.242330.2167
Yxy38.24230.43300.3167
Hunter Lab61.840442.711214.3177
CIE-Lab68.198846.770414.7159

#fa828e color RGB value is (250,130,142).

#fa828e hex color red value is 250, green value is 130 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fa828e hue: 0.98 , saturation: 0.92 and the lightness value of fa828e is 0.75.

The process color (four color CMYK) of #fa828e color hex is 0.00, 0.48, 0.43, 0.02. Web safe color of #fa828e is #ff9999. Color #fa828e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000010 10001110
Octal 372 202 216
Decimal 250 130 142
Hex FA 82 8E

RGB Percentages of Color #fa828e

%47.89
%24.90
%27.20

CMYK Percentages of Color #fa828e

%0
%48
%43
%2

Triadic Colors of #fa828e

#fa828e #8efa82 #828efa

Analogous Colors of #fa828e

#fa828e #fab282 #fa82ca

Monochromatic Colors of #fa828e

#fa828e

Complementary Color

#fa828e #82faee

#fa828e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa828e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa828e Color CSS Codes

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

#fa828e Text Font Color

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

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


#fa828e Background Color

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

This div background color is #fa828e


#fa828e Border Color

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

This div border color is #fa828e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa828e

Related Colors


Comments

No comments written yet.

Please login to write comment.