Color Hex Logo

#fa676b Color Hex

#FA676B
(250,103,107)
0 Favorites   0 Comments

Color spaces of #fa676b

RGB 250103107
HSL1.000.940.69
HSV358°59°98°
CMYK 0.000.590.57   0.02
XYZ46.928431.086017.4367
Yxy31.08600.49160.3257
Hunter Lab55.754852.671120.4861
CIE-Lab62.580256.479226.8743

#fa676b color RGB value is (250,103,107).

#fa676b hex color red value is 250, green value is 103 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fa676b hue: 1.00 , saturation: 0.94 and the lightness value of fa676b is 0.69.

The process color (four color CMYK) of #fa676b color hex is 0.00, 0.59, 0.57, 0.02. Web safe color of #fa676b is #ff6666. Color #fa676b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100111 01101011
Octal 372 147 153
Decimal 250 103 107
Hex FA 67 6B

RGB Percentages of Color #fa676b

%54.35
%22.39
%23.26

CMYK Percentages of Color #fa676b

%0
%59
%57
%2

Triadic Colors of #fa676b

#fa676b #6bfa67 #676bfa

Analogous Colors of #fa676b

#fa676b #faad67 #fa67b5

Monochromatic Colors of #fa676b

#fa676b

Complementary Color

#fa676b #67faf6

#fa676b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa676b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa676b Color CSS Codes

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

#fa676b Text Font Color

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

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


#fa676b Background Color

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

This div background color is #fa676b


#fa676b Border Color

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

This div border color is #fa676b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa676b


Comments

No comments written yet.

Please login to write comment.