Color Hex Logo

#fb716c Color Hex

#FB716C
(251,113,108)
0 Favorites   0 Comments

Color spaces of #fb716c

RGB 251113108
HSL0.010.950.70
HSV57°98°
CMYK 0.000.550.57   0.02
XYZ48.395633.402218.0839
Yxy33.40220.48450.3344
Hunter Lab57.794648.330321.9044
CIE-Lab64.485352.343928.8315

#fb716c color RGB value is (251,113,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110001 01101100
Octal 373 161 154
Decimal 251 113 108
Hex FB 71 6C

RGB Percentages of Color #fb716c

%53.18
%23.94
%22.88

CMYK Percentages of Color #fb716c

%0
%55
%57
%2

Triadic Colors of #fb716c

#fb716c #6cfb71 #716cfb

Analogous Colors of #fb716c

#fb716c #fbb96c #fb6caf

Monochromatic Colors of #fb716c

#fb716c

Complementary Color

#fb716c #6cf6fb

#fb716c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb716c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb716c Color CSS Codes

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

#fb716c Text Font Color

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

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


#fb716c Background Color

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

This div background color is #fb716c


#fb716c Border Color

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

This div border color is #fb716c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb716c


Comments

No comments written yet.

Please login to write comment.