Color Hex Logo

#fb766c Color Hex

#FB766C
(251,118,108)
0 Favorites   0 Comments

Color spaces of #fb766c

RGB 251118108
HSL0.010.950.70
HSV57°98°
CMYK 0.000.530.57   0.02
XYZ48.968934.548818.2750
Yxy34.54880.48110.3394
Hunter Lab58.778245.848822.7106
CIE-Lab65.395949.989330.0156

#fb766c color RGB value is (251,118,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110110 01101100
Octal 373 166 154
Decimal 251 118 108
Hex FB 76 6C

RGB Percentages of Color #fb766c

%52.62
%24.74
%22.64

CMYK Percentages of Color #fb766c

%0
%53
%57
%2

Triadic Colors of #fb766c

#fb766c #6cfb76 #766cfb

Analogous Colors of #fb766c

#fb766c #fbbe6c #fb6caa

Monochromatic Colors of #fb766c

#fb766c

Complementary Color

#fb766c #6cf1fb

#fb766c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb766c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb766c Color CSS Codes

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

#fb766c Text Font Color

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

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


#fb766c Background Color

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

This div background color is #fb766c


#fb766c Border Color

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

This div border color is #fb766c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb766c


Comments

No comments written yet.

Please login to write comment.