Color Hex Logo

#fa806b Color Hex

#FA806B
(250,128,107)
0 Favorites   0 Comments

Color spaces of #fa806b

RGB 250128107
HSL0.020.930.70
HSV57°98°
CMYK 0.000.490.57   0.02
XYZ49.797436.823918.3930
Yxy36.82390.47420.3507
Hunter Lab60.682740.285824.5070
CIE-Lab67.144744.699132.7939

#fa806b color RGB value is (250,128,107).

#fa806b hex color red value is 250, green value is 128 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fa806b hue: 0.02 , saturation: 0.93 and the lightness value of fa806b is 0.70.

The process color (four color CMYK) of #fa806b color hex is 0.00, 0.49, 0.57, 0.02. Web safe color of #fa806b is #ff9966. Color #fa806b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000000 01101011
Octal 372 200 153
Decimal 250 128 107
Hex FA 80 6B

RGB Percentages of Color #fa806b

%51.55
%26.39
%22.06

CMYK Percentages of Color #fa806b

%0
%49
%57
%2

Triadic Colors of #fa806b

#fa806b #6bfa80 #806bfa

Analogous Colors of #fa806b

#fa806b #fac86b #fa6b9e

Monochromatic Colors of #fa806b

#fa806b

Complementary Color

#fa806b #6be5fa

#fa806b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa806b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa806b Color CSS Codes

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

#fa806b Text Font Color

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

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


#fa806b Background Color

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

This div background color is #fa806b


#fa806b Border Color

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

This div border color is #fa806b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,128,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 #fa806b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa806b


Comments

No comments written yet.

Please login to write comment.