Color Hex Logo

#fa818b Color Hex

#FA818B
(250,129,139)
0 Favorites   0 Comments

Color spaces of #fa818b

RGB 250129139
HSL0.990.920.74
HSV355°48°98°
CMYK 0.000.480.44   0.02
XYZ51.934837.888629.0021
Yxy37.88860.43710.3189
Hunter Lab61.553742.887015.1521
CIE-Lab67.938446.964216.0388

#fa818b color RGB value is (250,129,139).

#fa818b hex color red value is 250, green value is 129 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fa818b hue: 0.99 , saturation: 0.92 and the lightness value of fa818b is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000001 10001011
Octal 372 201 213
Decimal 250 129 139
Hex FA 81 8B

RGB Percentages of Color #fa818b

%48.26
%24.90
%26.83

CMYK Percentages of Color #fa818b

%0
%48
%44
%2

Triadic Colors of #fa818b

#fa818b #8bfa81 #818bfa

Analogous Colors of #fa818b

#fa818b #fab481 #fa81c8

Monochromatic Colors of #fa818b

#fa818b

Complementary Color

#fa818b #81faf0

#fa818b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa818b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa818b Color CSS Codes

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

#fa818b Text Font Color

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

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


#fa818b Background Color

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

This div background color is #fa818b


#fa818b Border Color

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

This div border color is #fa818b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa818b


Comments

No comments written yet.

Please login to write comment.