Color Hex Logo

#fb816a Color Hex

#FB816A
(251,129,106)
0 Favorites   0 Comments

Color spaces of #fb816a

RGB 251129106
HSL0.030.950.70
HSV10°58°98°
CMYK 0.000.490.58   0.02
XYZ50.235437.250418.1780
Yxy37.25040.47540.3525
Hunter Lab61.033140.112625.0643
CIE-Lab67.464544.499133.7777

#fb816a color RGB value is (251,129,106).

#fb816a hex color red value is 251, green value is 129 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #fb816a hue: 0.03 , saturation: 0.95 and the lightness value of fb816a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000001 01101010
Octal 373 201 152
Decimal 251 129 106
Hex FB 81 6A

RGB Percentages of Color #fb816a

%51.65
%26.54
%21.81

CMYK Percentages of Color #fb816a

%0
%49
%58
%2

Triadic Colors of #fb816a

#fb816a #6afb81 #816afb

Analogous Colors of #fb816a

#fb816a #fbca6a #fb6a9c

Monochromatic Colors of #fb816a

#fb816a

Complementary Color

#fb816a #6ae4fb

#fb816a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb816a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb816a Color CSS Codes

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

#fb816a Text Font Color

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

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


#fb816a Background Color

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

This div background color is #fb816a


#fb816a Border Color

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

This div border color is #fb816a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb816a


Comments

No comments written yet.

Please login to write comment.